par micj » 13 Oct 2002 20:39
Tu dois rajouter dans ta configuration de Apache (/etc/httpd/conf/httpd.conf) les lignes suivantes :
<BR>
<BR>Deny from all
<BR>Allow from ip_address
<BR>
<BR>à la place du "allow from all" dans le paragraphe suivant:
<BR>
<BR><Directory "/home/httpd/html">
<BR> Options ExecCGI
<BR> AllowOverride None
<BR> Order allow,deny
<BR> Allow from all
<BR></Directory>