On 12/4/06, Whil Hentzen (Pro*) <[EMAIL PROTECTED]> wrote: > > The clever trick about the "1.2.3.100:80" comes from Ted Roche. Everyone > all together now: Thanks, Ted! >
You're welcome. A key point to this that might not be obvious with two domains and two IPs is that you can have a bazillion domains and two IPs (or four IPs or one IP). The key line in the configuration file is "ServerName www.mystupidlittledomain.com" -- change that one line to "ServerName www.myotherlittledomain.com" and both domains will be responding on the same IP address, with Apache routing traffic to the correct domain based on the incoming request. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

