The mod_deflate module provides
the DEFLATE output filter that allows output from
your server to be compressed before being sent to the client over
the network.
Compression is implemented by the DEFLATEfilter. The following directive
@@ -31,19 +34,40 @@ SetOutputFilter DEFLATE
SetOutputFilter DEFLATE
</Directory>
The DeflateFilterNote directive
specifies that a note about compression ratios should be attached
to the request. The name of the note is the value specified for
the directive.
The DeflateWindowSize directive specifies the
zlib compression window size (a value between 1 and 15).
Apache HTTP Server Version 2.0
\ No newline at end of file
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index f368679da1..a1d80cd543 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -85,13 +85,14 @@ SetOutputFilter DEFLATE
DeflateMemLevel
-Amount of memory available to zlib for compression
+How much memory should be used by zlib for compressionDeflateMemLevel valueserver config
The DeflateMemLevel directive specifies
- the amount of memory in bytes available to zlib for compression.
+ how much memory should be used by zlib for compression
+ (a value between 1 and 9).