From 776ad5243631fe7d1de4b2f255e57dcbc555fe56 Mon Sep 17 00:00:00 2001 From: Ian Holsman Date: Wed, 20 Feb 2002 16:50:40 +0000 Subject: 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 --- docs/manual/mod/mod_deflate.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/manual/mod/mod_deflate.html') 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> -- cgit v1.2.1