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

Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-60
Description
Description
You set the ScriptTimeout directive to the time (in seconds) that the server is to
allow a CGI program to send its output to a web client. If the program has not exited
within the set time, the request is canceled, the connection is closed, and the program
process is sent a termination signal.
Only one ScriptTimeout directive is allowed in the configuration file.
Do not specify a value greater than 1073741824.
Default
ScriptTimeout 300
which assigns 5 minutes, measured in seconds.
Example
ScriptTimeout 300
Server
Syntax
Server object-code-path {
[Arglist argument ...]
[CPUS cpu# cpu#...]
[CWD oss-pathname]
[Debug { ON | OFF } ]
[Deletedelay minutes]
[Env name=value]
[Hometerm file-name]
[Linkdepth max-number]
[Mapdefine define-name guardian-pathname]
[Maxlinks max-number]
[Maxservers max-number]
[Numstatic max-number]
[Priority priority-value]
[Security security-attribute]
[Stdin file-name]
[Stdout file-name]
[Stderr file-name] }
Description
The Server directive is required to configure the application servers to be added and
started by the PATHMON process. For additional information about configuring
PATHMON, refer to the NonStop TS/MP System Management Manual or the NonStop
TS/MP Management Programming Manual.