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

Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide523346-012
7-2
The httpd Configuration File
The httpd Configuration File
This example illustrates the contents of the httpd.config file:
Example 7-1. Sample httpd.config File (page 1 of 5)
# VERSION=3.0
###############################################################
#
# This is an automatically generated configuration file for
# the iTP WebServer.
#
# See the server documentation for more information.
#
#
# The name of the machine that is running the HTTP server.
#
# ServerName web.mis.tandem.com
#
# Set the server root to the server’s installation directory.
#
set root /usr/tandem/webserver
ServerRoot $root
# The content negotiation might have value of NONE | LANG |
MULT,
# The default is NONE
#
Negotiation NONE
# LanguagePreference definition samples
#
# LanguagePreference {en, fr, es}
#
# LanguageSuffix definition samples
#
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