[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
apache vs perl
- To:
- Subject: apache vs perl
- From:
- Date: Tue, 21 Dec 1999 12:03:41 -0500
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,