From: Ian Holsman Date: Wed, 20 Feb 2002 16:50:40 +0000 (+0000) Subject: add a comment about the gzip-only-text/html note X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64efe3c89811adb0a15e083256bcd392cfe70c0d;p=apache 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 --- 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 @@ filter. The following directive will enable compression for documents in the container where it is placed:

+

Most popular browsers can not handle compression of all content + so you may want to enable the 'gzip-only-text/html' note (see below) +

+ SetEnv gzip-only-text/html 1
SetOutputFilter DEFLATE
@@ -66,6 +70,7 @@
<Directory "/your-server-root/manual">
+ SetEnv gzip-only-text/html 1
SetOutputFilter DEFLATE

leave the existing directives as-is
</Directory>