From: Jeff Trawick
Date: Fri, 4 Oct 2002 16:13:23 +0000 (+0000)
Subject: Add a comment about the setting of no-gzip.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e3a34f7d06a52423a22842b87d69949d6d71478;p=apache
Add a comment about the setting of no-gzip.
PR: 13141
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97105 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en
index 3ea1cbd2bc..18ae41c399 100644
--- a/docs/manual/mod/mod_deflate.html.en
+++ b/docs/manual/mod/mod_deflate.html.en
@@ -39,6 +39,10 @@ SetOutputFilter DEFLATE
SetOutputFilter DEFLATE
</Directory>
+
+ For browsers that have problems even with compression of html files,
+ use the BrowserMatch
directive to set the 'no-gzip' note
+ for that particular browser so that no compression will be performed.