problem with cgi-bin conf

Hi,

I am trying to access to my cgi-bin directroy and gving me an error.

This is what I have configured in my /etc/httpd/conf/httpd.conf

ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

<Directory "/var/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>


This is the error message

You dont have permission to access /cgi-bin/ on this server


Thanks in advance

shann

 

 

 

 

Top