diff options
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 |