[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]

[no subject]



> 
> Lorsque j'appel un CGI
> (ex. http://monsite.com/cgi-bin/test.cgi)
> j'ai une erreur 500 Internal Server Error.
>
> Quand je regarde mon error_log, j'ai l'erreur suivante.
> [Sun Sep 23 16:11:00 2001] [error] (13)Permission denied:
> exec of /baydrv/cgi-bin/news.cgi failed

Mon serveur Apache exécute sous l'usager www, qui 
fait partie du groupe www (défini dans /etc/group).
Je donne les permissions 750 à mes CGI, et je m'assure
que le groupe propriétaire est www.

Par exemple:
    
    chmod 750 foo.cgi
    chgrp www foo.cgi

-- 
Pierre Sarrazin
http://www3.sympatico.ca/sarrazip/dev/cosmosmash.html