1
0
mirror of https://github.com/apache/httpd.git synced 2025-12-24 15:01:03 +03:00

moved a warning to the correct section

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97092 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Astrid Malo
2002-10-03 20:29:47 +00:00
parent 53f940a84a
commit 035f532cd3
2 changed files with 8 additions and 8 deletions

View File

@@ -36,10 +36,6 @@ This module is experimental. Documentation is still under development...
inserted in the cache and the maximum number of objects is reached, an entry
will be removed to allow the new entry be cached. </p>
<div class="warning">
The size must be greater than <code class="directive">MCacheMinObjectSize</code>.
</div>
<div class="note">
The value of <code class="directive">MCacheMaxObjectCount</code> is used to create
the open hash table.
@@ -57,6 +53,10 @@ This module is experimental. Documentation is still under development...
<p>The <code class="directive">MCacheMaxObjectSize</code> directive sets the maximum
size of an object to be cached.</p>
<div class="warning">
The size must be greater than <code class="directive">MCacheMinObjectSize</code>.
</div>
<div class="example"><p><code>
MCacheMaxObjectSize 6400000 <br />
</code></p></div>

View File

@@ -64,10 +64,6 @@ This module is experimental. Documentation is still under development...
inserted in the cache and the maximum number of objects is reached, an entry
will be removed to allow the new entry be cached. </p>
<note type="warning">
The size must be greater than <directive>MCacheMinObjectSize</directive>.
</note>
<note>
The value of <directive>MCacheMaxObjectCount</directive> is used to create
the open hash table.
@@ -106,6 +102,10 @@ This module is experimental. Documentation is still under development...
<p>The <directive>MCacheMaxObjectSize</directive> directive sets the maximum
size of an object to be cached.</p>
<note type="warning">
The size must be greater than <directive>MCacheMinObjectSize</directive>.
</note>
<example>
MCacheMaxObjectSize 6400000 <br />
</example>