]> granicus.if.org Git - apache/commitdiff
Add a comment about the setting of no-gzip.
authorJeff Trawick <trawick@apache.org>
Fri, 4 Oct 2002 16:13:23 +0000 (16:13 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 4 Oct 2002 16:13:23 +0000 (16:13 +0000)
PR:                  13141

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

docs/manual/mod/mod_deflate.html.en
docs/manual/mod/mod_deflate.xml

index 3ea1cbd2bc5f31eeb2f1acffba4538fd06d09187..18ae41c3998aedc17cb8ea9d08cfeee934bffd2d 100644 (file)
@@ -39,6 +39,10 @@ SetOutputFilter DEFLATE
       SetOutputFilter DEFLATE<br />
 &lt;/Directory&gt;
 </code></p></div>
+
+    <p>For browsers that have problems even with compression of html files,
+    use the <code class="directive">BrowserMatch</code> directive to set the 'no-gzip' note
+    for that particular browser so that no compression will be performed.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="DeflateBufferSize" id="DeflateBufferSize">DeflateBufferSize</a> <a name="deflatebuffersize" id="deflatebuffersize">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
               </a></th><td>Fragment size to be compressed at one time by zlib</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
               </a></th><td>DeflateBufferSize <em>value</em></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
index 7d49fc291a3b5241587971035a089d5c615def44..69d0d3ecf3fc65e00315163c32d3b867890d5e76 100644 (file)
@@ -44,6 +44,10 @@ SetOutputFilter DEFLATE
       SetOutputFilter DEFLATE<br />
 &lt;/Directory&gt;
 </example>
+
+    <p>For browsers that have problems even with compression of html files,
+    use the <directive>BrowserMatch</directive> directive to set the 'no-gzip' note
+    for that particular browser so that no compression will be performed.</p>
 </section>
 
 <directivesynopsis>