]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolves bz64896 - Clarify usage of +/- in conjunction with None and All
authorRich Bowen <rbowen@apache.org>
Thu, 2 Apr 2026 18:45:58 +0000 (18:45 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 2 Apr 2026 18:45:58 +0000 (18:45 +0000)
in Options.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932752 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 6b2ebb65cb0a138ee2d479fa231ce54484adf895..5a8601c3009d5de8c0e9d99f8f9dee1aec7e3576 100644 (file)
@@ -4119,6 +4119,10 @@ directory</description>
 
     <p>The default in the absence of any other settings is
     <code>FollowSymlinks</code>.</p>
+
+    <p>When using the <code>All</code> and <code>None</code>, they must
+    be the first option listed. The + and - modifiers cannot be used with
+    the <code>All</code> and <code>None</code> options.</p>
 </usage>
 </directivesynopsis>