From 035f532cd3a19a4909d7104deb7ecaa61d10ea13 Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Thu, 3 Oct 2002 20:29:47 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_mem_cache.html.en | 8 ++++---- docs/manual/mod/mod_mem_cache.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/mod_mem_cache.html.en b/docs/manual/mod/mod_mem_cache.html.en index 5fb2ea4bb6..c18c5199e6 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 b3cd5433c8..b5293ed65f 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
-- 2.40.0