- http://goo.gl/kMa6wJ
- http://www.ducea.com/2006/06/15/apache-tips-tricks-hide-apache-software-version/
- http://nixcraft.com/showthread.php/746-Apache-php-web-server-security-by-hiding-version-information
- http://stackoverflow.com/questions/9000853/apache-how-to-hide-server-version-and-operation-system-from-users
- edit apache config
vi httpd.conf
- Modify add setting as follows:
ServerTokens Full => ServerTokens Prod
ServerSignature On => ServerSignature Off
- restart apache
/etc/init.d/httpd restart
No comments:
Post a Comment