From: Mike Rumph The Append the compression method onto the end of the ETag, causing
- compressed and uncompressed representatins to have unique ETags.
+ compressed and uncompressed representations to have unique ETags.
This has been the default since 2.4.0, but prevents serving
"HTTP Not Modified" (304) responses to conditional requests for
compressed content. Don't change the ETag on a compressed response. This was the default
prior to 2.4.0, but does not satisfy the HTTP/1.1 property that all
- representations of the same resource have unique ETags Remove the ETag header from compressed responses. This prevents
some conditional requests from being possible, but avoids the
@@ -272,7 +272,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: The 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: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.
@@ -120,7 +120,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
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:SetOutputFilter
or AddOutputFilter
, for example:
<Location /dav-area>
ProxyPass http://example.com/
@@ -202,14 +202,14 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
Input
DeflateInflateRatioBurst
times the request
+ DeflateInflateRatioBurst
times, the request
will be terminated.
force-gzip
,
+ There is an environment variable force-gzip
,
set via INFLATE
filter into
- the outputfilter chain using
Input
Append the compression method onto the end of the ETag, causing - compressed and uncompressed representatins to have unique ETags. + compressed and uncompressed representations to have unique ETags. This has been the default since 2.4.0, but prevents serving "HTTP Not Modified" (304) responses to conditional requests for compressed content.
Don't change the ETag on a compressed response. This was the default prior to 2.4.0, but does not satisfy the HTTP/1.1 property that all - representations of the same resource have unique ETags
Remove the ETag header from compressed responses. This prevents
some conditional requests from being possible, but avoids the
@@ -359,7 +359,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
-