cannot read directory for multi...

sami

Verified User
Joined
Mar 12, 2004
Messages
12
I am getting alot of these errors in the apache error logs.

[Fri Apr 16 09:10:13 2004] [error] [client 24.80.102.92] (13)Permission denied: cannot read directory for multi:


what do they mean and how do I fix it?

I am running the default directadmin install , nothing has been modified.
 
Hello,

It means your public_html is probably chmod to 710. Our lastest release will set newly created domains to 750 (used to be 710).

You'll need to go into your filemanager, then to go:

/domains/domain.com

select the public_html directory, set 750 (or 755) and click "setPermission"

John
 
v 1.213 ??

hmmmm in v 1.213 this problem still excist??

new domain have the public_html set to 750 but domains whe have placed back on this new machine true the restore function of da are set to 710?? is this an big problem (must i change al the 80 domains??)
 
Run:
Code:
chmod 750 /home/*/domains/*/public_html
chgrp apache /home/*/domains/*/public_html
Note that any domains running frontpage would have to be set to 755 and chgrp to "username".

John
 
How would this affect my Joomla sites. I tried the chmod without the chgrp and all sites stopped responding.

I think if I change the ownership to apache, it might adversely affect Joomla sites.
 
Back
Top