I have a run a fairly busy site for 2 years with this setup for the web server:
- ec2/Amazon Linux AMI 2014.03.2 on a micro instance
- lighttpd (latest)
- godaddy dns
This morning, the site was down - DNS failure. I was able to access the site via the IP address and the ec2 public address, but not the domain name. I've had DNS outages from godaddy once or twice before, but this one was weird:
- pingdom picked up on dns problems an hour earlier, but thought we were up.
- downforeveryoneorjustme.com thought we were up
- browserstack thought we were down.
I guess that's not too weird: I understand DNS problems aren't always global. Here's the weird part: restarting lighttpd fixed the problem.
I want to take action to help remedy the situation, but I'm so unclear about this problem, I don't even know next steps, or what to search for. How could a server reboot affect a DNS problem?
Updated The timing was so perfect between reboot and the problem being fixed, I didn't anticipate people assuming coincidence. But in fact the problem returned roughly an hour later, and I fixed it again with a lighttpd bounce. I know this sounds crazy!!