You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/11/21 18:43:34 UTC

cvs commit: httpd-2.0/docs/manual upgrading.xml

slive       2002/11/21 09:43:34

  Modified:    docs/manual/mod mod_mime.xml
               docs/manual upgrading.xml
  Log:
  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.
  
  Revision  Changes    Path
  1.18      +1 -0      httpd-2.0/docs/manual/mod/mod_mime.xml
  
  Index: mod_mime.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -d -b -u -r1.17 -r1.18
  --- mod_mime.xml	5 Nov 2002 18:09:08 -0000	1.17
  +++ mod_mime.xml	21 Nov 2002 17:43:34 -0000	1.18
  @@ -548,6 +548,7 @@
   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>
  
  
  
  1.6       +7 -0      httpd-2.0/docs/manual/upgrading.xml
  
  Index: upgrading.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/upgrading.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -d -b -u -r1.5 -r1.6
  --- upgrading.xml	21 Oct 2002 18:24:34 -0000	1.5
  +++ upgrading.xml	21 Nov 2002 17:43:34 -0000	1.6
  @@ -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>