How to create a virtual host in apache on ubuntu
Ever feel the need to create a virtual host on ur local development machine? Are you tired of putting your sites into sub-directories under the apache document root? Well, apache can help u, by letting u to setup a virtual host on ur local pc.
So, what is a virtual host? First what is a “host”? A host is server identified by a domain name or IP address, which can be located on a PC somewhere in the globe. So, when we reuest some page on google.com, we are requesting them from google server. We don’t know the server, except its … Continue Reading