Fishtrap

php and other stuff I know

Remove Apache and PHP version info from Response Headers

| 0 comments

Security consultants sometime say you should remove the version of apache and php from your response headers. Personally I think the better idea is to have an up to date version in the first place.

simply add this to the httpd.conf

ServerTokens ProductOnly
ServerSignature Off

in php.ini

expose_php = Off

Leave a Reply

Required fields are marked *.

*