iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)

Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide523346-002
7-20
CacheTime
Default:
When no FileStatsCheckTime directive is present, the value of 60 (one hour)
will be used.
Example:
FileStatsCheckTime 120
CacheTime
Syntax:
CacheTime <minutes>
Description:
Use the CacheTime directive to specify the time (in minutes) during which the
server caches file opens, file stats, or actual file contents. When this directive is
present in a configuration file, files accessed by the iTP Secure WebServer stay in
memory for the time specified in the CacheTime directive.
CacheTime accepts a value from 0 (zero) to 600 (10 hours). Specifying a value of
0 (zero) in the CacheTime directive disables file caching.
Default:
When no CacheTime directive is present, the server caches files for approximately
60 minutes (one hour).
Example:
CacheTime 7
MaxFileCacheEntries
Syntax:
MaxFileCacheEntries <num_entries>
Description:
Use the MaxFileCacheEntries directive to specify the maximum number of
entries allowed in the file cache where the server stores file opens, file stats, and
actual file contents.
If you specify a larger number of entries, more memory may be consumed by the
file cache; if you specify a smaller number, the server must access files directly
from disk more frequently. Therefore, HP recommends a survey of the web site as
well as the physical memory configuration on the CPU.
Only one MaxFileCacheEntries directive is allowed in the configuration file.
MaxFileCacheEntries accepts a value from 256 to 6000.