PDA

View Full Version : cannot read directory for multi...



sami
04-16-2004, 10:08 AM
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.

DirectAdmin Support
04-19-2004, 11:54 AM
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

thephantom
05-26-2004, 01:54 AM
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??)

DirectAdmin Support
05-28-2004, 11:40 AM
Run:

chmod 750 /home/*/domains/*/public_html
chgrp apache /home/*/domains/*/public_htmlNote that any domains running frontpage would have to be set to 755 and chgrp to "username".

John

computerlady911
02-01-2007, 02:47 PM
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.