diff options
-rw-r--r-- | config/httpd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index 33227ae3a..2b5ec38ad 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.15 2008-09-24 12:59:28 francis Exp $ +# $Id: httpd.conf,v 1.16 2008-09-24 13:08:32 francis Exp $ # This is needed for the PHP spell checker <Location /fcgi> @@ -15,8 +15,8 @@ </Location> RewriteEngine On -RewriteLog /var/log/apache/rewrite.log -RewriteLogLevel 9 +#RewriteLog /var/log/apache2/rewrite.log +#RewriteLogLevel 9 # Make a file down.html in the DocumentRoot bring down the whole site and # display itself. |