You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/03/02 01:30:55 UTC

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

nd          2003/03/01 16:30:55

  Modified:    docs/manual env.html.en env.xml
               docs/manual/mod mod_negotiation.html.en mod_negotiation.xml
  Log:
  document the changed behaviour of mod_negotiation.
  add a cross link from mod_negotiation docs to env.html
  
  Revision  Changes    Path
  1.38      +7 -2      httpd-2.0/docs/manual/env.html.en
  
  Index: env.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/env.html.en,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- env.html.en	22 Feb 2003 22:20:20 -0000	1.37
  +++ env.html.en	2 Mar 2003 00:30:54 -0000	1.38
  @@ -249,13 +249,18 @@
   
           <p>When set to a value of "1", this variable disables the DEFLATE
           output filter provided by <code class="module"><a href="./mod/mod_deflate.html">mod_deflate</a></code> for
  -        content-types other than <code>text/html</code>.</p>
  +        content-types other than <code>text/html</code>. If you'd rather
  +        use statically compressed files; <code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code>
  +        evaluates the variable as well (not only for gzip, but for all
  +        encodings that differ from "identity").</p>
       
   
       <h3><a name="no-gzip" id="no-gzip">no-gzip</a></h3>
   
           <p>When set, the <code>DEFLATE</code> filter of
  -        <code class="module"><a href="./mod/mod_deflate.html">mod_deflate</a></code> will be turned off.</p>
  +        <code class="module"><a href="./mod/mod_deflate.html">mod_deflate</a></code> will be turned off and
  +        <code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code> will refuse to deliver encoded
  +        resources.</p>
   
       
   
  
  
  
  1.10      +7 -2      httpd-2.0/docs/manual/env.xml
  
  Index: env.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/env.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- env.xml	22 Feb 2003 22:20:20 -0000	1.9
  +++ env.xml	2 Mar 2003 00:30:54 -0000	1.10
  @@ -279,13 +279,18 @@
   
           <p>When set to a value of "1", this variable disables the DEFLATE
           output filter provided by <module>mod_deflate</module> for
  -        content-types other than <code>text/html</code>.</p>
  +        content-types other than <code>text/html</code>. If you'd rather
  +        use statically compressed files; <module>mod_negotiation</module>
  +        evaluates the variable as well (not only for gzip, but for all
  +        encodings that differ from "identity").</p>
       </section>
   
       <section id="no-gzip"><title>no-gzip</title>
   
           <p>When set, the <code>DEFLATE</code> filter of
  -        <module>mod_deflate</module> will be turned off.</p>
  +        <module>mod_deflate</module> will be turned off and
  +        <module>mod_negotiation</module> will refuse to deliver encoded
  +        resources.</p>
   
       </section>
   
  
  
  
  1.19      +1 -0      httpd-2.0/docs/manual/mod/mod_negotiation.html.en
  
  Index: mod_negotiation.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.html.en,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_negotiation.html.en	17 Dec 2002 18:34:31 -0000	1.18
  +++ mod_negotiation.html.en	2 Mar 2003 00:30:54 -0000	1.19
  @@ -58,6 +58,7 @@
   <li><code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code></li>
   <li><a href="../content-negotiation.html">Content
   Negotiation</a></li>
  +<li><a href="../env.html">Environment Variables</a></li>
   </ul></div>
   <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   <div class="section">
  
  
  
  1.11      +1 -0      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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_negotiation.xml	17 Dec 2002 18:29:13 -0000	1.10
  +++ mod_negotiation.xml	2 Mar 2003 00:30:54 -0000	1.11
  @@ -31,6 +31,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