From: Joshua Slive Date: Mon, 22 Mar 2004 21:07:34 +0000 (+0000) Subject: Backport: Warn people away from the more complicated mod_deflate example. X-Git-Tag: 2.0.50~318 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d13c0e51ade5ec2d98dc47bb321adccd4e7db58;p=thirdparty%2Fapache%2Fhttpd.git Backport: Warn people away from the more complicated mod_deflate example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103082 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en index c0683706c6c..0ec79f9a790 100644 --- a/docs/manual/mod/mod_deflate.html.en +++ b/docs/manual/mod/mod_deflate.html.en @@ -47,7 +47,7 @@ client

Topics

See also

@@ -56,14 +56,17 @@ client
top
-

Recommended Configuration

-

This is a sample configuration for the impatient. But please take - the time and read the sections below for a detailed description!

+

Sample Configurations

+

This is a simple sample configuration for the impatient.

Compress only a few types

AddOutputFilterByType DEFLATE text/html text/plain text/xml

+

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.

+

Compress everything except images

<Location />
@@ -348,6 +351,6 @@ client  ja  |  ko 

- \ No newline at end of file + diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index cb1559c59b8..f81f69a9178 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -35,14 +35,17 @@ client Filters -