Apache configuration FollowSymlinks- Apply to php scripts?

Posted by Josh on Server Fault See other posts from Server Fault or by Josh
Published on 2010-06-08T20:10:47Z Indexed on 2010/06/08 20:23 UTC
Read the original article Hit count: 234

Filed under:
|
|
|

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?

© Server Fault or respective owner

Related posts about linux

Related posts about apache