From 039d33bb840cf71df7e3527f36fba0ec17dd3d24 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 21 Nov 2002 17:43:34 +0000 Subject: [PATCH] Add a for Multiviews Match and reference that directive in upgrading. Note that there are LOTS of things missing from upgrading.xml. As you stumble on differences between 1.3 and 2.0, please add them to that file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97583 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.xml | 1 + docs/manual/upgrading.xml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index b2bd637699..0b615326ec 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -548,6 +548,7 @@ onto the specified content type searching for a matching file with MultiViews MultiviewsMatch [NegotiatedOnly] [Handlers] [Filters] [Any] +MultiviewsMatch NegotiatedOnly server config virtual host diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 761dac3d5f..9ffaf647e3 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -143,6 +143,13 @@ FancyIndexing option to the IndexOptions directive. + +
  • The MultiViews content-negotiation technique provided by + mod_negotiation has become more strict in its + default file matching. It will select only from negotiable + files. The old behavior can be restored using the MultiviewsMatch directive.
  • + -- 2.40.0