iTP Secure WebServer System Administrator's Guide (Version 7.0)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-012
A-18
DefaultType
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-37) 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 might 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.
Default
DNSCacheSize 1000
Example
DNSCacheSize 2000