Turn off Server Signatures
Log into each server as root.
Edit /hsphere/local/config/httpd/httpd.conf
Find and replace
ServerSignature on
to
ServerSignature off
Underneath add this line:
ServerTokens ProductOnly
Restart Apache
IMPORTANT NOTE: This document is based on FreeBSD. The concepts
should be similar across operating systems, but the commands will very likely be different. Also, never
assume the directory structures exist in your system as written in the document. Never blindly follow
security instructions -- read, review, compare, apply as it fits your system.

|