Emmanuel Lacour wrote: > It consists of an Apache module (mod_suphp) and a setuid root binary > (suphp) that is called by the Apache module to change the uid of the > process executing the PHP interpreter.
Great. I've been doing pretty much the same thing without mod_suphp, though I admit this probably makes it cleaner. What I've been doing is register .php files to be executed with php4 with binfmt-misc and then then just add .php to the CGI extensions so that they're executed with suEXEC. Roland -- Roland Bauerschmidt