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 31
|
Source: suphp
Section: admin
Priority: optional
Maintainer: Emmanuel Lacour <elacour@home-dn.net>
Build-Depends: debhelper (>> 3.0.0), apache-dev (>= 1.3.20), apache2-prefork-dev (>= 2.0.0), apache2-mpm-prefork (>= 2.0.0), docbook-to-man
Standards-Version: 3.6.1
Package: suphp-common
Architecture: any
Depends: ${shlibs:Depends}, php4-cgi, libapache-mod-suphp (= ${Source-Version}) | libapache2-mod-suphp (= ${Source-Version})
Description: Common files for mod suphp
Suphp consists of an Apache module (mod_suphp for either apache 1.3.x or
apache 2.x) and a setuid root binary (suphp) that is called by the Apache
module to change the uid of the process executing the PHP interpreter to the
owner of the php script.
Package: libapache-mod-suphp
Architecture: any
Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache-common (>= 1.3.20)
Description: Apache module to run php scripts with the owner permissions
With the use of the suphp setuid root binary (from suphp-common package),
this Apache module change the uid of the process executing the PHP
interpreter to the owner of the php script
Package: libapache2-mod-suphp
Architecture: any
Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache2-common (>= 2.0.0)
Description: Apache2 module to run php scripts with the owner permissions
With the use of the suphp setuid root binary (from suphp-common package),
this Apache2 module change the uid of the process executing the PHP
interpreter to the owner of the php script
|