How to remove the version of PHP: X-Powered-By: PHP/4.1.0
PHP is configured to send by default a header HTTP called X-Powered-By, giving the version of PHP used.
To remove this header, just change the option expose_php found in php.ini file:
expose_php = off