Salut,
Voici mon probleme:
Je possede un serveur avec Apache/2.0.53 (Win32) mod_perl/2.0.2 Perl/v5.8.8
(
http://hellsong.dyndns.info/phpinfo.php )
le probleme etant que les scripts perl s executent parfaitement dans l explorateur mais dans une page web, il m affiche la source comme si c etait un fichier texte (
http://hellsong.dyndns.info/cgi-bin/test.pl )
pourtant, mon httpd.conf contient bien tout ce qui est necessaire:
1 2 3 4
| LoadFile "c:/usr/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so
AddHandler cgi-script .cgi .pl
AddHandler cgi-handler .cgi .pl |
des idees?
PS: j utilise un clavier qwerty Japonais donc pas d accents ni d apostrophe :p
Partager