have you tried to chown the scripts to apache:apache, I had the same kind of permission problem with apache (not with cgi scripts however) and that's how I solved it
if you don't know the exact command:
su
chown apache:apache name_of_your_script.cgi
I hope that will help
|