|
Home > Archive > Apache Server configuration support > October 2007 > Virtual Hosts - C Records & Static IP address - Quick Question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Virtual Hosts - C Records & Static IP address - Quick Question
|
|
| william.hooper@gmail.com 2007-10-12, 1:26 pm |
| Hi,
In order to host two domains, say www.xyz.com and www.abc.com, do I
need to get hold of either dual ip address or to setup C records?
Or can I simply point the DNS A record of both domains at my single
static ipaddress and then use the <VirtualHost> lines to point traffic
to the different domains at different directories?
Many thanks in advance for answering this quick question...
| |
| william.hooper@gmail.com 2007-10-13, 1:21 pm |
| Answer is no... you can host as many web sites as your like just by
pointing main dns record at your server. no need to buy extra ip or
think about c records (whatever they are - some articles mentioned
them).
| |
| Rik Wasmus 2007-10-16, 1:30 pm |
| On Fri, 12 Oct 2007 19:51:01 +0200, <william.hooper@gmail.com> wrote:
> In order to host two domains, say www.xyz.com and www.abc.com, do I
> need to get hold of either dual ip address or to setup C records?
Nope
> Or can I simply point the DNS A record of both domains at my single
> static ipaddress and then use the <VirtualHost> lines to point traffic
> to the different domains at different directories?
Indeed
--
Rik Wasmus
|
|
|
|
|