iTP Secure WebServer System Administrator's Guide (Version 7.0)

Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide523346-012
7-3
The httpd Configuration File
#
# This specifies the where the server’s 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.
#
#
Example 7-1. Sample httpd.config File (page 2 of 5)