Disable sending PHP version information by Apache/mod_php
Answer:
If you want to disable Apache from sending response header like "X-Powered-By PHP/5.2.12RC4-dev" or similar, you can edit your PHP configuration (php.ini)
Add the following line:
expose_php = Off
Then restart Apache
apachectl -k graceful