From fe8d391c623509357c854fd5d85d851f356fa916 Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Fri, 30 Jan 2015 02:18:09 +0000 Subject: [PATCH] Fix typos in mod_deflate doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1655907 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_deflate.html.en | 10 +++++----- docs/manual/mod/mod_deflate.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en index 76cdaf4fa5..8b7ca19e3a 100644 --- a/docs/manual/mod/mod_deflate.html.en +++ b/docs/manual/mod/mod_deflate.html.en @@ -108,7 +108,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip filters like PHP or SSI. It never touches internal subrequests.

Note

- There is a environment variable force-gzip, + There is an environment variable force-gzip, set via SetEnv, which will ignore the accept-encoding setting of your browser and will send compressed output. @@ -119,7 +119,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip

The mod_deflate module also provides a filter for inflating/uncompressing a gzip compressed response body. In order to activate this feature you have to insert the INFLATE filter into - the outputfilter chain using SetOutputFilter or AddOutputFilter, for example:

+ the output filter chain using SetOutputFilter or AddOutputFilter, for example:

<Location /dav-area>
     ProxyPass http://example.com/
@@ -241,7 +241,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip

If you want to extract more accurate values from your logs, you can use the type argument to specify the type of data - left as note for logging. type can be one of:

+ left as a note for logging. type can be one of:

Input
@@ -302,7 +302,7 @@ CustomLog logs/deflate_log deflate

The DeflateInflateRatioBurst directive specifies the maximum number of times the - DeflateInflateRatioLimit cab be crossed before + DeflateInflateRatioLimit can be crossed before terminating the request.

@@ -321,7 +321,7 @@ CustomLog logs/deflate_log deflate specifies the maximum ratio of deflated to inflated size of an inflated request body. This ratio is checked as the body is streamed in, and if crossed more than - DeflateInflateRatioBurst times the request + DeflateInflateRatioBurst times, the request will be terminated.

diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index 28fb5e2366..c654db8388 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -88,7 +88,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip filters like PHP or SSI. It never touches internal subrequests. Note - There is a environment variable force-gzip, + There is an environment variable force-gzip, set via SetEnv, which will ignore the accept-encoding setting of your browser and will send compressed output. @@ -99,7 +99,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip

The mod_deflate module also provides a filter for inflating/uncompressing a gzip compressed response body. In order to activate this feature you have to insert the INFLATE filter into - the outputfilter chain using SetOutputFilter or AddOutputFilter, for example:

@@ -204,7 +204,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip

If you want to extract more accurate values from your logs, you can use the type argument to specify the type of data - left as note for logging. type can be one of:

+ left as a note for logging. type can be one of:

Input
@@ -329,7 +329,7 @@ CustomLog logs/deflate_log deflate specifies the maximum ratio of deflated to inflated size of an inflated request body. This ratio is checked as the body is streamed in, and if crossed more than - DeflateInflateRatioBurst times the request + DeflateInflateRatioBurst times, the request will be terminated.

@@ -347,7 +347,7 @@ CustomLog logs/deflate_log deflate

The DeflateInflateRatioBurst directive specifies the maximum number of times the - DeflateInflateRatioLimit cab be crossed before + DeflateInflateRatioLimit can be crossed before terminating the request.

-- 2.40.0