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

Re: apache avoid symbolic link under DocumentRoot



Le 2002.07.18 06:19, Patrick Hsieh a écrit :
Hello,

I'd like to configure my apache server not to follow symbolic link which
links outside the DocumentRoot, yet accept the symbolic link which is
under DocumentRoot. Is it possible?

e.g.

/var/www/albumn/images -> /var/www/albumn/imgs  <===accept
/var/www/albumn/images -> /usr/local/albumn/imgs  <===reject



How can I configure this in httpd.conf?

Perhaps using this option:

<Directory />
    Options FollowSymLinks
    ...
</Directory>


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: