From: Erik Abele Date: Sun, 18 Aug 2002 13:04:19 +0000 (+0000) Subject: Get XML to conform to current DTD. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcea405917ae2360d08567c53078592311f466b5;p=apache Get XML to conform to current DTD. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96435 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 5a8059006c..78b91e1c71 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -6,10 +6,9 @@ Content cache keyed to URIs.Status: ExperimentalModule Identifier: cache_module

Summary

- -
-This module is experimental. Documentation is still under development... -
+
+ This module is experimental. Documentation is still under development... +

mod_cache implements an RFC 2616 compliant HTTP content cache that can be used to cache either local or proxied content. mod_cache requires the services of one or more storage @@ -27,12 +26,10 @@ This module is experimental. Documentation is still under development...

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

- +

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
-

Directives

Sample Configuration

- +

Sample Configuration

Sample httpd.conf

- #
# Sample Cache Configuration
#
@@ -59,9 +56,7 @@ LoadModule cache_module modules/mod_cache.so
</IfModule>

</IfModule>
-
-

CacheDefaultExpire Directive

Description:
Syntax: CacheDefaultExpire seconds
Default: diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index b81944aaa6..9ae8c919b7 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -10,10 +10,9 @@ cache_module - - -This module is experimental. Documentation is still under development... - + + This module is experimental. Documentation is still under development... +

mod_cache implements an RFC 2616 compliant HTTP content cache that can be used to cache either local or proxied content. mod_cache requires the services of one or more storage @@ -31,7 +30,9 @@ This module is experimental. Documentation is still under development...

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

+
+
Sample Configuration - Sample httpd.conf - #
# Sample Cache Configuration
#
@@ -90,9 +89,7 @@ LoadModule cache_module modules/mod_cache.so
</IfModule>

</IfModule>
- -

@@ -156,7 +153,7 @@ LoadModule cache_module modules/mod_cache.so
CacheMaxExpire The maximum time in seconds to cache a document CacheMaxExpire seconds -CacheMaxExpire 86400 (one day) +CacheMaxExpire 86400 (one day) server config @@ -170,7 +167,7 @@ LoadModule cache_module modules/mod_cache.so
CacheDefaultExpire CacheDefaultExpire seconds -CacheDefaultExpire 3600 (one hour) +CacheDefaultExpire 3600 (one hour) server config