News

The term Virtual Host refers to the practice of running more than one web site (such as company1.example.com and company2.example.com) on a single machine. Virtual hosts can be "IP-based", meaning ...
Apache was one of the first servers to support IP-based virtual hosts right out of the box. Versions 1.1 and later of Apache support both IP-based and name-based virtual hosts (vhosts). The latter ...
First create DNS entries for each subdomain in the parent domain DNS record. Next use Apache's virtual host feature to configure the subdomains on the each VPS.
I'm trying to get apache 2.0 configured with name based virtual hosts. Everything is working great, except for one problem, when I try to access a domain which points to my server but isn't ...
# This virtual host is the default, that forwards to the production server # note that the domain name below needs to be resolvable by the apache server, you can use an IP address if preferred ...
This simple example demonstrates how to get virtual hosts up and running quickly on your WAMP server.