Apache 4.0.40 VirtualHosts are working every way but RIGHT!
I am having a very strange issue at hand. I have a new webserver with Apache 2.0.40, RedHat 9 installed and am getting things setup for 2 virtualdomain hosts I'm setting up. I have entered the /etc/httpd/conf/httpd.conf file to edit to make Apache work. I have edited the following options with the following values:Listen *:80
...
NameVirtualHost *:80
...
<VirtualHost *>
DocumentRoot /home/modemnet.biz/modemnet.biz
ServerName www.modemnet.biz
</VirtualHost>
<VirtualHost *>
DocumentRoot /home/miawmainecoons/www.miawmainecoons.com
ServerName www.miawmainecoons.com
</VirtualHost>
Here is were the strange things come into play. If I goto www.modemnet.biz that actually works and it takes me to the html file located in mdoemnet.biz's home account. BUT if I try to goto www.miawmainecoons.com it takes me to the modemnet.biz html file! I've tried for hours and hours but I seemingly can't get various domains to point to the appropriate virtualserver. I know I haven't setup something properly so any advice is appreciated.
Btw yes I have setup DNS properly so everything is working there.
Help!