diff options
author | francis <francis> | 2009-07-14 12:11:11 +0000 |
---|---|---|
committer | francis <francis> | 2009-07-14 12:11:11 +0000 |
commit | 59f65edea4b20db78e9d56ef34d19b2a5f50185d (patch) | |
tree | 4c4fb4bc725c86350dc2816751021ca0077bf859 | |
parent | eca23f0c98ca0b66fefd855002ad9f9a7f6d9ee2 (diff) |
Bah, have 16 of them.
-rw-r--r-- | config/foimongreld.ugly | 2 | ||||
-rw-r--r-- | config/httpd.conf | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/config/foimongreld.ugly b/config/foimongreld.ugly index 2eb7aa5c4..391fc8129 100644 --- a/config/foimongreld.ugly +++ b/config/foimongreld.ugly @@ -9,7 +9,7 @@ DUSER=!!(*= $user *)!! # number of ports = number of instances - also need to change config/httpd.conf # to actually use the new mongrels. -PORTS="3000 3001 3002 3003 3004 3005 3006 3007" +PORTS="3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015" function stop_mongrels { diff --git a/config/httpd.conf b/config/httpd.conf index cc9dc20e4..8a51fa209 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.24 2009-07-14 12:02:54 francis Exp $ +# $Id: httpd.conf,v 1.25 2009-07-14 12:11:11 francis Exp $ # This is needed for the PHP spell checker <Location /fcgi> @@ -58,6 +58,14 @@ BalancerMember http://localhost:3004 BalancerMember http://localhost:3005 BalancerMember http://localhost:3006 BalancerMember http://localhost:3007 +BalancerMember http://localhost:3008 +BalancerMember http://localhost:3009 +BalancerMember http://localhost:3010 +BalancerMember http://localhost:3011 +BalancerMember http://localhost:3012 +BalancerMember http://localhost:3013 +BalancerMember http://localhost:3014 +BalancerMember http://localhost:3015 # 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 |