File: NEWS

package info (click to toggle)
suphp 0.7.1-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,008 kB
  • sloc: sh: 9,168; cpp: 2,882; ansic: 1,394; makefile: 59
file content (30 lines) | stat: -rw-r--r-- 1,200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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 <elacour@home-dn.net>  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 <elacour@home-dn.net>  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:
  
    suPHP_AddHandler x-httpd-php
  
 -- Emmanuel Lacour <elacour@home-dn.net>  Sun,  2 Oct 2005 11:09:21 +0200