diff options
author | francis <francis> | 2009-03-18 05:09:14 +0000 |
---|---|---|
committer | francis <francis> | 2009-03-18 05:09:14 +0000 |
commit | 0e8154e707b9a2bdda4b5599daf11135e190b414 (patch) | |
tree | 8636f99e713113396e4e2c20ee0ab74952e43b32 | |
parent | ee3bf84972ac566c6f99dcd360f3ffd0470561ca (diff) |
Not used don't think.
-rw-r--r-- | config/httpd.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index 0e0d15c17..eddab68af 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.21 2008-11-17 13:33:42 francis Exp $ +# $Id: httpd.conf,v 1.22 2009-03-18 05:09:14 francis Exp $ # This is needed for the PHP spell checker <Location /fcgi> @@ -20,10 +20,10 @@ RewriteLogLevel 9 # Make a file down.html in the DocumentRoot bring down the whole site and # display itself. -RewriteCond %{DOCUMENT_ROOT}/down.html -s -RewriteRule /(.+).cgi /down.html [R] -RewriteCond %{DOCUMENT_ROOT}/down.html !-s -RewriteRule /down.html / [R] +#RewriteCond %{DOCUMENT_ROOT}/down.html -s +#RewriteRule /(.+).cgi /down.html [R] +#RewriteCond %{DOCUMENT_ROOT}/down.html !-s +#RewriteRule /down.html / [R] # Pass through the HTTP basic authentication to mongrel. See also # admin_http_auth_user in app/controllers/application.rb |