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

Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide523346-002
7-6
Configuring Your Server For Use With Parallel
Library TCP/IP
Configuring Your Server For Use With Parallel Library TCP/IP
No new configuration directives are required to support PTCPIP.
1. You must specify a TCPSAM process as the transport process in httpd.config.
For example:
Accept -transport /G/ZSAM1
2. If you also use the httpd.stl.config file, you must specify a TCPSAM process
for secure transport. For example:
AcceptSecureTransport -transport /G/ZSAM1
3. Optionally, you should consider adding the new server command, Deletedelay,
to the Server configuration directive. The Server commands control the creation of
the PATHMON environment that the server executes in. Unused links to dynamic
servers are returned back to PATHMON. The Deletedelay command specifies the
amount of time (in minutes) to wait before returning these unused links.
For further details on the use of Deletedelay consult Migration Considerations
For Parallel Library TCP/IP Support on page 3-2 and for the Server configuration
directive consult Server on page A-60.
################################################################
#
#
# This does an existential check for a sampleservers.config
# file. If it is there, it will be included in the
# configuration.
#
if { [file exists $root/conf/sampleservers.config] } {
source $root/conf/sampleservers.config
}
################################################################
#
#
# This does an existential check for a local.config file. If
# it is there, it will be included in the configuration. By
# default,this file is NOT shipped with the product.
#
if { [file exists $root/conf/local.config] } {
source $root/conf/local.config
}
Example 7-1. Sample httpd.config File (page 5 of 5)