summaryrefslogtreecommitdiffstats
path: root/docs/manual/sections.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/sections.html')
-rw-r--r--docs/manual/sections.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/manual/sections.html b/docs/manual/sections.html
index cfa2abe40d..88f3329408 100644
--- a/docs/manual/sections.html
+++ b/docs/manual/sections.html
@@ -33,9 +33,10 @@ Everything that is syntactically allowed in
section). Semantically however some things, and the most
notable are <CODE>AllowOverride</CODE> and the two options
<CODE>FollowSymLinks</CODE> and <CODE>SymLinksIfOwnerMatch</CODE>,
-make no sense in <CODE>&lt;Location&gt;</CODE>. The same for
-<CODE>&lt;Files&gt;</CODE> -- syntactically everything is fine, but
-semantically some things are different.
+make no sense in <CODE>&lt;Location&gt;</CODE>,
+<CODE>&lt;LocationMatch&gt;</CODE> or <CODE>&lt;DirectoryMatch&gt;</CODE>.
+The same for <CODE>&lt;Files&gt;</CODE> -- syntactically everything
+is fine, but semantically some things are different.
<H2>How the sections are merged</H2>
@@ -134,7 +135,8 @@ Note about .htaccess parsing:
<LI>
It is not possible to use "<CODE>Options FollowSymLinks</CODE>"
or "<CODE>Options SymLinksIfOwnerMatch</CODE>" inside a
- <CODE>&lt;Location&gt;</CODE>/<CODE>&lt;LocationMatch&gt;</CODE> section
+ <CODE>&lt;Location&gt;</CODE>, <CODE>&lt;LocationMatch&gt;</CODE>
+ or <CODE>&lt;DirectoryMatch&gt;</CODE> section
(the options are simply ignored).
Using the options in question is only possible inside a
<CODE>&lt;Directory&gt;</CODE> section (or a <CODE>.htaccess</CODE> file).