Some times we need to hide apache banner information, because hackers check version details, before attacking a sever, If you close this door, it is more difficult for them to exploit any system holes and thus making vulnerability scanners work harder and in some cases impossible without knowing version information.
Do the following steps
Modify /etc/apache2/apache2.conf
Change the ServerSignature on to ServerSignature Off
Change the ServerTokens full to: ServerTokens Prod
Restart Apache: /etc/init.d/apache2 restart
How To hide Apache2 version Information from hackers
Related Posts:
Crack your Wi-Fi WEP and WPA-PSK keys with Aircrack in Ubuntu Aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a 40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets … Read More
Ubuntu Networking Configuration Using Graphical ToolThe basics for any network based on *nix hosts is the Transport Control Protocol/ Internet Protocol (TCP/IP) combination of three protocols. This comb… Read More
Howto Restore Ubuntu After Windows Installation Using LiveCDWindows will overwrite the grub boot loader , So You cannot access Linux partition after Windows Installation. Tools Required : Ubuntu LiveCD First… Read More
How to Play DVD in Ubuntu 9.10 Karmic Koala There is no default support od DVD in Ubuntu 9.10. You have to install the following for getting the DVD Support. First You Have to add the medibun… Read More
How to fix USB stops working problem in UbuntuThis tutorial will explain how to fix USB stops working problem in Ubuntu Note: The success (or otherwise) of the following solution will depend on … Read More
0 comments:
Post a Comment