iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide—523346-002
7-57
The WebSafe2 Configuration File
The WebSafe2 Configuration File
This section explains the contents of httpd.websafe.config and tells you how to
set parameters in this configuration file. Example 7-6 shows the contents of a sample
httpd.websafe.config file. Note that $root is defined in the file httpd.config.
Example 7-6. Sample WebSafe2 Configuration File
#
# Configure the required SSL information using Websafe
#
###########################################################
#
# Definition of the WID server
#
Server $(root)/bin/wid {
eval $DefaultServerAttributes
Arglist $(root)/conf/wid.config
}
KeyDatabase $root/conf/test_keydb
ServerPassword WebServer9
AcceptSecureTransport -cert {CN=customer test key,OU=Persona
Certificate,O="RSA Data Security, Inc.",C=US} -port 443
-transport /G/ZTC0 -websafe wid -nopct
Region /*/ssl-sample-dir {
RequireSecureTransport
}
#Disable transmission of SSLv3 close_notify alert messages to
#Microsoft browsers.
#
Region /* {
if {[info exists HEADER(user-agent)]
&& [string match "*MSIE*" $HEADER(user-agent)]} {
DisableCloseNotify
}
}