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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user