summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_deflate.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2004-03-22 21:06:31 +0000
committerJoshua Slive <slive@apache.org>2004-03-22 21:06:31 +0000
commitc4eb6cebba04ac7dc89b7487eae354a3f7956074 (patch)
tree802ea1e148f6f6bca504d8744390fe5bd15ab763 /docs/manual/mod/mod_deflate.xml
parent7e0b9e5a9adf258f371fef7ff5135a35a0680550 (diff)
downloadhttpd-c4eb6cebba04ac7dc89b7487eae354a3f7956074.tar.gz
Warn people away from the more complicated mod_deflate example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103081 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_deflate.xml')
-rw-r--r--docs/manual/mod/mod_deflate.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index cb1559c59b..f81f69a917 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -35,14 +35,17 @@ client</description>
</summary>
<seealso><a href="../filter.html">Filters</a></seealso>
-<section id="recommended"><title>Recommended Configuration</title>
- <p>This is a sample configuration for the impatient. But please take
- the time and read the sections below for a detailed description!</p>
+<section id="recommended"><title>Sample Configurations</title>
+ <p>This is a simple sample configuration for the impatient.</p>
<example><title>Compress only a few types</title>
AddOutputFilterByType DEFLATE text/html text/plain text/xml
</example>
+ <p>The following configuration, while resulting in more compressed content,
+ is also much more complicated. Do not use this unless you fully understand
+ all the configuration details.</p>
+
<example><title>Compress everything except images</title>
&lt;Location /&gt;<br />
<indent>