noodleboy347 wrote:
I have a website that has been working fine for a long time, but since last night many people have started having issues connecting to it. The strange part was that I was able to connect fine and some other people were too, but many people complained that the website wasn't working at all.
Since today I haven't been able to connect to the website either, but when I rebooted my Linode I was able to connect for about 5 minutes until it went down again.
The website in question is here:
http://goldenmachinegun.com
Thought I would jump in to address some concerns about testing to see if it is CloudFlare or not.
Things to check:
1. Try going direct.yourdomain.com. If the site doesn't load going direct, then the problem is with your server or hosting provider.
2. See what kind of message you get using this curl command in terminal:
curl -v -A firefox/4.0 -H 'Host: yourdomain.com' yourIP address
A can't connect to host message would mean the issue is with your hosting provider or server.
3. If you can go direct to your server and get an HTML response back in your curl, then the problem is likely that you have something blocking CloudFlare requests on your server and/or with your host (htacess, firewall, iptables, etc.). Some things to check can be found here:
http://www.cloudflare.com/wiki/I_keep_s ... Offline%22
Another way to quickly test things is to login to your CloudFlare account & temporarily deactivate so we also go direct (settings->deactivate). If problem persists, then it is most certainly a host or server issue as well.