Apache 13 permission denied in user's home directory

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2009-08-04T03:18:48Z Indexed on 2010/05/10 23:24 UTC
Read the original article Hit count: 297

Filed under:
|

Hi,

My friend's website was working fine until he moved the document root from /var/www/xxx to /home/user/xxx

Apache give 13 permission denied error messages when we try to access the site via a web browser.

The site is configured as a virtual directory. All the Apache configurations were unchanged (except for the directory change).

We tried to chmod 777 /home/user/xxx, chown apache /home/user/xxx. But they didn't work.

Is there some kind of security feature set on the user's home directories? The server OS is CentOS (Godaddy VPS).

Any help is appreciated!

Thanks!

© Stack Overflow or respective owner

Related posts about apache

Related posts about permissions