summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_deflate.html
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2002-02-20 16:50:40 +0000
committerIan Holsman <ianh@apache.org>2002-02-20 16:50:40 +0000
commit776ad5243631fe7d1de4b2f255e57dcbc555fe56 (patch)
treee500f639f5c1b86f2b0f867dd0282fbf6fa4b7a3 /docs/manual/mod/mod_deflate.html
parentd21408aeb64a45637dbfdfc5c67f2a3e3849eff1 (diff)
downloadhttpd-776ad5243631fe7d1de4b2f255e57dcbc555fe56.tar.gz
add a comment about the gzip-only-text/html note
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
Diffstat (limited to 'docs/manual/mod/mod_deflate.html')
-rwxr-xr-xdocs/manual/mod/mod_deflate.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_deflate.html b/docs/manual/mod/mod_deflate.html
index 2496271a38..29eba6761a 100755
--- a/docs/manual/mod/mod_deflate.html
+++ b/docs/manual/mod/mod_deflate.html
@@ -56,8 +56,12 @@
<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>