diff options
author | Joshua Slive <slive@apache.org> | 2002-08-14 20:56:00 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-08-14 20:56:00 +0200 |
commit | aca7ab747a7d9d58e1f0508792e094a5dbf88cf9 (patch) | |
tree | bab01593c89763549067dbed03f1414983fc6b23 /docs/manual/mod/mod_deflate.html.en | |
parent | on second thought, it actually *is* possible for this to bubble up rather (diff) | |
download | apache2-aca7ab747a7d9d58e1f0508792e094a5dbf88cf9.tar.xz apache2-aca7ab747a7d9d58e1f0508792e094a5dbf88cf9.zip |
Updating some html transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96375 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_deflate.html.en')
-rw-r--r-- | docs/manual/mod/mod_deflate.html.en | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en index 517e377e8c..e2eb6d3ec3 100644 --- a/docs/manual/mod/mod_deflate.html.en +++ b/docs/manual/mod/mod_deflate.html.en @@ -17,9 +17,13 @@ <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> + <strong> + <p>Most popular browsers can not handle compression of all content + so you may want to set the 'gzip-only-text/html' note to 1 to only + allow html files to be compressed (see below)</p> + <p>if you set this to anything but '1' it will be ignored, so you can do + negative matches</p> + </strong> <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>SetEnv gzip-only-text/html 1<br> SetOutputFilter DEFLATE |