Florian Carr�re a �crit :

mais maintenant j'ai un autre probl�me ! je n'arrive pas � �x�cuter les scripts cgi ! j'ai mis �a dans mon httpd.conf pour que chaque utilisateur dans son repertoire www/cgi-bin/ puisse �x�cuter ses scripts mais �a ne foncitonne pas, quand j'essaye de lancer un script cgi il me dit :

------------------------------


 Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [EMAIL PROTECTED] 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.


-------------------------------

j'ai rentr� �a dans le fichier httpd.conf :

<Directory /home/*/www/cgi-bin/>
       AllowOverride None
       Options ExecCGI
       Order allow,deny
       Allow from all
</Directory>

j'ai portant bien la ligne : LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
et celle l� : AddHandler cgi-script .cgi .sh .pl

Quelqu'un sait d'ou cela peut venir ?

Moi je ne sais pas, mais ton fichier de log d'erreurs surement.

Je te conseille de le lire quand tu as une erreur. Si tu ne vois pas de probleme, augmente le niveau de log. Attention � ne pas laisser de niveau de log trop �lev� sur un serveur en prod.


--
S�bastien

Répondre à