Re: [PHP] php (cgi version) with Apache and suexec - help

2001-02-26 Thread jhagan
The php.ini file has safe-mode = Off so I don't think that is the problem. Suexec is checking to see that the php binary has the same uid/gid as the virtual host user running the php script. Since the php binary is owned by the web server user and the script is owned by one of the virtual hos

[PHP] php (cgi version) with Apache and suexec - help

2001-02-23 Thread jhagan
I've been trying to get the cgi version of php working with Apache and suexec but so far I have not had much success. I've installed the Apache module version of php and it seems to work fine. I then installed the cgi version of php and it too seems to work fine as long as it doesn't run throug