From: Justin Erenkrantz
Date: Tue, 7 May 2002 00:33:22 +0000 (+0000)
Subject: Update mod_deflate's documentation.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dbe1d10794e66a8786bb8d9975cc6e765fd4169;p=apache
Update mod_deflate's documentation.
Note that this does NOT include the transformation since I can't find a
version of Xerces or Xalan which does not produce major diffs to what
we have checked in. So, we need to standardize on a set of jars -
otherwise, if I were to commit what I get when running build.sh, it'd be
massive. (I'd suggest a tarball of jars on the docs-project site or even
in http://httpd.apache.org/dev/dist somewhere.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94986 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index cf5ff40d9b..ab8ee161e2 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -6,12 +6,12 @@
mod_deflate
Compress content before
it is delivered to the client
-experimental
+Extension
mod_deflate.c
deflate_module
- The experimental mod_deflate module provides
+
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.
@@ -58,6 +58,19 @@ SetOutputFilter DEFLATE
+
+DeflateBufferSize
+Fragment size to be compressed at one time by zlib
+DeflateBufferSize value
+server config
+
+
+ The DeflateBufferSize directive specifies
+ the size in bytes of the fragments that zlib should compress at one
+ time.
+
+
+
DeflateWindowSize
Zlib compression window size
@@ -65,9 +78,8 @@ SetOutputFilter DEFLATE
server config
-
The DeflateWindowSize directive specifies the
- zlib compression window size.
+ zlib compression window size (a value between 1 and 15).
@@ -78,9 +90,8 @@ SetOutputFilter DEFLATE
server config
-
The DeflateMemLevel directive specifies
- the amount of memory available to zlib for compression.
+ the amount of memory in bytes available to zlib for compression.