From: Astrid Malo Date: Thu, 3 Oct 2002 20:29:47 +0000 (+0000) Subject: moved a warning to the correct section X-Git-Tag: 2.0.44~382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=035f532cd3a19a4909d7104deb7ecaa61d10ea13;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_mem_cache.html.en b/docs/manual/mod/mod_mem_cache.html.en index 5fb2ea4bb69..c18c5199e6c 100644 --- a/docs/manual/mod/mod_mem_cache.html.en +++ b/docs/manual/mod/mod_mem_cache.html.en @@ -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.

-
- The size must be greater than MCacheMinObjectSize. -
-
The value of MCacheMaxObjectCount is used to create the open hash table. @@ -57,6 +53,10 @@ This module is experimental. Documentation is still under development...

The MCacheMaxObjectSize directive sets the maximum size of an object to be cached.

+
+ The size must be greater than MCacheMinObjectSize. +
+

MCacheMaxObjectSize 6400000

diff --git a/docs/manual/mod/mod_mem_cache.xml b/docs/manual/mod/mod_mem_cache.xml index b3cd5433c80..b5293ed65fd 100644 --- a/docs/manual/mod/mod_mem_cache.xml +++ b/docs/manual/mod/mod_mem_cache.xml @@ -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.

- - The size must be greater than MCacheMinObjectSize. - - The value of MCacheMaxObjectCount is used to create the open hash table. @@ -106,6 +102,10 @@ This module is experimental. Documentation is still under development...

The MCacheMaxObjectSize directive sets the maximum size of an object to be cached.

+ + The size must be greater than MCacheMinObjectSize. + + MCacheMaxObjectSize 6400000