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:
Speed up Ubuntu Linux - Fine tuning UbuntuSpeed launch your Ubuntu using the following steps Stop unnecessary Applications and Services that start automatically at boot time. First Stop the… Read More
How to Open a Terminal in ubuntuTerminals are where you type in commands in linux. to open a terminal, press ALT+F2, then either type gnome-terminal or xterm for the classic termi… Read More
how to Root login in Ubuntu 10.04Ubuntu root access was blocked by default for GUI. For Enabling This you need to reset password for root. once password for root is reset. You can lo… Read More
How to Copy & Paste in TerminalThere are two terminals in Ubuntu: the one you invoke with (Alt+F2) "xterm" and the one you invoke with (Alt+F2) "gnome-terminal". The gnome-terminal… Read More
Howto Record Video Using VLC in Ubuntu / Debian VLC can also used for recording videos during Playback. But, By default the record button is hidden in VLC. First you have to enable the Record Butt… Read More
0 comments:
Post a Comment