iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide—523346-002
7-4
The httpd Configuration File
################################################################
#
#
# Pathmon Configuration information.
#
Pathmon /G/zweb {
Priority 170
PrimaryCPU 1
BackupCPU 0
Gsubvol /G/system/zweb
}
################################################################
#
#
# Attributes for servers may be stored in a variable and then
# used later.
#
#
set DefaultServerAttributes {
Priority 170
Numstatic 1
Maxservers 50
Linkdepth 1
CWD $root/bin
Maxlinks 1
}
################################################################
#
#
# Definition of the Generic-CGI server
#
Server $root/bin/generic-cgi.pway {
eval $DefaultServerAttributes
}
################################################################
#
#
# Configure the httpd server’s attributes
#
Server $root/bin/httpd {
eval $DefaultServerAttributes
CWD [pwd]
Arglist -server [HTTPD_CONFIG_FILE]
Env TANDEM_RECEIVE_DEPTH=50
Priority 170
Numstatic 5
Maxservers 50
MapDefine =TCPIP^RESOLVER^NAME /G/system/ztcpip/resconf
MapDefine =TCPIP^PROCESS^NAME $transport
}
################################################################
Example 7-1. Sample httpd.config File (page 3 of 5)