diff options
author | Rich Bowen <rbowen@apache.org> | 2016-01-12 17:15:24 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2016-01-12 17:15:24 +0100 |
commit | 09290d3fd489b4f8fe6b1ed5e99b9eb2a545e823 (patch) | |
tree | c1bd1decc836cf5ed34a149f8e6055042f412428 /docs/manual/mod/mod_deflate.xml | |
parent | rebuild (diff) | |
download | apache2-09290d3fd489b4f8fe6b1ed5e99b9eb2a545e823.tar.xz apache2-09290d3fd489b4f8fe6b1ed5e99b9eb2a545e823.zip |
Distinguish between 'deflate' and 'gzip' encoding.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1724273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_deflate.xml')
-rw-r--r-- | docs/manual/mod/mod_deflate.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index 37fc18e956..a4a4c32d37 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -37,6 +37,14 @@ client</description> </summary> <seealso><a href="../filter.html">Filters</a></seealso> +<section id="supportedencodings"><title>Supported Encodings</title> + <p>The <code>gzip</code> encoding is the only one supported to ensure complete compatibility + with old browser implementations. The <code>deflate</code> encoding is not supported, + please check the <a href="http://www.gzip.org/zlib/zlib_faq.html#faq38">zlib's documentation</a> + for a complete explanation. + </p> +</section> + <section id="recommended"><title>Sample Configurations</title> <note type="warning"><title>Compression and TLS</title> <p>Some web applications are vulnerable to an information disclosure |