Categories
Linux

Setting up virtual host in Ubuntu 14.04 localhost

I was searching for a guide to setup Virtual Hosts In Apache On Ubuntu 14.04 LTS installation in my local PC running ubuntu 14.04 lts. I was able to setup the Ubuntu local virtual host by reading this guide. Read the full guide here. The URL shown below.

http://www.unixmen.com/setup-virtual-hosts-apache-ubuntu-14-04-lts/

Read the help of VI Editor Here

Virtual Hosts are used to setup more than one domain or websites using a single IP address. This is very useful if anybody wants to run multiple websites using a single IP address on single VPS.

In this tutorial, let me show how to setup virtual hosts in Apache web server on Ubuntu 14.04 LTS. Be mindful that this tutorial is only tested On Ubuntu 14.04 32bit edition. I may not issue any assurance that this will work on all other Ubuntu lower versions and Ubuntu derivatives.