]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document the 'None' IndexOptions argument. Resolves bz64892
authorRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 13:20:47 +0000 (13:20 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 13:20:47 +0000 (13:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932800 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.xml

index a33639efdf24bdfabfe1f782e5643d9d1cc6624f..811dd4c5029b7c2e466cc63339ad9081b2b04b1a 100644 (file)
@@ -935,6 +935,17 @@ indexing</description>
       ><code>FancyIndexing</code></a> is also enabled.</strong>
       </dd>
 
+      <dt><a name="indexoptions.none"
+               id="indexoptions.none">None</a></dt>
+
+      <dd>The <code>None</code> keyword disables all indexing options
+      for the directory. No fancy indexing features will be enabled.
+      <note><code>None</code> cannot be prefixed with <code>+</code>
+      or <code>-</code>, and it cannot be combined with any other
+      <directive>IndexOptions</directive> keyword. If <code>None</code>
+      is specified, it must be the only option given.</note>
+      </dd>
+
     </dl>