]> granicus.if.org Git - apache/commitdiff
Amending the previous commit to remove any specific list of caching proxies.
authorLuca Toscano <elukey@apache.org>
Mon, 25 Jan 2016 06:38:37 +0000 (06:38 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 25 Jan 2016 06:38:37 +0000 (06:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726578 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_deflate.html.en
docs/manual/mod/mod_deflate.xml

index 0bd6efec014ed672b570f1c44f6d80b66f7fed00..b778dfadf038a790803884dd0cabb9a6ca86dd34 100644 (file)
@@ -287,7 +287,7 @@ content</a></h2>
     by this directive then httpd will switch to chunked encoding 
     (HTTP header <code>Transfer-Encoding</code> set to <code>Chunked</code>), with the
     side effect of not setting any <code>Content-Length</code> 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 
     <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> and <code class="module"><a href="../mod/mod_cache_disk.html">mod_cache_disk</a></code> because
     HTTP responses without any <code>Content-Length</code> header might not be cached.
   </p>
index 81a8782f6db914a338993d132ff5aa3431373f74..28cbce302f6d8c084d8cb65abbc5fb15f480eb30 100644 (file)
@@ -300,7 +300,7 @@ CustomLog "logs/deflate_log" deflate
     by this directive then httpd will switch to chunked encoding 
     (HTTP header <code>Transfer-Encoding</code> set to <code>Chunked</code>), with the
     side effect of not setting any <code>Content-Length</code> 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 
     <module>mod_cache</module> and <module>mod_cache_disk</module> because
     HTTP responses without any <code>Content-Length</code> header might not be cached.
   </p>