iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-67
ServerAdmin
The following example specifies the home terminal as the standard input file and
two log files as the standard output and error files:
set env(HOMETERM) [exec tty]
eval $DefaultServerAttributes
Stdin $env(HOMETERM)
Stdout /web/xyz/startup/t8997/logs/stdout.log
Stderr /web/xyz/startup/t8997/logs/stderr.log
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.