FC3, Apache Symbolic Link Forbidden Error?
Hello..I have been searching and racking my head for this crazy thing. I recently migrated from a RH9 server to a FC3 server. I have a secured shared site setup, and was working great on old server. But now, just isn't working. Here is my problem.
My secure site https://secure.blah.com is working fine with security certificate.. I have symbolic links setup to VirtualHosts like: http://secure.blah.com/foo.com > /home/domains/foo.com/docs
I am getting Forbidden 403 Errors.. when i look at my /var/log/httpd/error_log i see:
Symbolic link not allowed: /home/domains/blah.com/secure/foo.com
I have double checked all permisssions.
I have disabled SULinux.
I have checked httpd.conf file for Options FollowSymLinks
Everything seems to be configured right. What am I missing?