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