iTP Secure WebServer System Administrators Guide (Version 7.5+)

Table 7 Sample httpd.config File (continued)
LanguageSuffix en .en
#
# LanguageSuffix fr .fr
# LanguageSuffix es .es
# LanguageSuffix de .ger
# The default TCP/IP transport process that will be used is
# /G/ztc0 the name is saved here because it is used in two
# places in the configuration file.
#
set transport /G/ztc0
# This is the file where the extended format server log will
# be written.
#
ExtendedLog $root/logs/httpd.log
#
# AccessLog $root/logs/access.log
#
ErrorLog $root/logs/error.log
#
# This specifies the where the servers process ID will be
# written.
#
PidFile $root/logs/httpd.pid
##
Procs 0
###############################################################
#
# List of html files to look for when a client only specifies
# a directory name
#
IndexFile index.html index.htm home.html home.htm
################################################################
#
# Filemap: where to find the content (html files)
#
Filemap / $root/root
################################################################
# Enable directory browsing for all regions.
#
Region /* {
DirectoryIndex
}
# This Adds Guardian files to the httpd
# Filemap /G /G
################################################################
#
# source the mime types configuration file"
#
source $root/conf/mime-types.config
################################################################
##
# Prevent DNS lookups
#
ReverseLookup no
################################################################
##
# Configure information about the Pathway environment to be
# created.
#
#
################################################################
##
# Pathmon Configuration information.
#
Pathmon /G/zweb {
Priority 170
PrimaryCPU 1
BackupCPU 0
Gsubvol /G/system/zweb
Configuring Your Server 95