Disable X-Powered-By and Server headers in Apache/PHP
Answer:
Add the following lines to the Apache configuration (httpd.conf)
Header always unset "X-Powered-By"
ServerTokens Prod
ServerSignature Off
Restart Apache to take effect
apachectl -k graceful
Assume the module mod_headers is enabled