remove stale $Id$
[irspy-moved-to-github.git] / web / conf / apache2.0 / irspy.conf
index ff2a8d5..53720a3 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: cfspy.conf,v 1.4 2009-04-16 18:31:20 wosch Exp $
-#
 # Sample configuration for running an IRSpy web-site under Apache 2.x.
 #
 # This is the configuration that I use on the development machine 
@@ -31,7 +29,7 @@
     PerlSetVar IRSpyLibDir               /usr/local/src/git/irspy/lib
     PerlSetEnv PERL5LIB /usr/local/src/git/irspy/lib
 
-    #PerlSetVar IRSpyDbName    localhost:8018/IR-Explain---1
+    #PerlSetEnv IRSpyDbName    localhost:8018/IR-Explain---1
 
    # We need +Parent to make PerlSwitches -I work properly ... don't ask.
    PerlOptions +Parent
        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>