Apache configuration FollowSymlinks- Apply to php scripts?
- by Josh
I have Options set to none for my webroot directory. I also have a symmlink /var/coderoot - /var/webroot/coderoot
In the php script I can do include("/var/coderoot/file"); and it works fine. Regardless of the option (yes I save and restart apache.) Does follow symlinks only apply to symlinks used in a certain way? Is there a performance loss using the include with a symmlink?