iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)

Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide523346-002
7-9
Other Configuration Files
Other Configuration Files
Information about the configuration files required to use WebSafe2 Internet Security
Processors (WISPs) are in Configuring Your Server for WebSafe2 Internet Security
Processor (WISP) Use on page 7-55. Information about the configuration file required
to use the Servlet Server Class (SSC) is in Installing NonStop Servlets for JavaServer
Pages (NSJSP) on page 9-12.
Managing Server Contents
This section tells you how to manage the contents of your server including:
Understanding How URLs Work on page 7-10
Mapping Requests to Contents on page 7-10
Establishing User Directories on page 7-16
Using Guardian Files on page 7-17
# SK_GlobalCacheTimeout 50
Server $root/bin/gcache {
eval $DefaultServerAttributes
Maxservers 1
Maxlinks 50
Linkdepth 50
Numstatic 1
# Env TRACEFILE=$root/logs/gctrace.log
Env ERRORFILE=$root/logs/gcerror.log
if {[info exists CacheSize]} {
Env SK_CacheSize=$CacheSize
}
if {[info exists CacheExpiration]} {
Env SK_CacheExpiration=$CacheExpiration
}
}
}
Example 7-2. Sample httpd.stl.config File (page 2 of 2)