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

Configuration Directives
iTP Secure WebServer System Administrator’s Guide—522659-001
A-66
ServerAdmin
ServerAdmin
Syntax
ServerAdmin mail-addr
Description
Use the ServerAdmin directive to set the e-mail address (mail-addr) of the server
administrator.
Default
None.
Example
ServerAdmin webmaster@widgets.com
ServerPassword
Syntax
ServerPassword password
Description
Use the ServerPassword directive in the httpd.stl.config file to specify a
password to be used to encrypt the key database file. This directive is also required for
use by WebSafe2 units.
The password specified by ServerPassword must match the password used to
encrypt the key database file, as specified by the keyadmin utility. When using the
keyadmin utility to change the password used to encrypt the keys file, use
ServerPassword to ensure that the passwords match.
You either can specify the password explicitly in the directive or supply the name of a
file from which to read the password using the KeyDatabase directive. For information
about the KeyDatabase directive, see KeyDatabase
on page A-24.
You must run keyadmin to change the password before you use the ServerPassword
directive to specify the new password.
Because the password is reused when you restart the iTP Secure WebServer, you must
start and stop the environment, rather than simply restart it, when you change the
password.
Only one ServerPassword directive is allowed in the configuration file. The
httpd.stl.config file and the httpd.websafe.config file can each contain a
ServerPassword directive because those files cannot be included simultaneously in
the configuration.