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

Configuration Directives
iTP Secure WebServer System Administrator’s Guide—522659-001
A-58
RMTServer
RMTServer
Syntax
RMTServer pathname
Description
Use the RMTServer directive to specify the URL pathname 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 Section 10, Using the Resource
Locator Service (RLS).
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