Don't like ads? PRO users don't see any ads ;-)
Guest

[TUT] SECURE YOUR VPS - TiP #2 - REMOVE APACHE VERSiON

By: scriptz-team on May 5th, 2012  |  syntax: None  |  size: 0.84 KB  |  hits: 34  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.          _____ _____ _ _____ _____         _____ _____ _____ _____
  2.      ___|     | __  |_|  _  |_   _|___ ___|_   _|   __|  _  |     |
  3.     |_ -|   --|    -| |   __| | | |- _|___| | | |   __|     | | | |
  4.     |___|_____|__|__|_|__|    |_| |___|     |_| |_____|__|__|_|_|_|
  5.     |s C R i P T z - T E A M . i N F O|████████████████████████████
  6.      
  7.                              - iNfO -
  8.  
  9. [TUT] SECURE YOUR VPS - TiP #2 - REMOVE APACHE VERSiON
  10.  
  11.                              - NOtIcE -
  12.  
  13. #LOGiN iNTO SSH CONSOLE
  14. #TYPE vi /etc/httpd/conf/httpd.conf
  15. #ADD iNTO THAT httpd.conf NEW LiNE TraceEnable off
  16. #CHANGE ServerSignature TO ServerSignature Off
  17. #CHANGE ServerTokens TO ServerTokens Prod
  18. #SAVE httpd.conf FiLE ViA :w
  19. #QUiT EDiTiNG FiLE ViA :q
  20. #RESTART HTTPD SERViCE ViA service httpd restart