iTP Secure WebServer System Administrator's Guide (Version 7.0)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-012
A-28
Default
The integer-value has a range from -1 to 32767. A value less than -1 or greater
than 32767 results in an error message.
Values from 0 to 32767 indicate the number of requests that the Webserver will service
on the same persistent connection before closing the connection. A value of 0 or 1
disables persistent conditions. A value of -1 indicates that the Webserver will keep the
persistent connection open until the client closes the connection or the Webserver
encounters an error while processing the request.
Default
KeepAliveMaxRequest 255
Example
KeepAliveMaxRequest 50
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