diff options
-rw-r--r-- | config/httpd.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index 16894530d..a2adf0510 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -6,14 +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.8 2008-04-17 09:35:21 francis Exp $ - -#DirectoryIndex index.cgi - -<Location /fcgi> - Options +ExecCGI - SetHandler fastcgi-script -</Location> +# $Id: httpd.conf,v 1.9 2008-06-02 09:54:13 francis Exp $ # Make a file down.html in the DocumentRoot bring down the whole site and # display itself. |