Hello "nate" <[EMAIL PROTECTED]>, > > your question "Is apache any configuration to avoid symbolic link across > documentroot?" is not worded in a way that I can understand what your > really asking. try to re-phrase it. unless the above answers your > question of course :) > > nate OK. What I mean is, since I have to turn on FollowSymLinks. I wish apache only follow the symblic links under /var/www
GOOD ----------- cd /var/www mkdir test cd test ln -s ../index.html index.html BAD -------- cd /var/www/ mkdir test cd test ln -s ../../xxx.secret ./ (xxx.secret is now at /var/xxx.secret) Sorry for the poor explaination. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]