summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_autoindex.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-10-02 23:35:33 +0200
committerKen Coar <coar@apache.org>1998-10-02 23:35:33 +0200
commit92f2dca43e7c12c39792524351b704d1d10ac55b (patch)
tree5336323b38a6df19f8dfe70f58b97f82a6df9f98 /docs/manual/mod/mod_autoindex.html
parentReflect the fact that "Siemens Nixdorf" has been renamed to "Siemens". (diff)
downloadapache2-92f2dca43e7c12c39792524351b704d1d10ac55b.tar.xz
apache2-92f2dca43e7c12c39792524351b704d1d10ac55b.zip
Back off a portion of the incremental-IndexOptions patch;
unprefixed keywords should clear all inherited options and start setting the local directory's options from scratch. Otherwise, 'keyword' and '+keyword' are essentially identical, and clearing inheritance a pain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82194 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_autoindex.html')
-rw-r--r--docs/manual/mod/mod_autoindex.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html
index d48792ddd5..877cabc452 100644
--- a/docs/manual/mod/mod_autoindex.html
+++ b/docs/manual/mod/mod_autoindex.html
@@ -637,8 +637,8 @@ Apache 1.3.3 introduced some significant changes in the handling of
Whenever a '+' or '-' prefixed keyword is encountered, it is applied
to the current <SAMP>IndexOptions</SAMP> settings (which may have been
inherited from an upper-level directory). However, whenever an unprefixed
-keyword is processed, it clears all incremental settings. Consider
-the following example:
+keyword is processed, it clears all inherited options and any incremental
+settings encountered so far. Consider the following example:
</P>
<BLOCKQUOTE><CODE>IndexOptions +ScanHTMLTitles -IconsAreLinks FancyIndexing
<BR>
@@ -654,13 +654,9 @@ afterward.
</P>
<P>
To unconditionally set the <CODE>IndexOptions</CODE> for a
-particular directory, clearing the inherited settings, use
+particular directory, clearing the inherited settings, specify
+keywords without either '+' or '-' prefixes.
</P>
-<BLOCKQUOTE><CODE>
-IndexOptions None
-<BR>
-IndexOptions <EM>new-setting</EM> ...
-</CODE></BLOCKQUOTE>
</DD>
</DL>
<HR>