]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolves bz64880 - Note that AllowOverrideList None cannot be combined
authorRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 15:22:50 +0000 (15:22 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 15:22:50 +0000 (15:22 +0000)
with other listed values.

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

docs/manual/mod/core.xml

index 54b78099ce1fdac087fa778da394fbf356ea79ef..3ac229e50be1e77ec5073173eef135885c7b2f71 100644 (file)
@@ -535,6 +535,11 @@ AllowOverride AuthConfig Indexes
     ignored.  In this case, the server will not even attempt to read
     <code>.htaccess</code> files in the filesystem.</p>
 
+    <note>
+    <p>A value of <code>None</code> cannot be combined with other values. 
+    Doing so will result in an error that aborts config parsing.</p>
+    </note>
+
     <p>Example:</p>
 
     <highlight language="config">