Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 1998 04:15:47 +0000 (GMT)
From:      Robert <robert@namodn.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   name-based vhosting w/ Apache
Message-ID:  <Pine.BSF.3.96.981203040838.27879A-100000@namodn.com>

next in thread | raw e-mail | index | archive | help
Hi!

I would like very much to host pages from my server using the name-based
virtual hosting in Apache 1.3.3, on FreeBSD 2.2.6 (may upgrade to 2.2.8,
suggestions? :)

I have the vhosting part figured out, but I just need some verification
before I take the actual step of registering another name.. <gulp> ..

Is it possible to have more than one domain name assigned to an IP
address?
I have been told that it is, and nothing to the contrary thus far.

Therefore.

I assume the way to do this would be to add an entry in named.boot , which
now looks like this

named.boot
----------
cache           .                       named.root 
primary         namodn.com              named.namodn
primary         0.0.127.IN-ADDR.ARPA    localhost.rev
----------

to something like this

named.boot.correct?
----------
cache           .                       named.root 
primary         namodn.com              named.namodn
primary         0.0.127.IN-ADDR.ARPA    localhost.rev
primary 	customer.com		named.customer
----------

then mime my (working) named.namodn, which uses ns1.namodn.com, and have
an ns1.customer.com all set up in named.customer ...

Would this work? 

Thanks!

-rob
( www.namodn.com )
( mailto : robert@namodn.com )


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981203040838.27879A-100000>