X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=debian%2FNEWS;h=31509658dd28674a720168bf823adad10d8b116b;hp=6e084ce460d79f5836fa9a6e9b1e29555ee5907e;hb=HEAD;hpb=1d5c20a335c25ab89adf2e0d3d74c810b679e719 diff --git a/debian/NEWS b/debian/NEWS index 6e084ce..3150965 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,11 +1,30 @@ +suphp (0.7.1-1) unstable; urgency=low + + To allow mod_suphp to work at the same time as mod_php, handler name was + renamed from application/x-httpd-php to application/x-httpd-suphp in both + suphp and apache configuration files. + You must check that any other suphp statements in your apache configuration + files uses the same syntax. + + -- Emmanuel Lacour Mon, 03 Aug 2009 15:31:37 +0200 + +suphp (0.6.2-2) unstable; urgency=low + + To match the same behaviour as mod_php, AddHandler was replaced by AddType + and x-httpd-php by application/x-httpd-php in both suphp configuration files. + You must check that any other suphp statements in your apache configuration + files uses the same syntax. + + -- Emmanuel Lacour Sun, 14 Oct 2007 19:42:30 +0200 + suphp (0.6.0-1) unstable; urgency=low - * This new release introduce a runtime configuration file - (/etc/suphp/suphp.conf) and a new configuration option for apache/apache2. - * You must now add the following line in your apache/apache2 configuration to - make suphp active for php scripts: - + This new release introduce a runtime configuration file + (/etc/suphp/suphp.conf) and a new configuration option for apache/apache2. + You must now add the following line in your apache/apache2 configuration to + make suphp active for php scripts: + suPHP_AddHandler x-httpd-php - + -- Emmanuel Lacour Sun, 2 Oct 2005 11:09:21 +0200