CGI et Perl
am 01.11.2007 16:07:45 von vincent.margueritHi,
I can't make a perl script works, I get the following error message:
Forbidden
You don't have permission to access /myfotodvd2/cgi-bin/upload.cgi on
this server.
The URL is correct, Perl is installed as I can execute this command:
C:\Documents and Settings\Vincent>perl -e "print 'hello'"
hello
And in the config of EasyPHP, the cgi-bin part is defined:
AllowOverride None
Options None
Order allow,deny
Allow from all
So I don't know how to make it work, does anyone know what I should
do ?
Thanks,
Vincent.