This tutorial shows you how to install Apache HTTP web server on Ubuntu Server.
Commands:
sudo apt-get update
sudo apt-get install apache2
Useful links:
https://en.wikipedia.org/wiki/Apache_HTTP_Server
Code used during this tutorial:
1 2 3 4 |
sudo apt-get update sudo apt-get install apache2 http://localhost/ |