From 82cb221ddf273ba029e35981992d8e6ea9ec6dc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 10 Nov 2002 03:13:43 +0000 Subject: [PATCH] only little markup and line break issues git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97471 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_disk_cache.html.en | 109 ++++++++++++----------- docs/manual/mod/mod_disk_cache.xml | 116 ++++++++++++++----------- 2 files changed, 126 insertions(+), 99 deletions(-) diff --git a/docs/manual/mod/mod_disk_cache.html.en b/docs/manual/mod/mod_disk_cache.html.en index 908d7f8648..dddba3e1f4 100644 --- a/docs/manual/mod/mod_disk_cache.html.en +++ b/docs/manual/mod/mod_disk_cache.html.en @@ -13,13 +13,16 @@ This module is experimental. Documentation is still under development... -

mod_disk_cache implements a disk based storage manager. It is primarily of - use in conjunction with mod_proxy.

-

Content is stored in and retrieved from the cache using URI based keys. Content with - access protection is not cached.

+

mod_disk_cache implements a disk based storage + manager. It is primarily of use in conjunction with + mod_proxy.

+ +

Content is stored in and retrieved from the cache using URI based + keys. Content with access protection is not cached.

Note:

-

mod_disk_cache requires the services of mod_cache.

+

mod_disk_cache requires the services of + mod_cache.

Directives

top

CacheDirLevels Directive

Description: - The number of levels of subdirectories in the cache.
Syntax: + The number of levels of subdirectories in the +cache.
Syntax: CacheDirLevels levels
Default: CacheDirLevels 3
Context: server config, virtual host
Status: Experimental
Module: mod_disk_cache
-

The CacheDirLevels directive sets the number of - subdirectory levels in the cache. Cached data will be saved this many - directory levels below the CacheRoot directory.

+

The CacheDirLevels directive sets the number + of subdirectory levels in the cache. Cached data will be saved this + many directory levels below the CacheRoot directory.

The result of CacheDirLevels* - CacheDirLength must not be higher than 20.

+ CacheDirLength must + not be higher than 20.

- CacheDirLevels 5
+ CacheDirLevels 5

top

CacheExpiryCheck Directive

Description: Indicates if the cache observes Expires dates when seeking @@ -90,7 +95,8 @@ files
Syntax: not implemented.
top

CacheGcClean Directive

Description: - The time to retain unchanged cached files that match a URL
Syntax: + The time to retain unchanged cached files that match a +URL
Syntax: CacheGcClean hours url-string
Default: CacheGcClean ?
Context: server config, virtual host
Status: @@ -99,7 +105,7 @@ files
Syntax:

More detail will be added here, when the function is implemented.

- CacheGcClean 12 /daily_scripts
+ CacheGcClean 12 /daily_scripts

@@ -117,7 +123,7 @@ files
Syntax:

More detail will be added here, when the function is implemented.

- CacheGcDaily 23:59
+ CacheGcDaily 23:59

@@ -143,7 +149,8 @@ files
Syntax: not implemented.
top

CacheGcMemUsage Directive

Description: - The maximum kilobytes of memory used for garbage collection
Syntax: + The maximum kilobytes of memory used for garbage +collection
Syntax: CacheGcMemUsage KBytes
Default: CacheGcMemUsage ?
Context: server config, virtual host
Status: @@ -152,7 +159,7 @@ files
Syntax:

More detail will be added here, when the function is implemented.

- CacheGcMemUsage 16
+ CacheGcMemUsage 16

@@ -160,7 +167,8 @@ files
Syntax: not implemented.
top

CacheGcUnused Directive

Description: - The time to retain unreferenced cached files that match a URL.
Syntax: + The time to retain unreferenced cached files that match a +URL.
Syntax: CacheGcUnused hours url-string
Default: CacheGcUnused ?
Context: server config, virtual host
Status: @@ -169,7 +177,7 @@ files
Syntax:

More detail will be added here, when the function is implemented.

- CacheGcUnused 12 /local_images
+ CacheGcUnused 12 /local_images

@@ -184,11 +192,12 @@ cache
Syntax: server config, virtual host
Status: Experimental
Module: mod_disk_cache
-

The CacheMaxFileSize directive sets the maximum - size, in bytes, for a document to be considered for storage in the cache.

+

The CacheMaxFileSize directive sets the + maximum size, in bytes, for a document to be considered for storage in + the cache.

