From 6cc2dc4632a55c63ebd8efafb568d9947461cbf9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 15 May 2010 09:37:25 +0200 Subject: Use x-httpd-suphp (not x-httpd-php) to match newer suphp. --- apache2/conf.d/local-suphp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apache2/conf.d/local-suphp.conf') 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. - 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/ -- cgit v1.2.3