debian/NEWS: add informations about AddHandler/AddType changes.
[manu/suphp.git] / debian / NEWS
1 suphp (0.6.2-2) unstable; urgency=low
2
3   To match the same behaviour as mod_php, AddHandler was replaced by AddType
4   and x-httpd-php by application/x-httpd-php in both suphp configuration files.
5   You must check that any other suphp statements in your apache configuration
6   files uses the same syntax.
7
8  -- Emmanuel Lacour <elacour@home-dn.net>  Sun, 14 Oct 2007 19:42:30 +0200
9
10 suphp (0.6.0-1) unstable; urgency=low
11
12   This new release introduce a runtime configuration file
13   (/etc/suphp/suphp.conf) and a new configuration option for apache/apache2.
14   You must now add the following line in your apache/apache2 configuration to
15   make suphp active for php scripts:
16   
17     suPHP_AddHandler x-httpd-php
18   
19  -- Emmanuel Lacour <elacour@home-dn.net>  Sun,  2 Oct 2005 11:09:21 +0200
20