localhost

How to Use Apache Virtual Host to Run Multiple Local Websites on Ubuntu 16.04

Introduction and Requirements In this article, we will learn how to host multiple virtual websites with Apache on Ubuntu 16.04. I am assuming that you already have Apache server up and running but if you don’t, just run sudo apt-get install apache2 to install it on Ubuntu. A running Apache web server is all you need for this tutorial, but if you want actually build something in it (i.e, a nice website), then you might want to check out “LAMP stack” on Google.