My experience.... due to an unforunate mis-type of the keyboard..
1) all shopping carts cease working until you execute \"fixcartwithsuexec\"
2) yes.. cgi-sys which affects the coutners.. banner rotators...FormMail..etc
3) For whatever reason, scripts that call server applications such as sendmail, mysql, or any other application not owned by them cease to function.
Suggestions:
Make a \"suexec off\" script.
Otherwise, the same problem I had, might happen to others:
My story....
After suexec is turned on. There is no going back. (at least for me)
If you try and turn suexec off, by commenting out all the Group/User additions from the httpd.conf file, every time a new account is created, all of the User/Group entries are re-added again.
Fine...so figure out what is addig this entry..logically, it would be wwwaccct
Bingo...
Comment out the system call that calls initsuexec in wwwacct.
Excellent..that worked...BUT!
When mysteriously, wwwacct was recreated by some kind of daemon. The server knew i chagned the file, and it repaired itself :-(
So.. next step,
cat /dev/null>/scripts/initsuexec
oh no.. this file keeps recreating itself..
FINE, we have to get nasty:
LOCK initsuexec to preven ANYTHING being written to it.
chattr +i /scripts/initsuexec
Excellent. Now User/Group is not added to httpd.conf anymore. And even though wwwacct keeps getting re-written, nothing can be written to initsuexec, which is fine with me.
Maybe there was an easier way, and I just did not know what it was.
Thanks Bradco,
cpanel has made my life eaier, its an awesome application.
- Jeremy
[Edited on 12/16/01 by MrHits]
[Edited on 12/16/01 by MrHits]