This is a short howto to hide the Apache version information on a CentOS or similar server.
Open the file “/etc/httpd/conf/httpd.conf” and change the following options to be as detailed below:
ServerTokens ProductOnly ServerSignature Off
Now restart Apache and the version should be hidden.