From: mike Date: Tue, 20 Apr 2010 10:45:04 +0000 (+0000) Subject: IRSpy toroid now runs on port 12367 to avoid clashes, so irspy.conf now proxies to... X-Git-Tag: CPAN-v1.02~123^2~1 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=1838220eef3e8cf0882d42e8095bd71312ab871c IRSpy toroid now runs on port 12367 to avoid clashes, so irspy.conf now proxies to that port --- diff --git a/web/conf/apache2.0/irspy.conf b/web/conf/apache2.0/irspy.conf index db43e05..5b0a6e3 100644 --- a/web/conf/apache2.0/irspy.conf +++ b/web/conf/apache2.0/irspy.conf @@ -49,7 +49,7 @@ Order deny,allow Allow from all - ProxyPass /toroid/ http://localhost:3000/ - ProxyPassReverse /toroid/ http://localhost:3000/ + ProxyPass /toroid/ http://localhost:12367/ + ProxyPassReverse /toroid/ http://localhost:12367/