iTP Secure WebServer System Administrators Guide (Version 7.5+)
Description
Use the RmtServer directive to specify the URL path name of the Resource Locator Service (RLS)
in relation to the root directory of the iTP Secure WebServer. The URL points to the server class
rmt.pway, which implements the service.
For detailed information about configuring RLS, see “Using the Resource Locator Service (RLS)”
(page 166).
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.
Default
SendBufferScale 1.5
Example
SendBufferScale 2.5
246 Configuration Directives










