Hi all
I just installed the fedora8 yesterday. I also installed the apache php mysql. I disabled SElinux also.
The default test page seems fine in browser.
I link a directory in my /home/sebastian/workspace/www to the default /var/www/html. And try to access it via browser. The error page 403 comes out.
I checked the httpd.conf
Code:
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
And also the log
Code:
[Wed Feb 20 04:31:02 2008] [error] [client 127.0.0.1] Symbolic link not allowed or link target not accessible: /var/www/html/www
In fact if I link any dir under /var/www to /var/www/html, It will be correctly displayed.
The dir /home/sebastian/workspace/www readable, that is 755, owned by my account
I also try to make the dir 777, but that is helpless.
And I tried to copy the dir to /var/www/html, and it works...
So I'm totally confused...