]> granicus.if.org Git - apache/commitdiff
add a comment about the gzip-only-text/html note
authorIan Holsman <ianh@apache.org>
Wed, 20 Feb 2002 16:50:40 +0000 (16:50 +0000)
committerIan Holsman <ianh@apache.org>
Wed, 20 Feb 2002 16:50:40 +0000 (16:50 +0000)
and how most browsers can't handle compressing everything

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93514 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_deflate.html

index 2496271a38b29c53dade591ef2b6b3c0f559b515..29eba6761aa4628cbacad7e3839949971c94a750 100755 (executable)
     <a href="../filter.html">filter</a>.  The following directive
     will enable compression for documents in the container where it
     is placed:</p>
+    <p><strong>Most popular browsers can not handle compression of all content
+        so you may want to enable the 'gzip-only-text/html' note (see below)
+    </strong></p>
 
     <blockquote>
+      <code>SetEnv gzip-only-text/html 1</code><br />
       <code>SetOutputFilter DEFLATE</code>
     </blockquote>
 
@@ -66,6 +70,7 @@
 
     <blockquote>
       <code>&lt;Directory "/your-server-root/manual"&gt;<br />
+      SetEnv gzip-only-text/html 1<br />
       SetOutputFilter DEFLATE</code><br />
       <em>leave the existing directives as-is</em><br />
       <code>&lt;/Directory&gt;</code>