iTP Secure WebServer System Administrator's Guide (Version 7.0)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-41
OutputTimeout
OutputTimeout
Syntax
OutputTimeout time-in-seconds
Description
You set the OutputTimeout directive to the period (in seconds) that the server is to
spend sending a requested file to a Web client. If the entire file has not been sent
within this limit, the request is canceled and the connection is closed.
Only one OutputTimeout directive is allowed in the configuration file.
The maximum value is 4294967295 (the maximum value permitted for an unsigned
long integer).
Default
OutputTimeout 1200
which assigns 20 minutes, measured in seconds
Example
OutputTimeout 240
PasswordValidity
Syntax
PasswordValidity value
Description
If PasswordValidity directive is set, iTP Secure WebServer's basic and digest
authentication passwords (managed by useradm) will expire after the specified time
period.
Default
By default, the passwords never expire. value set to -1 signifies default behavior.
Note. This configuration directive is available only on iTP Secure WebServer version released
with J06.06 and later J-series RVUs or H06.17 and later H-series RVUs.