From 4f919f0a8bf1637e75b2517eb07d1ac2682067de Mon Sep 17 00:00:00 2001 From: David Shane Holden Date: Mon, 6 Jan 2003 16:07:56 +0000 Subject: [PATCH] Add IndexOptions IgnoreCase description. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98184 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_autoindex.html.en | 7 +++++++ docs/manual/mod/mod_autoindex.xml | 8 ++++++++ 2 files changed, 15 insertions(+) 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
-- 2.50.1