diff options
author | matthew <matthew> | 2009-09-02 13:01:03 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-09-02 13:01:03 +0000 |
commit | e584b5afcf318a2cc61817de3c009234991876ac (patch) | |
tree | 402914ad6f6eb1d4e88da121c61fa26dc9d75418 | |
parent | faa4ca3d26c6ae78bb562f5037f2e7c22541b140 (diff) |
Use proper down code.
-rw-r--r-- | config/httpd.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index 6570a96ff..d21217225 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.29 2009-08-03 22:48:27 francis Exp $ +# $Id: httpd.conf,v 1.30 2009-09-02 13:01:03 matthew Exp $ # This is needed for the PHP spell checker <Location /fcgi> @@ -27,13 +27,6 @@ RewriteCond %{LA-U:REMOTE_USER} (.+) RewriteRule . - [E=RU:%1] RequestHeader add X-Forwarded-User %{RU}e -# Make a file down.html in the DocumentRoot bring down the whole site and -# display itself. -RewriteCond %{DOCUMENT_ROOT}/down.html -s -RewriteRule /([^.]*)$ /down.html [R] -RewriteCond %{DOCUMENT_ROOT}/down.html !-s -RewriteRule /down.html / [R] - # Old /files URL to new subdomain (as can't use Alias with passenger, # so we do it on its own domain). This is for custom admin upload # files for archiving. |