From 6132428820a37334c455c5d8f81f7ccac8e9d91c Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Tue, 27 Aug 2002 21:45:08 +0000 Subject: [PATCH] Updated doco to conform to Pauls changes in mod_cache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96552 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.en | 2 +- docs/manual/mod/mod_cache.html.en | 26 ++++++-------------------- docs/manual/mod/mod_cache.xml | 28 +++++----------------------- 3 files changed, 12 insertions(+), 44 deletions(-) diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 0e593fc79f..20357b062c 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -9,4 +9,4 @@ consistent format, and there is a dictionary of the terms used in their descriptions available.

-

Apache HTTP Server Version 2.0

IndexHome \ No newline at end of file +

Apache HTTP Server Version 2.0

IndexHome \ No newline at end of file diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 78b91e1c71..37248c8c99 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -26,18 +26,17 @@

Content stored and retrived keyed to the URL. Content with access protections is not cached.

-

Directives

Related Modules and Directives

+

Directives

Related Modules and Directives

Related Modules

mod_disk_cache
mod_mem_cache
Related Directives

CacheRoot
CacheSize
CacheGcInterval
CacheDirLevels
CacheDirLength
CacheExpiryCheck
CacheMinFileSize
CacheMaxFileSize
CacheTimeMargin
CacheGcDaily
CacheGcUnused
CacheGcClean
CacheGcMemUsage
MCacheSize
MCacheMaxObjectCount
MCacheMinObjectSize
MCacheMaxObjectSize
MCacheRemovalAlgorithm

Sample Configuration

Sample httpd.conf

#
-# Sample Cache Configuration
+# Sample Cache Configuration
#
-LoadModule cache_module modules/mod_cache.so
-<IfModule mod_cache.c>
- CacheOn On
-

- #LoadModule disk_cache_module modules/mod_disk_cache.so
+LoadModule cache_module modules/mod_cache.so
+<IfModule mod_cache.c>
+
+#LoadModule disk_cache_module modules/mod_disk_cache.so
<IfModule mod_disk_cache.c>
CacheRoot c:/cacheroot
CacheSize 256
@@ -176,17 +175,4 @@ This feature is currently not implemented.
CacheMaxExpire 604800
-

CacheOn Directive

Description: -
Syntax: - CacheOn
Context: - server config
Status: - Experimental
Module: - mod_cache
-

-

- - -
- CacheOn -

Apache HTTP Server Version 2.0

IndexHome \ No newline at end of file diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 9ae8c919b7..7501b8c304 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -64,13 +64,12 @@
Sample Configuration Sample httpd.conf #
-# Sample Cache Configuration
+# Sample Cache Configuration
#
-LoadModule cache_module modules/mod_cache.so
-<IfModule mod_cache.c>
- CacheOn On
-

- #LoadModule disk_cache_module modules/mod_disk_cache.so
+LoadModule cache_module modules/mod_cache.so
+<IfModule mod_cache.c>
+
+#LoadModule disk_cache_module modules/mod_disk_cache.so
<IfModule mod_disk_cache.c>
CacheRoot c:/cacheroot
CacheSize 256
@@ -92,23 +91,6 @@ LoadModule cache_module modules/mod_cache.so

- -CacheOn - -CacheOn -server config - - -

-

- - - - CacheOn - -
-
- CacheEnable Enable caching specified URLs in a specified storage manager -- 2.50.1