From ed0ae08cbf960342a785f384eabbfc67f921fd3e Mon Sep 17 00:00:00 2001
From: Erik Abele CacheGcUnused directive is currently not<
CacheMinFileSize 64
| Description: - | The directory to store cache files |
|---|---|
| Syntax: + | The directory root under which cache files are stored |
| Syntax: | CacheRoot directory |
| Default: | none |
| Context: | server config |
| Status: | Experimental |
| Module: | mod_disk_cache |
The CacheRoot directive defines the name of the directory
- on the disk to contain cache files. What is happening if not set ?
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 The
CacheRoot c:/cacheroot
@@ -194,14 +199,14 @@ The CacheGcUnused directive is currently not<
server config Status:
Experimental
- Module:
mod_disk_cache MCacheSize directive sets the desired disk space
+ 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.
- MCacheSize 5000000
+ CacheSize 5000000
| Description: | The minimum time margin to cache a document |
|---|---|
| Syntax: -- 2.47.3 |