Apache Virtual Host documentation - Apache HTTP Server Version 2. 4 Versions 1 1 and later of Apache support both IP-based and name-based virtual hosts (vhosts) The latter variant of virtual hosts is sometimes also called host-based or non-IP virtual hosts Below is a list of documentation pages which explain all details of virtual host support in Apache HTTP Server:
VirtualHost Examples - Apache HTTP Server Version 2. 4 The following example allows a front-end machine to proxy a virtual host through to a server running on another machine In the example, a virtual host of the same name is configured on a machine at 192 168 111 2
Name-based Virtual Host Support - Apache HTTP Server Version 2. 4 Using this technique, many different hosts can share the same IP address Name-based virtual hosting is usually simpler, since you need only configure your DNS server to map each hostname to the correct IP address and then configure the Apache HTTP Server to recognize the different hostnames
An In-Depth Discussion of Virtual Host Matching Apache automatically discriminates on the basis of the HTTP Host header supplied by the client whenever the most specific match for an IP address and port combination is listed in multiple virtual hosts
VirtualHost Examples - Apache HTTP Server Version 2. 2 This document attempts to answer the commonly-asked questions about setting up virtual hosts These scenarios are those involving multiple web sites running on a single server, via name-based or IP-based virtual hosts
Exemples dutilisations de VirtualHost - Serveur HTTP Apache Version 2. 4 La configuration de serveurs virtuels sous Apache ne provoque pas leur apparition magique dans la configuration du DNS Il faut que leurs noms soient définis dans le DNS, et qu'ils y soient résolus sur l'adresse IP du serveur, faute de quoi personne ne pourra visiter votre site Web