> I have a php script which uses exec. When I run it from the command > line as the apache user it works. when I try to run it through the web > server it doesn't. No errors or anything not even in the logs. I'm > using rhel 4 and php 4.3.9 > > Can anyone tell me what's wrong or how to debug this?
Wouldn't you need to be root to exec the apache process? Or does php not run inside apache processes like mod_perl? You should probably fork the script that uses exec into its own process, if I had to randomly guess. Greg /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
