Bonjour,
voila j'utilise jamais cgi-bin et la je n'y arrive pas, ca doit etre un truc idiot.
j'ai donc fait
http://www.surf4all.net/cgi-bin/test.pl
avec
et j'ai une erreur 404
pourtant j'ai bien chmod 755 le dossier cgi-bin et le fichier
et dans httpd.conf
j'ai bien
et dans mes logs apache j'ai ceci
[Thu Oct 12 14:44:21 2006] [error] [client 81.220.116.216] script not found or unable to stat: /home/web/surf4all.net/cgi-bin
et which perl me donne ceci:
/usr/bin/perl
voyez vous mon probleme ?
voila j'utilise jamais cgi-bin et la je n'y arrive pas, ca doit etre un truc idiot.
j'ai donc fait
http://www.surf4all.net/cgi-bin/test.pl
avec
Code:
#!/usr/bin/perl
use CGI;
my $requete = new CGI;
print $requete->header;
print "test OK";
#------------------------------------------
et j'ai une erreur 404
pourtant j'ai bien chmod 755 le dossier cgi-bin et le fichier
et dans httpd.conf
j'ai bien
Code:
<VirtualHost www.surf4all.net>
DocumentRoot /home/web/surf4all.net
ServerName sd213.sivit.org
ScriptAlias /cgi-bin/ /home/web/surf4all.net/cgi-bin/
</VirtualHost>
et dans mes logs apache j'ai ceci
[Thu Oct 12 14:44:21 2006] [error] [client 81.220.116.216] script not found or unable to stat: /home/web/surf4all.net/cgi-bin
et which perl me donne ceci:
/usr/bin/perl
voyez vous mon probleme ?