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
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>
<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>