Friday, April 11, 2014

Apache Tips & Tricks: Hide Apache Software Version

  • 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
Hide info apache and server
  • 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

Popular Posts