diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-05 17:23:52 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-05 17:23:52 +0100 |
commit | e8f30da21ec2dae0458e2745551a97bae9eed735 (patch) | |
tree | f423e0749734d102341cd6d638d6efc2c6b81972 | |
parent | 439b6949532365b64cc98eabcb7110c98250c7ec (diff) |
Remove unneeded httpd config directives
These are/were mySociety generic and not required for standalone use
-rw-r--r-- | config/httpd-vhost.conf-example | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index 00a681536..3b152515a 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -36,9 +36,6 @@ <Directory "/srv/alaveteli/"> Options +ExecCGI -MultiViews AllowOverride All - AddHandler fastcgi-script .cgi - AddType application/x-httpd-fastphp .php - Action application/x-httpd-fastphp /fcgi/php-basic </Directory> RewriteEngine On @@ -74,12 +71,6 @@ RewriteRule /([^.]*)$ /down [PT] # END Maintenance Page - # This is needed for the PHP spell checker - <Location /fcgi> - Options +ExecCGI - SetHandler fastcgi-script - </Location> - # Set the Sendfile header and switch sendfile on - Apache will # now handle send_file calls from Alaveteli <Location /> @@ -95,8 +86,6 @@ <Directory "/srv/alaveteli/commonlib/jslib"> Options +ExecCGI AddHandler fastcgi-script .cgi - AddType application/x-httpd-fastphp .php - Action application/x-httpd-fastphp /fcgi/php-basic </Directory> Alias /files/ "/srv/alaveteli/files/" |