All domains "No website configured at address"

WhiteBear

Well-Known Member
Feb 19, 2004
53
0
156
Hello friends,

The main domain of this server xxxx.com is not loading in browser. Of this form none another domain is functioning.

When I call for the IP appear "No website configured at address".

How I fix this problem?


tks a lot.
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
You'll have to check your httpd.conf for errors or mistakes. Also make sure that DNS lookups are resolving on the server.
 

dory36

Well-Known Member
Aug 30, 2003
179
0
166
Strange -- one of my users also had a domain disappear from the server DNS last night.

Edit DNS Zones in WHM didn't even list it, although the content was all still on the server.

I added the zone back (and the domain WAS listed in the dropdown for add dns zone) to the same user. That seemed to fix the www version. I had to add the serveralias line manually in httpd.conf to get the domain to come up without the www.

Now I wonder -- how to check all the other domains, without trying them one by one...
 

amal

Well-Known Member
Nov 22, 2003
155
0
166
India
cPanel Access Level
Root Administrator
dory36 said:
Strange -- one of my users also had a domain disappear from the server DNS last night.

Edit DNS Zones in WHM didn't even list it, although the content was all still on the server.

I added the zone back (and the domain WAS listed in the dropdown for add dns zone) to the same user. That seemed to fix the www version. I had to add the serveralias line manually in httpd.conf to get the domain to come up without the www.

Now I wonder -- how to check all the other domains, without trying them one by one...
If you just need to check whether all the domains resolve from your server, just run the below script on the server

for i in `cat /etc/userdomains | cut -d: -f 1`; do host $i localhost | grep "not found" ; done

this will list all domains that are not resolving from the server.. :)
 
Last edited:

coolbluenet

Active Member
Apr 23, 2004
34
0
156
Middlesbrough, UK
Hi,

I am having the same problem, none of my sites are working apart from one that is on its own ip. Just ran that string:

Code:
localhost | grep "not found" ; done
Host dmhnet.info not found: 2(SERVFAIL)
Host glam-debate.co.uk not found: 2(SERVFAIL)
Host sr.cbn.uk.net not found: 3(NXDOMAIN)
Host www2.coolbluegroup.net not found: 3(NXDOMAIN)
Host anaconda-ks.cfg not found: 3(NXDOMAIN)
Host cpanel3-skel not found: 3(NXDOMAIN)
Host error_log not found: 3(NXDOMAIN)
Host install.log not found: 3(NXDOMAIN)
Host install.log.syslog not found: 3(NXDOMAIN)
Host pico not found: 3(NXDOMAIN)
Host public_ftp not found: 3(NXDOMAIN)
Host public_html not found: 3(NXDOMAIN)
I don't know why some of that has come up, can anyone help? I have looked in httpd.conf and it all confusing.
 

aby

Well-Known Member
May 31, 2005
638
0
166
India
coolbluenet said:
Hi,

I am having the same problem, none of my sites are working apart from one that is on its own ip. Just ran that string:

Code:
localhost | grep "not found" ; done
Host dmhnet.info not found: 2(SERVFAIL)
Host glam-debate.co.uk not found: 2(SERVFAIL)
Host sr.cbn.uk.net not found: 3(NXDOMAIN)
Host www2.coolbluegroup.net not found: 3(NXDOMAIN)
Host anaconda-ks.cfg not found: 3(NXDOMAIN)
Host cpanel3-skel not found: 3(NXDOMAIN)
Host error_log not found: 3(NXDOMAIN)
Host install.log not found: 3(NXDOMAIN)
Host install.log.syslog not found: 3(NXDOMAIN)
Host pico not found: 3(NXDOMAIN)
Host public_ftp not found: 3(NXDOMAIN)
Host public_html not found: 3(NXDOMAIN)
I don't know why some of that has come up, can anyone help? I have looked in httpd.conf and it all confusing.
You need to have a check into the server to tell what exactly the issue is. If you are not able to find yourself what could be the issue, you can get the help from somebody who is willing to spare sometime for you.
 

Mani

Well-Known Member
Dec 22, 2003
115
0
166
this seems happened after the upcp update today

removing the dns zone and creating it again will solve this.

cpnael folks should look in to this real fast i think in less than 24 hours many will have this problem

specaily if you have many servers with many domains then it will be hard to be done one by one
 

Mani

Well-Known Member
Dec 22, 2003
115
0
166
hi

ok found it

every thing in the named.conf was gone

restore named.conf from WHM

then restart bind

this should do