On Sun, Jun 01, 2003, Amanda Wynne wrote: > I'm about to go to adsl for my home. Going with tpg, for the static IP number > & unlimited downloads. I have several domains, which are currently hosted > elsewhere. > The question in a nutshell is this; > Can I host 2 (or more) domains on one static IP address? > And if so, can someone point me in the right direction as how to go about > this.
The term you are looking for is "virtual hosts". It is handled separately by each utility - mail transport agents, webservers etc each handle this in their own way. It sounds like you're talking about webserving -- you want to use Apache's name based virtual hosting for this: http://httpd.apache.org/docs/vhosts/name-based.html -Mary -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
