[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Still problems with virtual domain on RaQ2



The traceroute I did went through an IP 10.0.0.254
That seems very strange as that is not a public IP.

I notice that business.mckune.net is on the same IP. and it seems to work fine.
And the reverse for familyhope.net resolves to business.mckune.net.
I assume that is the main site on the RaQ2.


09/25/01 23:42:25 dig www.familyhope.net @ NS2.ROLLANET.ORG
Dig www.familyhope.net@xxxxxxxxxxxxxxxx (192.55.114.12) ...
Authoritative Answer
Recursive queries supported by this server
Authoritative answer: Host doesn't exist   <++++++++

Dig www.familyhope.net@xxxxxxxxxxxxxxxx (192.55.114.3) ...
Authoritative Answer
Recursive queries supported by this server
Authoritative answer: Host doesn't exist  <++++++++++

Looks like you don't have a RR (Resource Record) for www
add one!
If you edit /etc/httpd/conf/httpd.conf
look in the VirtualHost container for familyhope.com
and put in the following line
    ServerAlias familyhope.com
You can put it right under ServerName www.familhope.com
I'll bet the page will come up like now.

So 
#1 make an 'A' or a CNAME record for www (I prefer 'A')
#2 put in the above server alias.

Your DNS is OK, I'll tell you from here I can tell that http is giving
an immediate response, it can't find the site. Because.

If I use www there is no www record,
If I don't use www there is no Sever Alias.

Try it.

Gerald