- CacheMaxFileSize 64000
+ CacheMaxFileSize 64000

top

CacheMinFileSize Directive

Description: The minimum size (in bytes) of a document to be placed in the @@ -198,47 +207,49 @@ cache
Syntax: server config, virtual host
Status: Experimental
Module: mod_disk_cache
-

The CacheMinFileSize directive sets the minimum - size, in bytes, for a document to be considered for storage in the cache.

+

The CacheMinFileSize directive sets the + minimum size, in bytes, for a document to be considered for storage + in the cache.

- CacheMinFileSize 64
+ CacheMinFileSize 64

top

CacheRoot Directive

Description: - The directory root under which cache files are stored
Syntax: + The directory root under which cache files are +stored
Syntax: CacheRoot directory
Default: none
Context: server config, virtual host
Status: Experimental
Module: mod_disk_cache
-

The CacheRoot directive defines the name of the - directory on the disk to contain cache files. If the - mod_disk_cache module has been loaded or compiled in to the - Apache server, this directive must be defined. Failing to provide a - value for CacheRoot will result in a configuration - file processing error. The CacheDirLevels and - CacheDirLength directives define the structure of - the directories under the specified root directory.

+

The CacheRoot directive defines the name of + the directory on the disk to contain cache files. If the mod_disk_cache module has been loaded or compiled in to the + Apache server, this directive must be defined. Failing to + provide a value for CacheRoot will result in + a configuration file processing error. The CacheDirLevels and CacheDirLength directives define + the structure of the directories under the specified root directory.

- CacheRoot c:/cacheroot
+ CacheRoot c:/cacheroot

top

CacheSize Directive

Description: - The maximum amount of disk space that will be used by the cache in KBytes
Syntax: + The maximum amount of disk space that will be used by the +cache in KBytes
Syntax: CacheSize KBytes
Default: CacheSize 1000000
Context: server config, virtual host
Status: Experimental
Module: mod_disk_cache
-

The CacheSize directive sets the desired disk space - usage of the cache, in KBytes (1024-byte units). This directive does not put a - hard limit on the size of the cache. The garbage collector will delete files - until the usage is at or below the settings. Always use a value that is lower - than the available disk space.

+

The CacheSize directive sets the desired + disk space usage of the cache, in KBytes (1024-byte units). This + directive does not put a hard limit on the size of the cache. The + garbage collector will delete files until the usage is at or below the + settings. Always use a value that is lower than the available disk + space.

-

- CacheSize 5000000
-

+

+ CacheSize 5000000 +

top

CacheTimeMargin Directive

Description: The minimum time margin to cache a document
Syntax: CacheTimeMargin ?
Default: @@ -249,7 +260,7 @@ cache
Syntax:

More detail will be added here, when the function is implemented.

- CacheTimeMargin X
+ CacheTimeMargin X

diff --git a/docs/manual/mod/mod_disk_cache.xml b/docs/manual/mod/mod_disk_cache.xml index d53cb68727..7734a553e3 100644 --- a/docs/manual/mod/mod_disk_cache.xml +++ b/docs/manual/mod/mod_disk_cache.xml @@ -14,58 +14,65 @@ This module is experimental. Documentation is still under development... -

mod_disk_cache implements a disk based storage manager. It is primarily of - use in conjunction with mod_proxy.

-

Content is stored in and retrieved from the cache using URI based keys. Content with - access protection is not cached.

+

mod_disk_cache implements a disk based storage + manager. It is primarily of use in conjunction with + mod_proxy.

+ +

Content is stored in and retrieved from the cache using URI based + keys. Content with access protection is not cached.

Note: -

mod_disk_cache requires the services of mod_cache.

+

mod_disk_cache requires the services of + mod_cache.

CacheRoot -The directory root under which cache files are stored +The directory root under which cache files are +stored CacheRoot directory none server configvirtual host -

The CacheRoot directive defines the name of the - directory on the disk to contain cache files. If the - mod_disk_cache module has been loaded or compiled in to the - Apache server, this directive must be defined. Failing to provide a - value for CacheRoot will result in a configuration - file processing error. The CacheDirLevels and - CacheDirLength directives define the structure of - the directories under the specified root directory.

+

The CacheRoot directive defines the name of + the directory on the disk to contain cache files. If the mod_disk_cache module has been loaded or compiled in to the + Apache server, this directive must be defined. Failing to + provide a value for CacheRoot will result in + a configuration file processing error. The CacheDirLevels and CacheDirLength directives define + the structure of the directories under the specified root directory.

