remove stale $Id$
[irspy-moved-to-github.git] / web / conf / apache2.0 / irspy.conf
index db43e05..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 
@@ -49,7 +47,7 @@
       Order deny,allow
       Allow from all
     </Proxy>
-    ProxyPass         /toroid/ http://localhost:3000/
-    ProxyPassReverse  /toroid/ http://localhost:3000/
+    ProxyPass         /toroid/ http://localhost:12367/
+    ProxyPassReverse  /toroid/ http://localhost:12367/
 </VirtualHost>