Information
Disable the server signatures which generates a signature line as a trailing footer at the bottom of server generated documents such as error pages.
Rationale:
Server signatures are helpful when the server is acting as a proxy, since it helps the user distinguish errors from the proxy rather than the destination server, however in this context there is no need for the additional information.
Solution
Perform the following to implement the recommended state:
Add or modify the ServerSignature directive as shown below to have the value of Off:
ServerSignature Off
Default Value:
The default value is Off for ServerSignature.