- CacheRoot c:/cacheroot
+ CacheRoot c:/cacheroot
CacheSize -The maximum amount of disk space that will be used by the cache in KBytes +The maximum amount of disk space that will be used by the +cache in KBytes CacheSize KBytes CacheSize 1000000 server configvirtual host -

The CacheSize directive sets the desired disk space - usage of the cache, in KBytes (1024-byte units). This directive does not put a - hard limit on the size of the cache. The garbage collector will delete files - until the usage is at or below the settings. Always use a value that is lower - than the available disk space.

- - - CacheSize 5000000
-
+

The CacheSize directive sets the desired + disk space usage of the cache, in KBytes (1024-byte units). This + directive does not put a hard limit on the size of the cache. The + garbage collector will delete files until the usage is at or below the + settings. Always use a value that is lower than the available disk + space.

+ + + CacheSize 5000000 +
@@ -94,24 +101,27 @@ CacheDirLevels -The number of levels of subdirectories in the cache. +The number of levels of subdirectories in the +cache. CacheDirLevels levels CacheDirLevels 3 server configvirtual host -

The CacheDirLevels directive sets the number of - subdirectory levels in the cache. Cached data will be saved this many - directory levels below the CacheRoot directory.

+

The CacheDirLevels directive sets the number + of subdirectory levels in the cache. Cached data will be saved this + many directory levels below the CacheRoot directory.

The result of CacheDirLevels* - CacheDirLength must not be higher than 20.

+ CacheDirLength must + not be higher than 20.

- CacheDirLevels 5
+ CacheDirLevels 5
@@ -125,16 +135,17 @@ -

The CacheDirLength directive sets the number of - characters for each subdirectory name in the cache hierarchy.

+

The CacheDirLength directive sets the number + of characters for each subdirectory name in the cache hierarchy.

-

The result of CacheDirLevels* - CacheDirLength must not be higher than 20.

+

The result of CacheDirLevels* CacheDirLength + must not be higher than 20.

- CacheDirLength 4
+ CacheDirLength 4
@@ -172,11 +183,12 @@ cache -

The CacheMinFileSize directive sets the minimum - size, in bytes, for a document to be considered for storage in the cache.

+

The CacheMinFileSize directive sets the + minimum size, in bytes, for a document to be considered for storage + in the cache.

- CacheMinFileSize 64
+ CacheMinFileSize 64
@@ -191,11 +203,12 @@ cache -

The CacheMaxFileSize directive sets the maximum - size, in bytes, for a document to be considered for storage in the cache.

+

The CacheMaxFileSize directive sets the + maximum size, in bytes, for a document to be considered for storage in + the cache.

- CacheMaxFileSize 64000
+ CacheMaxFileSize 64000
@@ -212,7 +225,7 @@ cache

More detail will be added here, when the function is implemented.

- CacheTimeMargin X
+ CacheTimeMargin X
@@ -235,7 +248,7 @@ cache

More detail will be added here, when the function is implemented.

- CacheGcDaily 23:59
+ CacheGcDaily 23:59
@@ -247,7 +260,8 @@ cache CacheGcUnused -The time to retain unreferenced cached files that match a URL. +The time to retain unreferenced cached files that match a +URL. CacheGcUnused hours url-string CacheGcUnused ? server configvirtual host @@ -257,7 +271,7 @@ cache

More detail will be added here, when the function is implemented.

- CacheGcUnused 12 /local_images
+ CacheGcUnused 12 /local_images
@@ -269,7 +283,8 @@ cache CacheGcClean -The time to retain unchanged cached files that match a URL +The time to retain unchanged cached files that match a +URL CacheGcClean hours url-string CacheGcClean ? server configvirtual host @@ -279,7 +294,7 @@ cache

More detail will be added here, when the function is implemented.

- CacheGcClean 12 /daily_scripts
+ CacheGcClean 12 /daily_scripts
@@ -291,7 +306,8 @@ cache CacheGcMemUsage -The maximum kilobytes of memory used for garbage collection +The maximum kilobytes of memory used for garbage +collection CacheGcMemUsage KBytes CacheGcMemUsage ? server configvirtual host @@ -301,7 +317,7 @@ cache

More detail will be added here, when the function is implemented.

- CacheGcMemUsage 16
+ CacheGcMemUsage 16
-- 2.40.0