From: Ken Coar
Date: Fri, 2 Oct 1998 21:35:33 +0000 (+0000)
Subject: Back off a portion of the incremental-IndexOptions patch;
X-Git-Tag: 1.3.3~3
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f2dca43e7c12c39792524351b704d1d10ac55b;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html
index d48792ddd5a..877cabc452d 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 IndexOptions 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:
IndexOptions +ScanHTMLTitles -IconsAreLinks FancyIndexing
@@ -654,13 +654,9 @@ afterward.
To unconditionally set the IndexOptions
for a
-particular directory, clearing the inherited settings, use
+particular directory, clearing the inherited settings, specify
+keywords without either '+' or '-' prefixes.
-
-IndexOptions None
-
-IndexOptions new-setting ...
-