]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update due to backports
authorJim Jagielski <jim@apache.org>
Tue, 4 Sep 2007 11:55:30 +0000 (11:55 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 4 Sep 2007 11:55:30 +0000 (11:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@572637 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mem_cache.html.en
docs/manual/mod/mod_mem_cache.xml.ja
docs/manual/mod/mod_mem_cache.xml.ko
docs/manual/mod/quickreference.html.en

index 2aa10c974659dcb18112a6dc9257bae1467dc630..69ec68e2c74286b165ded7fd7e7f9a63833e245d 100644 (file)
@@ -154,7 +154,7 @@ before declaring the response uncacheable</td></tr>
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The minimum size (in bytes) of a document to be allowed in the
 cache</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MCacheMinObjectSize <var>bytes</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MCacheMinObjectSize 0</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MCacheMinObjectSize 1</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mem_cache</td></tr>
index 512181ce2a1ee14dd20f284803c94ebba4292dd6..e30d23a7b14ca1dd2210347cd8c0aa6e6e6becdb 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:569711 (outdated) -->
+<!-- English Revision: 421100:572628 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 4baab579419c9217c8a144d8658dbe903edbd1b9..445e807d9bb967954cceea2319b5e7c63fa3a733 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: 105989:569711 (outdated) -->
+<!-- English Revision: 105989:572628 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 8a43a1e2cc96400533fcf40a89b7f25202e64fa5..8cf1c078471736cdbd934f1ab6f39b6fa8d462f1 100644 (file)
@@ -461,7 +461,7 @@ cache</td></tr>
 cache</td></tr>
 <tr><td><a href="mod_mem_cache.html#mcachemaxstreamingbuffer">MCacheMaxStreamingBuffer <var>size_in_bytes</var></a></td><td> the smaller of 1000 +</td><td>s</td><td>E</td></tr><tr><td class="descr" colspan="4">Maximum amount of a streamed response to buffer in memory
 before declaring the response uncacheable</td></tr>
-<tr class="odd"><td><a href="mod_mem_cache.html#mcacheminobjectsize">MCacheMinObjectSize <var>bytes</var></a></td><td> 0 </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The minimum size (in bytes) of a document to be allowed in the
+<tr class="odd"><td><a href="mod_mem_cache.html#mcacheminobjectsize">MCacheMinObjectSize <var>bytes</var></a></td><td> 1 </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The minimum size (in bytes) of a document to be allowed in the
 cache</td></tr>
 <tr><td><a href="mod_mem_cache.html#mcacheremovalalgorithm">MCacheRemovalAlgorithm LRU|GDSF</a></td><td> GDSF </td><td>s</td><td>E</td></tr><tr><td class="descr" colspan="4">The algorithm used to select documents for removal from the
 cache</td></tr>