diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-05-15 09:37:25 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-05-15 09:37:25 +0200 |
commit | 6cc2dc4632a55c63ebd8efafb568d9947461cbf9 (patch) | |
tree | 4e07553ccdb7ce038a30f46d801a09ef9f04541a /apache2 | |
parent | 21b1a66d40194e398d0c80a151fe315aff0ac563 (diff) |
Use x-httpd-suphp (not x-httpd-php) to match newer suphp.
Diffstat (limited to 'apache2')
-rw-r--r-- | apache2/conf.d/local-suphp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apache2/conf.d/local-suphp.conf b/apache2/conf.d/local-suphp.conf index a249342..bc17d2b 100644 --- a/apache2/conf.d/local-suphp.conf +++ b/apache2/conf.d/local-suphp.conf @@ -1,8 +1,8 @@ # This file is based on /etc/apache2/mods-available/suphp.conf # Comment out those rules to enable the functionality only per vhost. <IfModule mod_suphp.c> - AddHandler x-httpd-php .php .php3 .php4 .php5 .phtml - suPHP_AddHandler x-httpd-php + AddHandler x-httpd-suphp .php .php3 .php4 .php5 .phtml + suPHP_AddHandler x-httpd-suphp suPHP_Engine on # # Use a specific php config file (a dir which contains a php.ini file) # suPHP_ConfigPath /etc/php4/cgi/suphp/ |