From: Rich Bowen
Date: Fri, 3 Apr 2026 15:22:50 +0000 (+0000)
Subject: Resolves bz64880 - Note that AllowOverrideList None cannot be combined
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81f1ce61318e67e48ff7619779046a04ff124a5e;p=thirdparty%2Fapache%2Fhttpd.git
Resolves bz64880 - Note that AllowOverrideList None cannot be combined
with other listed values.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932811 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 54b78099ce..3ac229e50b 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -535,6 +535,11 @@ AllowOverride AuthConfig Indexes
ignored. In this case, the server will not even attempt to read
.htaccess files in the filesystem.
+
+ A value of None cannot be combined with other values.
+ Doing so will result in an error that aborts config parsing.
+
+
Example: