How to Hide Apache Banner

You should hide apache banner information from being displayed so the attackers are not aware of what version of Apache version you are running and thus making it more difficult for them to exploit

Read More →

Install LAMP on Ubuntu 8.04

Here is the apt-get command to install a basic lamp environment on ubuntu hardy 8.04 with some “quick start help” commands. First, apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-s

Read More →