From: Ken Coar
Date: Tue, 9 Sep 1997 15:19:48 +0000 (+0000)
Subject: Strongly note that the standalone FancyIndexing and IndexOptions
X-Git-Tag: APACHE_1_3b1~12
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af7cbf0b6dea0e5f65320a7144b2a5f95f308090;p=apache
Strongly note that the standalone FancyIndexing and IndexOptions
directives override each other.
PR: 1106
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79166 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html
index caf8eefff4..44780272a3 100644
--- a/docs/manual/mod/mod_autoindex.html
+++ b/docs/manual/mod/mod_autoindex.html
@@ -39,8 +39,12 @@ The two functions are separated so that you can completely remove
If
FancyIndexing
-is enabled, the column headers are links that control the
+>FancyIndexing
+is enabled, or the FancyIndexing keyword is present on the
+IndexOptions
+directive, the column headers are links that control the
order of the display. If you select a header link, the
listing will be regenerated, sorted by the values in that
column. Selecting the same header repeatedly toggles
@@ -226,12 +230,20 @@ DefaultIcon /icon/unknown.xbm
Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_autoindex
-
+Module: mod_autoindex
+
The FancyIndexing directive sets the FancyIndexing option for a directory.
Boolean can be on
or off
. The
IndexOptions directive should be used in
-preference.
+preference.
+
+
+ Note that the FancyIndexing and
+ IndexOptions directives will override each other. You
+ should use IndexOptions FancyIndexing in preference
+ to the standalone FancyIndexing directive.
+
+
HeaderName
@@ -285,6 +297,12 @@ The IndexOptions directive specifies the behavior of the directory indexing.
FancyIndexing
This turns on fancy indexing of directories.
+
+ Note that the FancyIndexing and
+ IndexOptions directives will override each other. You
+ should use IndexOptions FancyIndexing in preference
+ to the standalone FancyIndexing directive.
+
IconHeight[=pixels] (Apache 1.3 and later)