Viewing 4 replies - 1 through 4 (of 4 total)
  • 5xx errors can have various causes. Usually an error 500 indicates a PHP error. An error 503, on the other hand, is a very clear indication that the server is either overloaded or the connection was terminated because the maximum script runtime was exceeded. However, the error_log provides information about what caused the error. However, these types of errors are not caused by the cache plugin.

    If you enable caching, you prevent 503 errors from overloading.

    Thread Starter lylejames

    (@lylejames)

    Yes it is weird. Cache disabled, Google bot crawls site. Cache enabled. Google Bot gets 5xx url unindexable. Either way Browsers work fine

    Plugin Support qtwrk

    (@qtwrk)

    please try check the server log or php log , see which URIs it end up in 5xx error , and most importantly , which 5xx error exactly that was , because there are various common 5xx error, like 500 , 502 , 503 , 508 , 520 , 524 …etc

    Thread Starter lylejames

    (@lylejames)

    Have applied the basic preset and the issue is resolved.

    As I experiment with various features. I may discover what causes the 5xx

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘With Cahce on, Bots and Spiders get 5xx errors. Broswers OK’ is closed to new replies.