diff options
author | francis <francis> | 2008-06-02 11:03:33 +0000 |
---|---|---|
committer | francis <francis> | 2008-06-02 11:03:33 +0000 |
commit | 49ca6d58ca2250e72f3e1a63fc3a1fc2da6eb5b0 (patch) | |
tree | d08a53559b9f1685f2accaf66140cf263d5020bf | |
parent | 3619a5f3819e6e851792320ebb06fe01fbd1f3ba (diff) |
Put it at the top
-rw-r--r-- | config/httpd.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index a2adf0510..7be8a3014 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -6,7 +6,11 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org # -# $Id: httpd.conf,v 1.9 2008-06-02 09:54:13 francis Exp $ +# $Id: httpd.conf,v 1.10 2008-06-02 11:03:33 francis Exp $ + +RewriteEngine On +#RewriteLog /var/log/apache/rewrite.log +#RewriteLogLevel 3 # Make a file down.html in the DocumentRoot bring down the whole site and # display itself. @@ -24,9 +28,6 @@ RewriteRule ^/(.*) http://localhost:3000/$1 [P] # ProxyPass / http://localhost:3000/ # Pass through the HTTP basic authentication to mongrel -RewriteEngine On -#RewriteLog /var/log/apache/rewrite.log -#RewriteLogLevel 3 # sigh - doesn't work in apache 1.3 #RewriteCond %{LA-U:REMOTE_USER} (.+) #RewriteRule . - [E=RU:%1] |