From: Emmanuel Lacour Date: Wed, 18 Apr 2012 12:56:46 +0000 (+0200) Subject: Replace AddType by SetHandler to be in sync with libapache2-mod-php5 conf X-Git-Tag: 0.7.1-1.1~5 X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=commitdiff_plain;h=2f958d3f0ba9a3718d57d86d8dd48402620eb8ef;ds=sidebyside Replace AddType by SetHandler to be in sync with libapache2-mod-php5 conf --- 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