Apache 13 permission denied in user's home directory
- by Dave
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!