Hi Grant,

You might also consider suPHP (http://www.suphp.org). I don't use it myself, 
but it should do what you want. Otherwise, php in CGI mode is pretty simple. 

1. don't load the libphp module in httpd.conf (or disable php for the directory 
containing the scripts you want to cgi exec).

2. Add .php to the AddHandler cgi-script line in httpd.conf 

3. Make sure Options ExecCGI is enabled for the directory where you're storing 
the scripts.

4. Make sure the scripts have a #!/path/to/bin/php line at the top (I know this 
works in *nix, not sure about win32).

Matt



----- Original Message -----
From: "Grant Peel" <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sent: Monday, October 22, 2007 9:21:40 AM (GMT-0600) America/Chicago
Subject: [EMAIL PROTECTED] php and suexec

Hi again all,

Has anyone on this had succees setting up php to use (apache) suexec?

If I am reading things right, it appears that php must be run as CGI and
then it will use the built in (Apache2) suexec wrapper in the same fassion
as perl does.

If the above is correct I am looking for a primer on how to set this all up.

TIA,

-Grant



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to