summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-11-21 18:43:34 +0100
committerJoshua Slive <slive@apache.org>2002-11-21 18:43:34 +0100
commit039d33bb840cf71df7e3527f36fba0ec17dd3d24 (patch)
treee3fdd378f932af975602bde08aea5edc15fcd632 /docs
parentCorrect the title of the <note> about the scope of AllowOverride, (diff)
downloadapache2-039d33bb840cf71df7e3527f36fba0ec17dd3d24.tar.xz
apache2-039d33bb840cf71df7e3527f36fba0ec17dd3d24.zip
Add a <default> 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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_mime.xml1
-rw-r--r--docs/manual/upgrading.xml7
2 files changed, 8 insertions, 0 deletions
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</description>
searching for a matching file with MultiViews</description>
<syntax>MultiviewsMatch
<em>[NegotiatedOnly] [Handlers] [Filters] [Any]</em></syntax>
+<default>MultiviewsMatch NegotiatedOnly</default>
<contextlist>
<context>server config</context>
<context>virtual host</context>
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 @@
<code>FancyIndexing</code> option to the <directive
module="mod_autoindex">IndexOptions</directive>
directive.</li>
+
+ <li>The MultiViews content-negotiation technique provided by
+ <module>mod_negotiation</module> has become more strict in its
+ default file matching. It will select only from <em>negotiable</em>
+ files. The old behavior can be restored using the <directive
+ module="mod_mime">MultiviewsMatch</directive> directive.</li>
+
</ul>
</section>