Add /toroid/ proxying for Mike's development box.
authorMike Taylor <mike@indexdata.com>
Wed, 12 Feb 2014 09:25:55 +0000 (09:25 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 12 Feb 2014 09:25:55 +0000 (09:25 +0000)
web/conf/apache2.0/cartney-dev.conf

index 6442e68..f20f0be 100644 (file)
@@ -42,5 +42,13 @@ PerlModule Apache2::Request
        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:12367/
+    ProxyPassReverse  /toroid/ http://localhost:12367/
 </VirtualHost>