diff options
author | francis <francis> | 2009-03-18 05:14:26 +0000 |
---|---|---|
committer | francis <francis> | 2009-03-18 05:14:26 +0000 |
commit | 5ce41c869a181cbd56a3f6f21f110e955f044349 (patch) | |
tree | 9835c66d2ff883a5488979f49e66cd82f300c438 | |
parent | 0e8154e707b9a2bdda4b5599daf11135e190b414 (diff) |
Don't mess with down.html
-rw-r--r-- | config/httpd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index eddab68af..03c200841 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org # -# $Id: httpd.conf,v 1.22 2009-03-18 05:09:14 francis Exp $ +# $Id: httpd.conf,v 1.23 2009-03-18 05:14:26 francis Exp $ # This is needed for the PHP spell checker <Location /fcgi> @@ -62,6 +62,8 @@ ProxySet lbmethod=byrequests ProxyPass /jslib ! ProxyPass /fcgi ! ProxyPass /files ! +ProxyPass /down ! +ProxyPass /down.html ! ProxyPass /admin/balancer-manager ! ProxyPass / balancer://foicluster/ |