iTP Secure WebServer System Administrator's Guide (Version 7.0)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-012
A-26
Default
Do not specify a value greater than 2147483647 (the maximum value permitted for a
signed integer).
Default
InputTimeout 120
which assigns 2 minutes, measured in seconds.
Example
InputTimeout 60
KeepAliveHeader
Syntax
KeepAliveHeader OFF/ON
Description
Use the KeepAliveHeader directive to enable or disable the HTTP/1.1 KeepAlive
hop-by-hop header. This directive supports persistent connections. The iTP WebServer
also supports persistent connections for Java clients. The KeepAliveHeader
directive can occur only once in the configuration file.
Default
KeepAliveHeader OFF
The default value is set for all client connections.
Example
KeepAliveHeader ON
KeepAliveTimeout
Syntax
KeepAliveTimeout timeout-value
Description
Use the KeepAliveTimeout directive to specify the number of seconds that the iTP
Secure WebServer should wait for a request before terminating a persistent TCP/IP
connection. The KeepAliveTimeout directive can occur only once in the
configuration file.