From fdd963ba55c33dd269e15900d924ab897aedc189 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Wed, 17 Oct 2007 13:47:25 +0000 Subject: [PATCH] Use the correct mime type --- debian/conf/suphp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/conf/suphp.conf b/debian/conf/suphp.conf index 9639f54..3616074 100644 --- a/debian/conf/suphp.conf +++ b/debian/conf/suphp.conf @@ -1,6 +1,6 @@ - AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml - suPHP_AddHandler application/x-httpd-php + AddType x-httpd-php .php .php3 .php4 .php5 .phtml + suPHP_AddHandler x-httpd-php suPHP_Engine on # # Use a specific php config file (a dir which contains a php.ini file) # suPHP_ConfigPath /etc/php4/cgi/suphp/ -- 2.11.0