From 2f958d3f0ba9a3718d57d86d8dd48402620eb8ef Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Wed, 18 Apr 2012 14:56:46 +0200 Subject: [PATCH] Replace AddType by SetHandler to be in sync with libapache2-mod-php5 conf --- debian/conf/suphp.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/conf/suphp.conf b/debian/conf/suphp.conf index 21b8afe..d422b07 100644 --- a/debian/conf/suphp.conf +++ b/debian/conf/suphp.conf @@ -1,5 +1,7 @@ - AddType application/x-httpd-suphp .php .php3 .php4 .php5 .phtml + + SetHandlerapplication/x-httpd-suphp + suPHP_AddHandler application/x-httpd-suphp -- 2.11.0