Ken Pooley wrote:

> Well the base of my question is: Can DNS serve one IP with a few port
> numbers to different names....
> 122.00.00.00:8001 --> foo.server.com
> 122.00.00.00:8002 -->bar.server.com

No. DNS deals with IP numbers only. But you can simply set up
two virtual hosts on 122.00.00.00:80 and let Apache decide what
host to serve based on the 'macine' name requested.

> It would be nice for me not to run multiple IPs on one machine just use the
> port# to differentiate.....

You can do that too but it'll allways show in the URL.

> If I have to run more than one IP then I won't need any port#s...I'll just
> need to figure out how to bind more than one IP to a machine...not my idea
> of fun this afternoon but doable....

Multiple sites on one IP are well enough supported by the browsers
these days (whose cooperation you need), so you may not need to do this.
What OS do you have?

Emile

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to