summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_deflate.xml
diff options
context:
space:
mode:
authorErik Abele <erikabele@apache.org>2002-08-18 13:01:34 +0000
committerErik Abele <erikabele@apache.org>2002-08-18 13:01:34 +0000
commita4b77570cf800d1e9cf90cde79355803f4a61205 (patch)
treed2f3bb4f9994800e5f221b0f1cf9f6b3ca0e6b3f /docs/manual/mod/mod_deflate.xml
parentd84ce2aa7157ab6f1c1a681b97ac02d30ad20ac0 (diff)
downloadhttpd-a4b77570cf800d1e9cf90cde79355803f4a61205.tar.gz
Fixed some XML-issues.
Submitted by: David Shane Holden <dpejesh@yahoo.com> Additionally added 'virtual host' to context-details. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96434 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_deflate.xml')
-rw-r--r--docs/manual/mod/mod_deflate.xml26
1 files changed, 14 insertions, 12 deletions
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index 214ccad4be..7d49fc291a 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -22,16 +22,14 @@
<section><title>Enabling Compression</title>
<p>Compression is implemented by the <code>DEFLATE</code>
- <a href="../filter.html">filter</a>. The following directive
+ <a href="../filter.html">filter</a>. The following directive
will enable compression for documents in the container where it
is placed:</p>
- <strong>
- <p>Most popular browsers can not handle compression of all content
+ <p><strong>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>
+ allow html files to be compressed (see below).</strong></p>
+ <p><strong>If you set this to anything but '1' it will be ignored, so you can do
+ negative matches.</strong></p>
<example>SetEnv gzip-only-text/html 1<br />
SetOutputFilter DEFLATE
@@ -52,12 +50,13 @@ SetOutputFilter DEFLATE
<name>DeflateFilterNote</name>
<description>Places the compression ratio in a note for logging</description>
<syntax>DeflateFilterNote <em>notename</em></syntax>
-<contextlist><context>server config</context></contextlist>
+<contextlist><context>server config</context><context>virtual host</context>
+</contextlist>
<usage>
<p>The <directive>DeflateFilterNote</directive> directive
specifies that a note about compression ratios should be attached
- to the request. The name of the note is the value specified for
+ to the request. The name of the note is the value specified for
the directive.</p>
</usage>
</directivesynopsis>
@@ -67,7 +66,8 @@ SetOutputFilter DEFLATE
<description>Fragment size to be compressed at one time by zlib</description>
<syntax>DeflateBufferSize <em>value</em></syntax>
<default>DeflateBufferSize 8096</default>
-<contextlist><context>server config</context></contextlist>
+<contextlist><context>server config</context><context>virtual host</context>
+</contextlist>
<usage>
<p>The <directive>DeflateBufferSize</directive> directive specifies
@@ -81,7 +81,8 @@ SetOutputFilter DEFLATE
<description>Zlib compression window size</description>
<syntax>DeflateWindowSize <em>value</em></syntax>
<default>DeflateWindowSize 15</default>
-<contextlist><context>server config</context></contextlist>
+<contextlist><context>server config</context><context>virtual host</context>
+</contextlist>
<usage>
<p>The <directive>DeflateWindowSize</directive> directive specifies the
@@ -94,7 +95,8 @@ SetOutputFilter DEFLATE
<description>How much memory should be used by zlib for compression</description>
<syntax>DeflateMemLevel <em>value</em></syntax>
<default>DeflateMemLevel 9</default>
-<contextlist><context>server config</context></contextlist>
+<contextlist><context>server config</context><context>virtual host</context>
+</contextlist>
<usage>
<p>The <directive>DeflateMemLevel</directive> directive specifies