iTP Secure WebServer System Administrator's Guide (Version 7.0)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-012
A-79
Default
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
ServerTokens
Syntax
ServerTokens { Prod | Major | Minor }
Description
Use the ServerTokens directive to request a portion of the Server field being
displayed in the response header information returned by iTP WebServer. The option
provided with this directive will decide the information to be displayed in the Server
field of the response header. If this directive is not specified in the server configuration
file (httpd.config), the complete information will be returned.
Default
None
If you do not specify any value with the ServerTokens directive, an error message
will be displayed prompting to specify one.
Examples
ServerTokens Prod
Only the product name will be displayed in the Server field of the response header.
Server: iTP WebServer (for T8996) or iTP Secure WebServer (for T8997 and T7950).
ServerTokens Major
The product name and the server version will be displayed in the Server field of the
response header. Server: iTP WebServer/6.0 (for T8996) or iTP Secure WebServer/6.0
(for T8997 and T7950).
ServerTokens Minor
The complete server information will be displayed in the same manner when the
directive is not specified in the httpd.config file. Server: iTP WebServer/6.0 (for T8996)
or iTP Secure WebServer/6.0 (for T8997) or iTP Secure WebServer/6.0(Global) (for
T7950).