Apache and other web server daemons like nginx and lighttpd are capable of serving multiple websites with different domains from the same server. Sites hosted in this manner are called "virtual hosts".
The most common type of...
Most people serve more than one domain on their Cloud Server(s).
Whether for different domain names or different subdomains of the same domain, the procedure is the same.
During these articles I will be talking about different operating systems, different web servers and different, er, stuff.
To make things easier to understand and reference between articles and systems, I will use a 'standard'...
One thing that can causes concern and configuration headaches is virtual hosts permissions.
Using the multiple host layout in this article is a good way of keeping your domains in one place and with easy access. Let's take a look...
Now we have Apache installed and running, we can configure it to serve multiple domains using Virtual Hosts.
Do note the layout used in these articles is explained in Multiple Hosts Layout - feel free to use the directories of...