Re: php and suexec on debian

2003-07-31 Thread Clement Hermann
Yves Goergen wrote: maybe this doesn't help you with suexec, but i don't use php+suexec anymore. i switched to suphp (www.suphp.org), which runs as apache module (apache 1 only) and runs the php binary with a configurable uid/gid and php config file. that works fine, is easy to set up and does its

Re: php and suexec on debian

2003-07-31 Thread Yves Goergen
maybe this doesn't help you with suexec, but i don't use php+suexec anymore. i switched to suphp (www.suphp.org), which runs as apache module (apache 1 only) and runs the php binary with a configurable uid/gid and php config file. that works fine, is easy to set up and does its job :) -yves -

php and suexec on debian

2003-07-31 Thread Clement Hermann
Hi, I'm trying tu use php in cgi mode with suexec. I had no problem with this setup previously, as I used to compile apache myself, so I could specify whichever path I want for docroot and userdir. I used to specify --suexec-userdir=cgi-bin, and to put a php binary in a $HOME/cgi-bin directory fo