Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 29740f60481d61f47c353c7954a2d477 > files > 13

apache-mod_suphp-0.7.1-2mdv2010.0.i586.rpm

A P A C H E - M O D _ S U P H P
-------------------------------

This package provides ways to run php scripts under the uid and gid of the
user owning the vhost using the CGI mode oh php.

The documentation states it is possible to use suphp with the mod_php DSO
installed, but this is not recommended and beyond the scope of this simple
documentation.

You have three suphp DSO's to choose from, but you have to manually 
enable the ones you want to use in the /etc/httpd/conf.d/%{mod_conf1}
file.

 o mod_suphp.so uses the /usr/bin/php-cgi binary
 o mod_suphp_fcgi.so uses the /usr/bin/php-fcgi binary

Additionally you also have to install the nessesary php bits like so:

urpmi php-cgi

Or:

urpmi php-fcgi

Good luck!

Regards // Oden Eriksson