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
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
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
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
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
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
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