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

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-69
Default
Default
None
Example
RMTServer /bin/rmt/rmt.pway
ScriptTimeout
Syntax
ScriptTimeout time-in-seconds
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
SendBufferScale
Syntax
SendBufferScale double-value
Description
Use the SendBufferScale directive to scale the size of the socket send buffer. The
value has a range from 1 to 2.5.
Note. The SendBufferScale directive is effective only when the BigInBufSize directive is
set to yes. Use this directive only when it is recommended by HP development.