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 -