diff options
-rw-r--r-- | config/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index b099ebb42..6994cd5af 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.19 2008-11-17 12:52:31 francis Exp $ +# $Id: httpd.conf,v 1.20 2008-11-17 12:57:16 francis Exp $ # This is needed for the PHP spell checker <Location /fcgi> @@ -50,7 +50,7 @@ RewriteRule /down.html / [R] <Proxy balancer://foicluster> BalancerMember http://localhost:3000 -#BalancerMember http://localhost:3001 +BalancerMember http://localhost:3001 # really should be lbmethod=bybusyness, but we don't have that algorithm yet. # If it becomes a problem, upgrade or patch Apache with it. See: # see http://labs.reevoo.com/2008/8/19/bybusy-mod-accepted-by-apache |