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-Tag: 2.0.44~371
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4949fcb877dce7ca6d041c92ab7701224129b91b;p=thirdparty%2Fapache%2Fhttpd.git
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 3ea1cbd2bc5..18ae41c3998 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.