I am trying to enable running CGI scripts on Apache 1.3.23 on Mandrake 8.2 where suExec appears to be running. This is a pretty plain install, but I have added:
ScriptAlias /scripts/ "/<directory>/httpd/cgi-bin/"
<Directory "/<directory>/httpd/cgi-bin">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
But I still get the error that I don't have permission to run. And I am seeing that suexec is enabled, but I have not done anything to configure it. It is the base install from Mandrake.
ScriptAlias /scripts/ "/<directory>/httpd/cgi-bin/"
<Directory "/<directory>/httpd/cgi-bin">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
But I still get the error that I don't have permission to run. And I am seeing that suexec is enabled, but I have not done anything to configure it. It is the base install from Mandrake.