503 error for a new site

Markos

Well-known member
Licensed customer
I have a new site, and i see a 503 error.

It's strange because it has no traffic. I can navigate into this site but when i try to crawl it with Screaming Frog, i see a 503 error. How it's possible? How can i resolve this issue?
 
503 error doesn't necessarily have anything to do with traffic. It could be caused by anything really. Check your apache error log and see if anything shows up.
 
A lot of webservers have protective configurations to prevent them from being overloaded. When a crawling tool gets 503s, it's often a sign that either the rate of the crawl is too fast, or the number of simultaneous connections is too high. Check the tool for these settings and if they are high, reduce them to a level that does not generate any more errors.

http://www.screamingfrog.co.uk/seo-spider/faq/#why_do_i_get_503_server_unavailable
 
And if I remember correctly, CentMinMod had that enabled to try to do some base DDOS protection.
 
You can post part of your nginx error.log file here. It is usually located at /var/log/nginx/error.log

You could enter this command on linux bash:
Code:
# cat /var/log/nginx/error.log
 
Back
Top Bottom