phpsuexec support 500

S

Secret Agent

Guest
phpsuexec is enabled, has been for a long time now. Suddenly all clients are getting 500 errors out of the blue.

I have recompiled apache but to no avail:

I also ran:

/scripts/chownpublichtmls
find /home -perm 777 -type d
find /home -perm 777 -type f
find /home -perm 777 -exec chmod 755 {} ;

/scripts/chownpublichtmls
find /home -perm 755 -type d
find /home -perm 755 -type f
find /home -perm 755 -exec chmod 755 {} ;

Neither method works.