Probleme d'acces avec apache 1.3 - Logiciels - Linux et OS Alternatifs
Marsh Posté le 25-09-2004 à 14:18:04
un .htaccess qui traine ? 
Marsh Posté le 25-09-2004 à 14:50:05
a peut etre. je vais voir. merci 
 
edit : c'etait ca. trop fort 
Marsh Posté le 25-09-2004 à 15:15:03
et merde, j'ai un autre probleme 
 
 
 
| [Sat Sep 25 15:10:40 2004] [error] [client xxxx] (13)Permission denied: access to /info/index.php failed because search permissions are missing on a component of the path  | 
 
 
je ne comprend pas l'erreur. ca marchait, j'ai changé qq droits et ca ne marche plus.  
 
lrwxrwxrwx  1 root www-data   24 2004-09-24 12:07 squirrelmail -> /usr/share/squirrelmail/ 
 
| 15:13:13 root@zeus:/var/www# ll info/  | 
 
 
je suis perplexe la.  une idée ? 
 
 
edit: c'etait un probleme de droits sur un repertoire loin derriere un symlink. je suis trop con ce WE 
Marsh Posté le 25-09-2004 à 14:07:20
<Directory /var/www/toto1>
AllowOverride All
Order deny,allow
# huhu
Allow from 192.168.0.0/255.255.255.0 mon_ip
Deny from all
</Directory>
<Directory /var/www/toto2>
AllowOverride All
Order deny,allow
# huhu
Allow from 192.168.0.0/255.255.255.0 mon_ip
Deny from all
</Directory>
depuis mon_ip j'arrive a acceder a toto2 mais pas a toto1.
d'ou ca peut venir ?
Merci