Apache error log filled with: (13)Permission denied: cannot read directory for multi:

rhoekman

Verified User
Joined
Jan 3, 2004
Messages
225
Location
The Netherlands
I see with all my clients that they have error logs filled with this line everytime the webpage is visited.

(13)Permission denied: cannot read directory for multi: /home/usernamehere/domains/myserver.com/public_html/

My feeling tells me this has something to do with htaccess and or MultiView? But I'm not sure what..

Any ideas what to look for?

Thanks...
 
Hello,

Check the permissions on
/home/usernamehere/domains/myserver.com
and
/home/usernamehere/domains/myserver.com/public_html

if it's 710 username:apache, set it to 750 or 755.

John
 
/home/usernamehere/domains/myserver.com

It is currently set on 711 username:username

/home/usernamehere/domains/myserver.com/public_html

Is set on 710 username:apache

On all accounts that are created these settings apply.

Any idea how and where these settings are defined?

Setting it to 755 will allow other users to look at the files?
 
Last edited:
Back
Top