From: David Shane Holden Date: Mon, 6 Jan 2003 16:07:56 +0000 (+0000) Subject: Add IndexOptions IgnoreCase description. X-Git-Tag: pre_ajp_proxy~2319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f919f0a8bf1637e75b2517eb07d1ac2682067de;p=apache Add IndexOptions IgnoreCase description. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98184 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 55eed7f78d..f62e2f9e00 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -585,6 +585,13 @@ indexing the standard width of the icons supplied with the Apache software. +
IgnoreCase
+ +
If this option is enabled, names are sorted in a case-insensitive + manner. For instance, if the sort order is ascending by name, and + IgnoreCase is enabled, file Zeta will be listed after file alfa + (Note: file GAMMA will always be listed before file gamma).
+
IgnoreClient
This option causes mod_autoindex to ignore all diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 1957ab9fa3..b794986000 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -593,6 +593,14 @@ indexing the standard width of the icons supplied with the Apache software.
+
IgnoreCase
+ +
If this option is enabled, names are sorted in a case-insensitive + manner. For instance, if the sort order is ascending by name, and + IgnoreCase is enabled, file Zeta will be listed after file alfa + (Note: file GAMMA will always be listed before file gamma).
+
IgnoreClient