From: Rich Bowen
Date: Fri, 1 May 2026 19:52:11 +0000 (+0000)
Subject: Bug 65054: AllowOverride/AllowOverrideList docs - simplify default, fix syntax typo...
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db2b15c866f466793fe842055d86936e5b71b357;p=thirdparty%2Fapache%2Fhttpd.git
Bug 65054: AllowOverride/AllowOverrideList docs - simplify default, fix syntax typo, document union behavior and All class
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933685 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index c19b453763..556a226671 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -315,7 +315,7 @@ NoDecode option available in 2.3.12 and later.
.htaccess files
AllowOverride All|None|directive-type
[directive-type] ...
-AllowOverride None (2.3.9 and later), AllowOverride All (2.3.8 and earlier)
+AllowOverride None
directory
@@ -510,7 +510,7 @@ AllowOverride AuthConfig Indexes
Individual directives that are allowed in
.htaccess files
AllowOverrideList None|directive
-[directive-type] ...
+[directive] ...
AllowOverrideList None
directory
@@ -562,7 +562,15 @@ AllowOverrideList CookieTracking CookieName
grants permission to the AuthConfig
directive grouping and AllowOverrideList grants
permission to only two directives from the FileInfo directive
- grouping. All others will cause an Internal Server Error.
+ grouping. The effective set of permitted directives is the union of
+ both. All others will cause an Internal Server Error.
+
+ In addition, certain directives are always permitted in
+ .htaccess files whenever the override mechanism is
+ enabled (i.e., AllowOverride
+ is not None). These are listed in the
+ All section of the
+ override class index.
AccessFileName