From: Rich Bowen
Date: Sun, 3 May 2026 13:23:52 +0000 (+0000)
Subject: mod_autoindex: clarify that =value options are not cleared by unprefixed keywords...
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eeed35a930e8ca6d552923843642c0baca43bec5;p=thirdparty%2Fapache%2Fhttpd.git
mod_autoindex: clarify that =value options are not cleared by unprefixed keywords (Bug 53669)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933762 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index 2df9aa57cd..a4cba53113 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -1007,7 +1007,12 @@ indexing
settings (which may have been inherited from an upper-level
directory). However, whenever an unprefixed keyword is processed, it
clears all inherited options and any incremental settings encountered
- so far. Consider the following example:
+ so far, except for options that take a value
+ (Charset, Type,
+ DescriptionWidth, NameWidth,
+ IconWidth, IconHeight),
+ which are inherited independently.
+ Consider the following example:
IndexOptions +ScanHTMLTitles -IconsAreLinks FancyIndexing