Hello folks, I have a very strange problem. Starting a few days ago, my website became not accessible to me. It just times out in all browsers. I can PING and TRACERT to the website, but I cannot open the website in any browser - not via IP, not via hostname (so it's not DNS, in fact IP resolves fine to my hostname). It just gets a timeout error. Here is the weird thing: I am in Canada, and I cannot web-navigate to my site from either home or work ISP. My friends in USA and in Australia are having the same issue - ping ok, but timeout in browser. On the other hand, for a bunch of friends it DOES work in browser.. in usa and canada.... How can this be? It works for some but others get a timeout? All in different ISPs? This has never happened before, website has been running for years. I have also used HostTracker to run my site's results, I get about 8 nodes who get the timeout (major nodes in USA like LA), the other 61 are OK Any ideas would be great.... really stumped...
What do the logs say when some aren't able to access the server? Do you see any surge in connections to port 80 when such issue occurs? It could be a DDOS attack as well?
For the clients that work: Possibly a cached page unless the whole site is nocache. netstat -tuap | grep 80 iptables -L tail -30 /var/log/< wherever you are storing the apache error and access logs> Maybe start there. Verify that things are working as expected from the localhost. Verify that you are not rate limiting, or the provider is not rate limiting with mod_bw or something similar. What is your site?
Hi Tell the situation to your server provider if u are managed service then this is there problem to solve Thanks
He is able to ping and tracert. It might be specific to your ISP and some of your friends who are connected via same ISP. It seems to be a surge in network otherwise if your other friends are able to see then it must be work on your end as well. Wait for a couple of hours, it might get back normal.
Well he would be able to ping and trace it. It might be specific to your ISP and some of your friends who are connected via same ISP. It seems to be a surge in network otherwise if your other friends are able to see then it must be work on your end as well. Wait for a couple of hours, it might get back normal.