From: Rich Bowen Date: Fri, 3 Apr 2026 13:20:47 +0000 (+0000) Subject: Document the 'None' IndexOptions argument. Resolves bz64892 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4ae7b53c48aa847a89e75a219b1a0228b84fd156;p=thirdparty%2Fapache%2Fhttpd.git Document the 'None' IndexOptions argument. Resolves bz64892 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932800 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index a33639efdf..811dd4c502 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -935,6 +935,17 @@ indexing >FancyIndexing is also enabled. +
None
+ +
The None keyword disables all indexing options + for the directory. No fancy indexing features will be enabled. + None cannot be prefixed with + + or -, and it cannot be combined with any other + IndexOptions keyword. If None + is specified, it must be the only option given. +
+