-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Mar 23, 2016 at 02:41:14PM +0100, Olivier Desport wrote: > Hi, > > I'm using mpm_itk module (on Apache 2.4.10 - Debian Jessie) but the > web server returns 403 errors : > > [Wed Mar 23 12:03:35.303631 2016] [core:error] [pid 18224] > (13)Permission denied: [client 172.31.130.36:54815] AH00035: access > to /favicon.ico denied (filesystem path > '/var/www/portail/favicon.ico') because search permissions are > missing on a component of the path, referer: > http://edu-portail.ac-versailles.fr/portail.php
There's a clue in the error message: "search permissions" means the +x in the directory. To be able to access /var/www/portail/favicon.ico, the web server wants to have read and "execute" (which for directories means actually search) access to all of its parent directories, i.e. /, /var, /var/www and so on. So check that it is the case. Just ask again if that wasn't clear :-) regards - -- t -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlbyof8ACgkQBcgs9XrR2kZHTwCfTZOtmRG4KzwNboQE/UQqJlg9 gaAAnRCqNjfDmj2M11ctcy5to1/PlWCu =Hp+f -----END PGP SIGNATURE-----

