aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-11-11 17:08:14 +0000
committerfrancis <francis>2008-11-11 17:08:14 +0000
commitdb2a1a5ea0f702845344a27b7eedeeafff502ee1 (patch)
tree478f28c364cfad005d20220b88d56fa46bb7caeb
parente6b4111ee78953fca2ec105d1934ef4f97372192 (diff)
Note on pack of mongrels.
-rw-r--r--config/httpd.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/httpd.conf b/config/httpd.conf
index 2b5ec38ad..28d10f382 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.16 2008-09-24 13:08:32 francis Exp $
+# $Id: httpd.conf,v 1.17 2008-11-11 17:08:14 francis Exp $
# This is needed for the PHP spell checker
<Location /fcgi>
@@ -47,5 +47,9 @@ RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^/(.*) http://localhost:3000/$1 [P]
# This is roughly equivalent to ProxyPass, but lets Apache serve the static files.
# ProxyPass / http://localhost:3000/
+# This needs upgrading to configure a pack of mongrels (sigh):
+# http://mongrel.rubyforge.org/wiki/MongrelCluster
+# http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html
+