diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-06 09:35:42 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-06 09:35:42 +0100 |
commit | ffacc563c098eeb24e4edf76b006bc9792c73d34 (patch) | |
tree | 950bab782da5fe86f7c18d886d4f778863e7bb1a | |
parent | c418609d9dad42f15b678f23acd6f6c6aec6dca9 (diff) |
fixup! e8f30da
-rw-r--r-- | config/httpd-vhost.conf-example | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index 093525f0b..81ccce8c9 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -40,15 +40,6 @@ RewriteEngine On - # TODO: do we need this now we use Passenger? - # Pass through the HTTP basic authentication to mongrel. See also - # admin_http_auth_user in app/controllers/application.rb - # Note: Apache 2 only. Doesn't work in Apache 1.3, you'll need to live without - # it. - RewriteCond %{LA-U:REMOTE_USER} (.+) - RewriteRule . - [E=RU:%1] - RequestHeader add X-Forwarded-User %{RU}e - # Maintenance Page # Make a file down.html in the DocumentRoot to bring down the whole # site and display itself. |