[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re[4]: apache FollowSymLinks and SymLinksIfOwnerMatch question



Hello "nate" <debian-user@aphroland.org>,

> 
> 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.








Reply to: