[Sun Aug 31 20:42:48 2003] [error] [client 127.0.0.1] attempt to invoke
directory as script: c:/foxserv/www/cgi-bin
This is standing in error.log Apache.
And I get:
Forbidden.
You don't have permission to access /cgi-bin/ on this server.
Whenever i go by IE6.0 to the cgi-bin directory.
I use windows XP.
These are my httpd.conf settings:
Alias /perldir/ "c:\foxserv\www/perl/"
<Directory "C:\FoxServ\www/perl">
Options +ExecCGI
AllowOverride Options
Order allow,deny
Allow from localhost
</Directory>
ScriptAlias /cgi-bin/ "C:/FoxServ/www/cgi-bin/"
<Directory "C:/FoxServ/www/cgi-bin">
Options +ExecCGI
AllowOverride None
order allow,deny
Allow from localhost
</Directory>
I searched many faqs, but can't solve it.
Harrie Geerts
>> Stay informed about: problem with perl