Installing Apache on Ubuntu is relatively simple and can be done in four or five commands with little or no experience.First we install Apache sudo apt-get install apache2This will install and start the web server, create the /var/www directory for your...