From: Eric Covener Date: Sun, 22 Jul 2012 14:37:03 +0000 (+0000) Subject: copy the context restrictions from sections.html for symlink X-Git-Tag: 2.5.0-alpha~6603 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30aa08f801f14b361be176b8aac9d0a4c7d2e98d;p=thirdparty%2Fapache%2Fhttpd.git copy the context restrictions from sections.html for symlink related options git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364309 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 896a5f3d9fb..73ea7b30aa8 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3298,9 +3298,13 @@ directory

Even though the server follows the symlink it does not change the pathname used to match against Directory sections.

-

Note also, that this option gets ignored if set - inside a Location - section.

+ +

The FollowSymLinks and + SymLinksIfOwnerMatch Options work only in Directory sections or + .htaccess files.

+

Omitting this option should not be considered a security restriction, since symlink testing is subject to race conditions that make it circumventable.

@@ -3349,13 +3353,17 @@ directory target file or directory is owned by the same user id as the link. - Note

This option gets ignored if - set inside a Location section.

+ Note +

The FollowSymLinks and + SymLinksIfOwnerMatch Options work only in Directory sections or + .htaccess files.

+

This option should not be considered a security restriction, since symlink testing is subject to race conditions that make it - circumventable.

- + circumventable.

+

Normally, if multiple Options could