Thread: CGI et Perl
View Single Post

  #2 (permalink)  
Old 11-01-2007
HansH
 
Posts: n/a
Default Re: CGI et Perl

"Defacta" <vincent.marguerit@gmail.com> schreef in bericht
news:1193929665.996186.3440@o80g2000hse.googlegrou ps.com...
> 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.
>
> <Directory "${path}/cgi-bin">
> AllowOverride None
> Options None
> Order allow,deny
> Allow from all
> </Directory>
>

It might be a good option to allow ExecCGI ...
http://httpd.apache.org/docs/2.2/mod/core.html#options

It would be nicer to have cgi-bin above the documentroot
and scriptaliased.
http://httpd.apache.org/docs/2.2/mod...ml#scriptalias


HansH