bonjour j'explique mon probleme. J'ai créer un script perl (test.pl) et je voudrais l'excuter pour cela j'ai installer un serveur apache 2 en local puis j'ai mis mon fichier test.pl dans le dossier cgi-bin du serveur mais quand je lance :
http://127.0.0.1/ j'ai un message comme quoi mon serveur est ok mais quand je lance:
http://127.0.0.1/cgi-bin/test.pl j'ai l'erreur:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@societe.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.0.55 (Win32) Server at 127.0.0.1 Port 80
je sais pas si j'ai pas un probleme de droits qui peut m'aider?