iTP Secure WebServer System Administrators Guide (Version 7.5+)

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.
Example
PasswordValidity 60
where, 60 is the number of days specified for the validity of the password.
NOTE: If you choose to enable this configuration directive, then any previous password database
files will not work with this feature and you need to generate a new password database file using
the useradm utility.
Pathmon
Syntax
Pathmon process-name{
[Priority number]
[PrimaryCPU number]
[Hometerm file-name]
[BackupCPU number]
[Gsubvol OSS-pathname]
[Hometerm file-name]
[MaxServerClasses number]
[MaxServerProcesses number]
[Security security-attribute]
[LOG1 file-name]}
Description
The Pathmon directive is required to configure the PATHMON process. For additional information
about configuring PATHMON, see the NonStop TS/MP System Management Manual or the NonStop
TS/MP Management Programming Manual.
PasswordValidity 227