iTP Secure WebServer System Administrators Guide (Version 7.5+)
Using different files for trusted client root certificates is recommended.
Example
ClientCADatabase $root/conf/clientcerts
CombinedLogFormat
Syntax
CombinedLogFormat [On/Off]
Description
Use the CombinedLogFormat directive when you want the access log files to be populated with
the 'Referer' and 'User-Agent' fields, in addition to the fields provided as per the Common Log
Format.
Default
By default this directive is set to Off.
Example
CombinedLogFormat On
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” (page 224)) 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.
CombinedLogFormat 209










