504 Gateway error for few users

  • Thread starter Thread starter Deleted member 8254
  • Start date Start date
D

Deleted member 8254

Hello everyone, currently few of my users face 504 Gateway Time-out error. But i haven't faced the issue till now, what could be the reason only few users face it. Is it time to switch host or something needs to be done to avoid these errors?
 
Any 5xx error is a server side error, not client. In this case, a 504 error means whatever server is hosting your website didn't receive a response in time from another server it requested information from. Normally this is caused by the server being overwhelmed with request and it cannot handle them all.

Edit:

I should rephrase. A 504 error is a result of one server timing out waiting on another server to handle a request. It doesn't necessarily have to be the server that your website is on.
 
Last edited:
Thanks for the details, i came to know about that after some research. But it is happening to few users not me. Is there any work around on fixing the issue or switching to new host or plan will help?
 
There a number of things that you could look at between application side, DNS, firewall, proxy settings or any number of other factors. I would start by look at any errors noted in your XF ACP under Tools > Logs > Server Error Log. If you don't see anything in the log, or even if you do, you can take that information to your host and they should be able to help from there.
 
Hmm okay, had few errors before and i thought it was nothing and deleted it..a novice mistake. Next time i will make sure i use the server logs to check with my host.
 
And in Webalizer i see Code 500 got many hits

Hits by Response Code
Code 200 - OK 97.57% 43364
Code 206 - Partial Content 0.00% 1
Code 301 - Moved Permanently 0.89% 396
Code 303 - See Other 0.33% 145
Code 304 - Not Modified 0.09% 38
Code 307 - Moved Temporarily 0.09% 42
Code 403 - Forbidden 0.14% 62
Code 404 - Not Found 0.38% 168
Code 405 - Method Not Allowed 0.00% 2
Code 500 - Internal Server Error 0.50% 224
 
Back
Top Bottom