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

Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-24
KeyDatabase
KeyDatabase
Syntax
KeyDatabase key-database-filename
Description
Use the KeyDatabase directive to specify the name of the database file that holds the
certificate and private keys for the iTP Secure WebServer. This directive is required for
use by the WebSafe2 unit.
Only one KeyDatabase directive is allowed in the configuration file. The
httpd.stl.config file and the httpd.websafe.config file can each contain a KeyDatabase
directive because those files cannot be included simultaneously in the configuration.
Example
KeyDatabase $root/conf/keys
LanguagePreference
Syntax
LanguagePreference language-tags
Description
Use the LanguagePreference directive to specify the natural languages that the
server will favor when making content-negotiation decisions for the iTP Secure
WebServer environment or a region. Content negotiation is a protocol feature defined
in the HTTP/1.1 specification.
The server consults this directive only if the configuration file also contains a
Negotiation directive with the Lang or Mult argument, and only if the client sends a
request without an Accept-language header.
The language-tags consist of one or more RFC 2068 language tags. To specify
multiple tags, separate them by commas with no intervening spaces, and enclose the
list in braces {}. List the tags in order of preference.
For more information about content negotiation, see Negotiation on page A-31.
To see RFC 2068, use the following URL:
http://www.cis.ohio-state.edu/htbin/rfc/rfc2068.html