From: Rich Bowen Date: Wed, 29 Apr 2026 20:29:27 +0000 (+0000) Subject: mod_autoindex: Document NameWidth minimum value (>5) and +/- incompatibility with... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59ab5f599b8b4ddac4b2db6df6d6691b46d17d44;p=thirdparty%2Fapache%2Fhttpd.git mod_autoindex: Document NameWidth minimum value (>5) and +/- incompatibility with value-taking IndexOptions (Bug 64907) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933551 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 7d051a85bc..2df9aa57cd 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -750,9 +750,11 @@ indexing | *]
The NameWidth keyword allows you to specify the width - of the filename column in bytes.
+ of the filename column in bytes. The value must be greater than + 5, or * for automatic width. If unset or prefixed + with -, the default of 20 bytes is used. -
-NameWidth (or unset) allows When unset, mod_autoindex to calculate the best width, but only up to 20 bytes wide.
@@ -1020,6 +1022,11 @@ IndexOptions +SuppressSize

To unconditionally set the IndexOptions for a particular directory, clearing the inherited settings, specify keywords without any + or - prefixes.

+ +

Note that the + and - prefixes cannot + be used with options that take a value, such as + IconWidth, IconHeight, + NameWidth, or DescriptionWidth.