From 9eb118e0874e5b074fc937fd5dc6fe0f4db9fab7 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Fri, 1 Mar 2002 18:06:18 +0000 Subject: [PATCH] FancyIndexing is no longer an independent directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93659 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/upgrading.html.en | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index 2cc7b448d5c..3744bb06a3b 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -136,6 +136,13 @@ enabled in the correct order. The new Apache 2.0 API allows modules to explicitly specify their ordering, eliminating the need for these directives. + +
  • The FancyIndexing directive has been removed. + The same functionality is availble through the + FancyIndexing option to the IndexOptions + directive.
  • +

    Misc Changes

    -- 2.47.2