Re: DNS and IP

2007-11-06 Thread Wojciech Puchar
please read apache manual and set up httpd.conf right. it's not only possible, but very often used, i have >30 sites on one IP On Sun, 4 Nov 2007, Brian Finniff wrote: My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domai

Re: DNS and IP

2007-11-05 Thread Jerry McAllister
On Sun, Nov 04, 2007 at 06:00:27PM -0500, Brian Finniff wrote: > > My question is, if you are running a website for 2 different people on the > Internet and they both wanted to acquire a domain but you only have one IP > address, would it be possible to forward each domain to the same IP addres

Re: DNS and IP

2007-11-04 Thread cpghost
On Mon, 5 Nov 2007 13:50:17 +1100 Norberto Meijome <[EMAIL PROTECTED]> wrote: > On Sun, 4 Nov 2007 18:00:27 -0500 > Brian Finniff <[EMAIL PROTECTED]> wrote: > > > My question is, if you are running a website for 2 different people > > on the Internet and they both wanted to acquire a domain but y

Re: DNS and IP

2007-11-04 Thread Norberto Meijome
On Sun, 4 Nov 2007 18:00:27 -0500 Brian Finniff <[EMAIL PROTECTED]> wrote: > My question is, if you are running a website for 2 different people on the > Internet and they both wanted to acquire a domain but you only have one IP > address, would it be possible to forward each domain to the same

Re: DNS and IP

2007-11-04 Thread Jay Chandler
Brian Finniff wrote: My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domain but you only have one IP address, would it be possible to forward each domain to the same IP address and somehow each one becomes distinct? If so, h

Re: DNS and IP

2007-11-04 Thread Olivier Nicole
Hi, > Of course, just setup a virtual host in your httpd.conf file point > the dns to the same ip. Apache will take care of the rest. To be a litthe bit more precise, in your Apache configuraton you need something like: NameVirtualHost 10.0.0.1 ServerName www.first-server.com ... ServerN

Re: DNS and IP

2007-11-04 Thread Bill Banks
Of course, just setup a virtual host in your httpd.conf file point the dns to the same ip. Apache will take care of the rest. Brian Finniff wrote: My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domain but you only have on