From: Joshua Slive Date: Fri, 1 Mar 2002 18:06:18 +0000 (+0000) Subject: FancyIndexing is no longer an independent directive. X-Git-Tag: 2.0.33~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb118e0874e5b074fc937fd5dc6fe0f4db9fab7;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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