From: Noirin Plunkett Date: Tue, 6 Mar 2007 19:37:50 +0000 (+0000) Subject: Updating to reflect current defaults X-Git-Tag: 2.3.0~1890 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf3e2d3fccd6f794642113162ea33348b0ce0c78;p=apache Updating to reflect current defaults git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515267 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_disk_cache.html.en b/docs/manual/mod/mod_disk_cache.html.en index 2b0294ecc2..e6f09a907b 100644 --- a/docs/manual/mod/mod_disk_cache.html.en +++ b/docs/manual/mod/mod_disk_cache.html.en @@ -67,16 +67,19 @@ Module:mod_disk_cache

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

+ of characters for each subdirectory name in the cache hierarchy. It can + be used in conjunction with CacheDirLevels to + determine the approximate structure of your cache hierarchy.

+

A high value for CacheDirLength combined + with a low value for CacheDirLevels will result in + a relatively flat hierarchy, with a large number of subdirectories at each + level.

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

-

- CacheDirLength 4 -

top
@@ -85,7 +88,7 @@ Description:The number of levels of subdirectories in the cache. Syntax:CacheDirLevels levels -Default:CacheDirLevels 3 +Default:CacheDirLevels 2 Context:server config, virtual host Status:Extension Module:mod_disk_cache @@ -93,6 +96,10 @@ 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.

+

A high value for CacheDirLevels combined + with a low value for CacheDirLength will result in + a relatively deep hierarchy, with a small number of subdirectories at each + level.

The result of CacheDirLevels* @@ -100,9 +107,6 @@ cache. not be higher than 20.

-

- CacheDirLevels 5 -

top
diff --git a/docs/manual/mod/mod_disk_cache.xml b/docs/manual/mod/mod_disk_cache.xml index 806fe0bb65..de3df92ed9 100644 --- a/docs/manual/mod/mod_disk_cache.xml +++ b/docs/manual/mod/mod_disk_cache.xml @@ -75,7 +75,7 @@ stored The number of levels of subdirectories in the cache. CacheDirLevels levels -CacheDirLevels 3 +CacheDirLevels 2 server configvirtual host @@ -84,6 +84,10 @@ cache. of subdirectory levels in the cache. Cached data will be saved this many directory levels below the CacheRoot directory.

+

A high value for CacheDirLevels combined + with a low value for CacheDirLength will result in + a relatively deep hierarchy, with a small number of subdirectories at each + level.

The result of CacheDirLevels* @@ -91,9 +95,6 @@ cache. not be higher than 20.

- - CacheDirLevels 5 - @@ -107,7 +108,13 @@ cache.

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

+ of characters for each subdirectory name in the cache hierarchy. It can + be used in conjunction with CacheDirLevels to + determine the approximate structure of your cache hierarchy.

+

A high value for CacheDirLength combined + with a low value for CacheDirLevels will result in + a relatively flat hierarchy, with a large number of subdirectories at each + level.

The result of must not be higher than 20.

- - CacheDirLength 4 -