From 66f5035b12d832afa4dfbf2ca732ad5d6db5ab82 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 22 Jul 2012 14:47:19 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1364315 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 62bd336f8e..a87273fc61 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1450,7 +1450,7 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M" format [%t] [%l] [%a] %M  is not available, the surrounding brackets are not logged either. Space characters can be escaped with a backslash to prevent them from delimiting a field. The combination '% ' - (percent space) is a zero-witdh field delimiter that does not produce any + (percent space) is a zero-width field delimiter that does not produce any output.

The above behavior can be changed by adding modifiers to the format @@ -3376,9 +3376,11 @@ 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.

@@ -3426,12 +3428,15 @@ 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 -- 2.40.0