Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


2.3.137 ServerSignature

ServerSignature specifies whether to add a signature to the footer of content such as error messages created by the web server.

Description

ServerSignature specifies whether to add a signature to the footer of content such as error messages created by the web server.

Syntax

ServerSignature {On|Off|Email}

Specifiable values

On

Displays a character string in accordance with the ServerTokens directive (for example, "Hitachi Web Server" or a version number), the server name in accordance with the value specified in the UseCanonicalName directive, and the port number.

Hitachi Web Server 10-00 at www.example.com Port 80
Off

Does not display a signature in the footer of the content.

Email

Adds the value specified in the ServerAdmin directive by using the mailto tag, in addition to the contents when On is specified.

Default value

If the definition item is omitted:

Off

Locations where it can be written

httpsd.conf, <VirtualHost>, <Directory> and .htaccess

Example

ServerSignature On