[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
Re: apache vs perl
- To:
- Subject: Re: apache vs perl
- From: Vincent Brousseau <>
- Date: Wed, 22 Dec 1999 10:09:20 -0500
-
In-reply-to: <[email protected]>
Ajoute un "ScriptAlias" pour le répertoire cgi ...
[email protected] wrote:
> Bonjour,
>
> J'ai un script Perl dans un sous-répertoire /cgi
>
> Losqu'il est appelé, j'obtiens l'erreur suivante.
>
> You don't have permission to access /cgi/websearch.pl on this server.
>
> Le scripts est bien exécutable (chmod +x).
>
> -rwxr-xr-x 1 abcdef www 26196 Dec 21 01:59 websearch.pl
>
> Les directives dans /etc/httpd/conf/httpd.conf pour ce site sont;
>
> <VirtualHost www.abcdef.com>
> ServerAdmin [email protected]
> ServerName www.abcdef.com
> ServerAlias www.abcdef.com
> DocumentRoot /www/abcdef
> ErrorLog /home/log/abcdef-error
> RefererLog /home/log/abcdef-referer
> TransferLog /home/log/abcdef-activity
> Options ExecCgi FollowSymlinks
> AddHandler cgi-script pl cgi
> ScriptAlias /_vti_bin/_vti_adm/ /www/abcdef/_vti_bin/_vti_adm/
> ScriptAlias /_vti_bin/_vti_aut/ /www/abcdef/_vti_bin/_vti_aut/
> ScriptAlias /_vti_bin/ /www/abcdef/_vti_bin/
> </VirtualHost>
>
> Des idées????
>
> Merci,