From: Joshua Slive Date: Mon, 22 Mar 2004 21:06:31 +0000 (+0000) Subject: Warn people away from the more complicated mod_deflate example. X-Git-Tag: pre_ajp_proxy~477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4eb6cebba04ac7dc89b7487eae354a3f7956074;p=apache 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 --- diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en index 06fe2cc187..0c822b8fce 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 cb1559c59b..f81f69a917 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -35,14 +35,17 @@ client Filters -