From 1838220eef3e8cf0882d42e8095bd71312ab871c Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 20 Apr 2010 10:45:04 +0000 Subject: [PATCH] IRSpy toroid now runs on port 12367 to avoid clashes, so irspy.conf now proxies to that port --- web/conf/apache2.0/irspy.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/ -- 1.7.10.4