At 4/3/01 06:00 PM -0700, you wrote:
I am trying to setup virtual hosting, so how do I get DNS to resolve www.somedomain.com and www.someotherdomain.com to their index page if they are using the same ip? This may be a really newbie question, but I am lost.
Nothing to do with DNS. You setup their DNS to point to the same IP; then you tell Apache to listen for both those sites on the same IP. Look for the Virtual Hosting part of the httpd.conf file, or better yet, use the GUI. But it's called name-based virtual hosting because Apache picks what site to serve based on the name *not* the IP.
-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx