iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)
iTP Secure WebServer System Administrator’s Guide—522659-001
7-1
7
Configuring the iTP Secure WebServer
This section contains the default iTP Secure WebServer configuration file and explains
how configuration directives can be used to affect server operation. Appendix A,
Configuration Directives, contains complete descriptions of all configuration directives.
This section covers the following topics:
•
Configuring Your Server (See below)
•
Configuring Your Server For Use With Parallel Library TCP/IP (See page 7-6)
•
Managing Server Contents (See page 7-9)
•
Controlling File Caching (See page 7-18)
•
Managing Log Files (See page 7-21)
•
Setting Up Server Aliases (See page 7-25)
•
Controlling Access to the Server (See page 7-26)
•
Customizing Server Error Messages (See page 7-44)
•
Setting Up Clickable Images (See page 7-45)
•
Configuring Your Server for WebSafe2 Internet Security Processor (WISP) Use (See
page 7-54)
Configuring Your Server
The iTP Secure WebServer is shipped with a default configuration, contained in the file
httpd.config, located in the /usr/tandem/webserver/conf directory. You modify the
configuration by entering or changing the Tcl commands, called directives, in this file.
(For an overview of Tcl, see Appendix E, Tool Command Language (Tcl) Basics.)
The httpd.config file contains conditional file exists statements that enable the inclusion
of directives in other files. For example, directives required for use of the Secure
Sockets Layer (SSL) or Private Communication Technology (PCT) are contained in the
file httpd.stl.config, and directives required for WebSafe2 Internet Security Processor
(WISP) use are contained in the file httpd.websafe.config.
The iTP Secure WebServer Administration Server, described in Section 12, Managing
the iTP Secure WebServer From Your Browser, lets you use the facilities of your
browser to modify configuration files and restart the iTP Secure WebServer environment
to implement a new configuration.