suexec not checking group
helloi have a cgi script on
/home/user/public_html/script.cgi
it's chmoded 755
public_html/ dir permission is user:apache
script.cgi permission is user:user
suexec doesn't let me runs that because both user and group should have be the same...
and one know how to make it just check if user is the same?
thanks