domain works randomly
Posted
by
mthenw
on Server Fault
See other posts from Server Fault
or by mthenw
Published on 2011-01-16T22:56:53Z
Indexed on
2011/01/16
23:54 UTC
Read the original article
Hit count: 157
Hi,
I have problem with configuring bind9 on debian (lenny) server. Generaly speaking everything is working ok but sometimes I get 404 on few domains (eg. 4stopnie.com but after few refreshes in browser site loads) or I can't validate site with validator.w3.org (error '500 Can't connect to 4stopnie.com:80 (Bad hostname '4stopnie.com')'). Domains were moved from other server. After moving I changed serial number in zone file.
$ttl 600
@ IN SOA ns.wpoznaniu.info. xxx.4stopnie.com. (
2011011601
3600
600
86400
600)
@ IN NS ns.wpoznaniu.info.
@ IN A 80.82.21.196
www IN CNAME @
© Server Fault or respective owner