Hey folks,
I have a clean copy of CentOS.
Just installed Apache, PHP and MySQL. Everything works like a charm.
Except for I created a new user, let's call it 'demo'.
I created a new virtual directory in httpd.conf and pointed it to '/home/demo/www'. I created an empty index.html under '/home/demo/www'.
Apache is running under user 'apache' and group 'apache'.
Maybe user 'apache' does not have access to user 'demo's file, that's why I get the Forbidden problem?
Do you have any ideas how to solve this problem?
Thanks,
James