From 92f2dca43e7c12c39792524351b704d1d10ac55b Mon Sep 17 00:00:00 2001
From: Ken Coar
Date: Fri, 2 Oct 1998 21:35:33 +0000
Subject: 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
---
docs/manual/mod/mod_autoindex.html | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
(limited to 'docs/manual/mod/mod_autoindex.html')
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 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 ...
-
--
cgit v1.2.3