Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/irspy
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 15 Apr 2010 12:26:22 +0000 (14:26 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 15 Apr 2010 12:26:22 +0000 (14:26 +0200)
web/conf/apache2.0/irspy.conf

index 5ed902a..db43e05 100644 (file)
        AuthUserFile /usr/local/src/git/irspy/web/conf/htpasswd
        Require user admin
     </Location>
+
+    ProxyRequests off
+    <Proxy *>
+      Order deny,allow
+      Allow from all
+    </Proxy>
+    ProxyPass         /toroid/ http://localhost:3000/
+    ProxyPassReverse  /toroid/ http://localhost:3000/
 </VirtualHost>