RH 7.2, PHP and exec()
I've got a very wierd problem going on. The box has RH 7.2x, PHP 4.2.1 (also happend with 4.1.2) and Apache 1.3.25. It's an up-to-date kernel.Anywhere in php where you exec() (or system() or related functions) it won't. We do not get any error from the exec() call, it just to actually exec the program.
The same thing happens with the mail() function. sendmail just never gets called.
I know it's not permissions. The script/programs being exec'ed are 755.
The webserver is running as nobody.
I'm also quite certain it's not the php script. We have the script runninng on an older 6.22 box and it works fine.
HELP!! This is totally baffeling me.
Frank