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

Configuration Directives
iTP Secure WebServer System Administrator’s Guide522659-001
A-67
ServerRoot
Default
None.
Examples
ServerPassword StartDate2812
ServerRoot
Syntax
ServerRoot directory
Description
You can set the ServerRoot directive to either of the following:
The directory to be designated as the current directory while the iTP Secure
WebServer is running.
The directory in which the iTP Secure WebServer process is to place its core file if
the iTP Secure WebServer crashes.
The specified directory must be writable.
When other directives include relative pathnames for files, these paths are always
relative to the directory specified by ServerRoot directive.
For example, if the server configuration file (httpd.config) contains the following
directives
ServerRoot /var/httpd
Region * {
RequirePassword "Your account" -userfile user.db
}
the iTP Secure WebServer assumes the full pathname for users.db to be
/var/httpd/users.db
Only one ServerRoot directive is allowed in the configuration file.
Default
The default is the directory where the server is started.
Example
ServerRoot /usr/tandem/webserver