coar 97/09/09 08:19:49
Modified: htdocs/manual/mod mod_autoindex.html
Log:
Strongly note that the standalone FancyIndexing and IndexOptions
directives override each other.
PR: 1106
Revision Changes Path
1.13 +23 -5 apachen/htdocs/manual/mod/mod_autoindex.html
Index: mod_autoindex.html
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/mod/mod_autoindex.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mod_autoindex.html 1997/07/25 11:04:00 1.12
+++ mod_autoindex.html 1997/09/09 15:19:48 1.13
@@ -39,8 +39,12 @@
If
<A
HREF="#fancyindexing"
->FancyIndexing</A>
-is enabled, the column headers are links that control the
+><SAMP>FancyIndexing</SAMP></A>
+is enabled, or the <SAMP>FancyIndexing</SAMP> keyword is present on the
+<A
+ HREF="#indexoptions"
+><SAMP>IndexOptions</SAMP></A>
+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 @@
<Strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<Strong>Override:</strong> Indexes<br>
<strong>Status:</strong> Base<br>
-<strong>Module:</strong> mod_autoindex<p>
-
+<strong>Module:</strong> mod_autoindex
+<p>
The FancyIndexing directive sets the FancyIndexing option for a directory.
<em>Boolean</em> can be <code>on</code> or <code>off</code>. The
<A HREF="#indexoptions">IndexOptions</A> directive should be used in
-preference.<p><hr>
+preference.
+</p>
+<BLOCKQUOTE>
+ <STRONG>Note that the <SAMP>FancyIndexing</SAMP> and
+ <SAMP>IndexOptions</SAMP> directives will override each other. You
+ should use <SAMP>IndexOptions FancyIndexing</SAMP> in preference
+ to the standalone <SAMP>FancyIndexing</SAMP> directive.</STRONG>
+</BLOCKQUOTE>
+<hr>
<A name="headername"><h2>HeaderName</h2></A>
<!--%plaintext <?INDEX {\tt HeaderName} directive> -->
@@ -285,6 +297,12 @@
<dt>FancyIndexing
<dd><!--%plaintext <?INDEX {\tt FancyIndexing} index option> -->
This turns on fancy indexing of directories.
+<BLOCKQUOTE>
+ <STRONG>Note that the <SAMP>FancyIndexing</SAMP> and
+ <SAMP>IndexOptions</SAMP> directives will override each other. You
+ should use <SAMP>IndexOptions FancyIndexing</SAMP> in preference
+ to the standalone <SAMP>FancyIndexing</SAMP> directive.</STRONG>
+</BLOCKQUOTE>
<dt>IconHeight[=pixels] (<EM>Apache 1.3 and later</EM>)
<dd>
<!--%plaintext <?INDEX {\tt IconHeight} index option> -->