
Originally Posted by
jdlightsey
Does it allow you to execute the scripts if you disable the paranoid_uid_check and paranoid_gid_check in /opt/suphp/etc/suphp.conf? You might also need to adjust the min_uid and min_gid values if the shared scripts are owned by a system user like nobody or root.
There was a somewhat related issue that came up before about shared scripts that are symlinked into the docroot of a vhost where the symlink owner and the target script owner don't match. Mod_suphp checks for this and throws a security exception regardless of the paranoid_uid_check and paranoid_gid_check settings, but from the way you describe your configuration it doesn't sound like you would encounter this problem.