You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2004/09/05 00:56:37 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_negotiation.xml

yoshiki     2004/09/04 15:56:37

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_negotiation.xml
  Log:
  Backport changes from 2.1.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.9.2.6   +9 -3      httpd-2.0/docs/manual/mod/mod_negotiation.xml
  
  Index: mod_negotiation.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.xml,v
  retrieving revision 1.9.2.5
  retrieving revision 1.9.2.6
  diff -u -r1.9.2.5 -r1.9.2.6
  --- mod_negotiation.xml	17 Apr 2004 18:43:37 -0000	1.9.2.5
  +++ mod_negotiation.xml	4 Sep 2004 22:56:37 -0000	1.9.2.6
  @@ -49,6 +49,7 @@
   <seealso><module>mod_mime</module></seealso>
   <seealso><a href="../content-negotiation.html">Content
   Negotiation</a></seealso>
  +<seealso><a href="../env.html">Environment Variables</a></seealso>
   
   <section id="typemaps"><title>Type maps</title>
       <p>A type map has a format similar to RFC822 mail headers. It
  @@ -155,6 +156,11 @@
       content-encodings it would have if the client had asked for one
       of them by name. It then chooses the best match to the client's
       requirements, and returns that document.</p>
  +
  +    <p>The <directive module="mod_mime">MultiViewsMatch</directive>
  +    directive configures whether Apache will consider files
  +    that do not have content negotiation meta-information assigned
  +    to them when choosing files.</p>
   </section>
   
   <directivesynopsis>
  @@ -270,8 +276,8 @@
       <p>Note that this directive only has an effect if a 'best'
       language cannot be determined by any other means or the <directive
       module="mod_negotiation">ForceLanguagePriority</directive> directive
  -    is not <code>None</code>. Correctly implemented HTTP/1.1 requests
  -    will mean this directive has no effect.</p>
  +    is not <code>None</code>. In general, the client determines the
  +    language preference, not the server.</p>
   </usage>
   <seealso><directive module="mod_mime">AddLanguage</directive></seealso>
   </directivesynopsis>