iTP Secure WebServer System Administrator's Guide (Version 7.0)
Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide—523346-012
7-64
The WebSafe2 Configuration File
Using an Existing WID Server Class
If the server class you want to use for the WID already exists outside the iTP Secure
WebServer’s Pathway system, you can comment out the Server line and use the
name of the server class you want in the -websafe option of the
AcceptSecureTransport directive. The syntax for this option is:
-webSafe [pathmon_name:] serverclass_name
where:
pathmon_name
is the name of a PATHMON process. The PATHMON process you specify must run on
the same node as the iTP Secure WebServer environment.
serverclass_name
is the name of the server class. The WID server class must be started for the iTP
Secure WebServer environment to use it.
Starting Multiple WID Processes
A WID process can use only one WISP, but multiple WID processes can use the same
WISP. Furthermore, a WID process can service only one SSL request at a time. If your
iTP Secure WebServer configuration has more than one WISP, or if you anticipate
multiple concurrent SSL sessions, you should define multiple processes in the WID
server class for optimal performance. Use the Numstatic attribute in the Server
directive or through the PATHCOM interface to specify the number of processes in the
WID server class as:
Numstatic number
where:
number
specifies the number of processes in the WID server class. Specify a value from 1
to 4095.
Here is an example of how the Numstatic command can be used:
Server $(root)/bin/wid {
eval $DefaultServerAttributes
Arglist $(root)/conf/wid.config
Numstatic 2
Note. WID is compatible only with systems running on G-series RVUs.
Caution. If the owner of the WID server class you specify is different from that of the WebSafe
Server class, the iTP Secure WebServer cannot communicate with the WID server class.
Note. WID is compatible only with systems running on G-series RVUs.