How to Disable Apache Version Header
Step1- Open httpd configuration file
# vi /usr/local/apache/conf/httpd.conf
Step2- Update/modify the below lines
ServerTokens Prod
ServerSignature Off
Step3- Restart apache service
# /etc/init.d/httpd restart