Is it possible to host multiple domains on a single IP address? I host my own server at home and would like to be able to have more than one site hosted on my single machine/IP at home. I'd like something like this - www.thisdomain.com <http://www.thisdomain.com> and www.thatdomain.com <http://www.thatdomain.com> both hosted on my single IP. It's important that I be able to keep the correct name in the address bar of the browser.
Anyone know if this is possible, and if so how?
Most modern web servers support "Virtual Hosts" - exactly what you want to do.
Apache web server (httpd.apache.org) is an excellent web server with support for virtual hosting.
If you're looking for a Servlet engine to host web pages/Java webapps, both Tomcat and Jetty support virtual hosting.
cheers, Pratik
_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
