From: Eric Covener
Date: Sun, 22 Jul 2012 14:42:42 +0000 (+0000)
Subject: Merge r1364309 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
X-Git-Tag: 2.2.23~102
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e62fe4b6e105264ab1181e2ee3dc3e4b700f7b02;p=thirdparty%2Fapache%2Fhttpd.git
Merge r1364309 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
copy the context restrictions from sections.html for symlink
related options
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1364313 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 0f1c6d5eec1..5e2fb3144a6 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -2469,9 +2469,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.
@@ -2515,13 +2519,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