diff options
| -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. | 
