From 66f5035b12d832afa4dfbf2ca732ad5d6db5ab82 Mon Sep 17 00:00:00 2001
From: Eric Covener [%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. -This option gets ignored if
- set inside a <Location>
section.
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.
Normally, if multiple Options
could
--
2.40.0