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 2004/04/16 20:47:26 UTC

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

nd          2004/04/16 11:47:26

  Modified:    docs/manual env.xml
  Log:
  mention force-gzip
  
  Revision  Changes    Path
  1.17      +6 -0      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.16
  retrieving revision 1.17
  diff -u -u -r1.16 -r1.17
  --- env.xml	9 Feb 2004 20:20:06 -0000	1.16
  +++ env.xml	16 Apr 2004 18:47:26 -0000	1.17
  @@ -266,6 +266,12 @@
           even if it was in a later dialect.</p>
   
       </section>
  +    <section id="force-gzip">
  +        <title>force-gzip</title>
  +          <p>If you have the <code>DEFLATE</code> filter activated, this
  +          environment variable will ignore the accept-encoding setting of
  +          your browser and will send compressed output unconditionally.</p>
  +    </section>
       <section id="force-no-vary">
           <title>force-no-vary</title>