I try to execute cgi scripts as a normal user. They work fine but they
refuse to write to a user directory if this is
not world writable or own by the apache user (wwwrun). They also refuse
to execute if they are not world readable
and executable.
I have suexec running and the relevant part of httpd.conf file is
ScriptAlias /user/cgi-bin/ "/home/user/public_html/cgi-bin/"
AddHandler cgi-script .cgi
<Directory "/home/user/public_html/cgi-bin">
AllowOverride None
Options +ExecCGI -FollowSymLinks
Order allow,deny
Allow from all
</Directory>
I would appreciate any help.
Regards
I. Rizos