IRSpy toroid now runs on port 12367 to avoid clashes, so irspy.conf now proxies to...
authormike <mike@nigiri.(none)>
Tue, 20 Apr 2010 10:45:04 +0000 (10:45 +0000)
committermike <mike@nigiri.(none)>
Tue, 20 Apr 2010 10:45:04 +0000 (10:45 +0000)
web/conf/apache2.0/irspy.conf

index db43e05..5b0a6e3 100644 (file)
@@ -49,7 +49,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>