From bd2f592e1e7cae6c69be6713f0dd2a0d3a210612 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 12 Feb 2014 09:25:55 +0000 Subject: [PATCH] Add /toroid/ proxying for Mike's development box. --- web/conf/apache2.0/cartney-dev.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/conf/apache2.0/cartney-dev.conf b/web/conf/apache2.0/cartney-dev.conf index 6442e68..f20f0be 100644 --- a/web/conf/apache2.0/cartney-dev.conf +++ b/web/conf/apache2.0/cartney-dev.conf @@ -42,5 +42,13 @@ PerlModule Apache2::Request AuthUserFile /usr/local/src/git/irspy/web/conf/htpasswd Require user admin + + ProxyRequests off + + Order deny,allow + Allow from all + + ProxyPass /toroid/ http://localhost:12367/ + ProxyPassReverse /toroid/ http://localhost:12367/ -- 1.7.10.4