From: Luca Toscano
Date: Mon, 25 Jan 2016 06:38:37 +0000 (+0000)
Subject: Amending the previous commit to remove any specific list of caching proxies.
X-Git-Tag: 2.5.0-alpha~2282
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13ac966cca4c830d570ffe9b034f9b0dd69bf955;p=apache
Amending the previous commit to remove any specific list of caching proxies.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726578 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en
index 0bd6efec01..b778dfadf0 100644
--- a/docs/manual/mod/mod_deflate.html.en
+++ b/docs/manual/mod/mod_deflate.html.en
@@ -287,7 +287,7 @@ content
by this directive then httpd will switch to chunked encoding
(HTTP header Transfer-Encoding
set to Chunked
), with the
side effect of not setting any Content-Length
HTTP header. This is particularly
- important when httpd works behind reverse caching proxies like Varnish or when httpd is configured with
+ important when httpd works behind reverse caching proxies or when httpd is configured with
mod_cache
and mod_cache_disk
because
HTTP responses without any Content-Length
header might not be cached.
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index 81a8782f6d..28cbce302f 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -300,7 +300,7 @@ CustomLog "logs/deflate_log" deflate
by this directive then httpd will switch to chunked encoding
(HTTP header Transfer-Encoding
set to Chunked
), with the
side effect of not setting any Content-Length
HTTP header. This is particularly
- important when httpd works behind reverse caching proxies like Varnish or when httpd is configured with
+ important when httpd works behind reverse caching proxies or when httpd is configured with
mod_cache and mod_cache_disk because
HTTP responses without any Content-Length
header might not be cached.