diff options
Diffstat (limited to 'config/httpd.conf')
-rw-r--r-- | config/httpd.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index 7be8a3014..c8b6f95fc 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -6,7 +6,13 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org # -# $Id: httpd.conf,v 1.10 2008-06-02 11:03:33 francis Exp $ +# $Id: httpd.conf,v 1.11 2008-06-04 18:29:02 francis Exp $ + +# This is needed for the PHP spell checker +<Location /fcgi> + Options +ExecCGI + SetHandler fastcgi-script +</Location> RewriteEngine On #RewriteLog /var/log/apache/rewrite.log |