]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Documentation rebuild after change in mod_deflate.xml
authorLuca Toscano <elukey@apache.org>
Mon, 25 Jan 2016 06:28:29 +0000 (06:28 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 25 Jan 2016 06:28:29 +0000 (06:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726577 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_deflate.html.en
docs/manual/mod/mod_deflate.xml.fr
docs/manual/mod/mod_deflate.xml.ja
docs/manual/mod/mod_deflate.xml.ko
docs/manual/mod/mod_deflate.xml.meta

index bb9eeed59b3cbfbbf4fe5118a224e34b3dd6eab3..0bd6efec014ed672b570f1c44f6d80b66f7fed00 100644 (file)
@@ -283,7 +283,14 @@ content</a></h2>
 </table>
     <p>The <code class="directive">DeflateBufferSize</code> directive specifies
     the size in bytes of the fragments that zlib should compress at one
-    time.</p>
+    time. If the compressed response size is bigger than the one specified
+    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 
+    <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>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index c7bd43e93997752f3e68665c02e812f6171a11ad..1a7fdf0cbf08a8898c1954318890dbeb30e6ce27 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1724273 -->
+<!-- English Revision: 1724273:1726574 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 3beca8e918d90a92eb3bb3a26f9c3dad0b021cb7..f14bfecfe2b487d8380b5d297f0a683f443c69a2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1724273 (outdated) -->
+<!-- English Revision: 420990:1726574 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 409716d4c1028e4f14bfdd90c1097dc56b752c47..04d40d664cc39888015dae39f65196b24d0c8181 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1724273 (outdated) -->
+<!-- English Revision: 151408:1726574 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1d5b04c7a1bdf75ddd720f001b35a46c6a623db5..3efa67dca31b1e05426f2e7c4cec1f2a06dbcc82 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>