iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-15
Default
Default
When no CacheTime directive is present, the iTP Secure WebServer holds open files
it accesses for approximately 60 minutes.
Example
CacheTime 7
DefaultType
Syntax
DefaultType mime-type
Description
Use the DefaultType directive to specify the MIME type identifier to be returned by
the server when no MIME type has been set for a requested file (see MimeType on
page A-30) or when the requested file does not have a file extension. The mime-type
argument can be for any valid MIME type, such as text/html.
Only one DefaultType directive is allowed in the configuration file.
Default
DefaultType text/plain
Example
DefaultType text/html
DNSCacheSize
Syntax
DNSCacheSize entry-num
Description
You set the DNSCacheSize directive to the number of entries (entry-num) allowed in
the cache in which the server stores host names and addresses from the Internet
Domain Name Server (DNS).
A larger number of entries (entry-num) means more memory may be consumed by
the cache; a smaller number means the server must query DNS more frequently.
Only one DNSCacheSize directive is allowed in the configuration file.