Hi All,
I have set up apache webserver(2.0.46/RHEL3) in one of our test-servers.. I want to apache to run cgi-script .. I have put ScriptAlias entry like this
ScriptAlias /cgi-bin/ /etc/httpd/conf/cgi-bin
there are certian cgi script inside this dir.. owner of the file is
user : apache group : webserver
i have given execute permission to these files.. still I am not able to run those scripts .. I do not have selinux installed
Plz help
Rgds Amit
Amit wrote:
i have given execute permission to these files.. still I am not able to run those scripts .. I do not have selinux installed
What error do you get when you try to run the script?
Check if any "AllowOverride" configuration directive specified for that directory..
Regards,
On Wed, Mar 01, 2006 at 06:32:09AM -0000, Amit wrote:
ScriptAlias /cgi-bin/ /etc/httpd/conf/cgi-bin
A trailing "/" is missing at the end of the second argument. If you will look into the error.log file of Apache, it will give an idea.
Nosferatu