The 504 tag has no wiki summary.
0
votes
1answer
51 views
504 bad gateway with Nginx
I have a J2EE application hosted on a linux VPS server. I use nginx as the web server and tomcat6 as the application server. At times, the website keeps waiting to load or sometimes even throws a 504 ...
0
votes
1answer
94 views
Nginx 504 Time out when zipping/unzipping and moving files
We're getting a 504 time out in Wordpress with a feature we have attached to "publish post" which takes an attacked zip file, unzips it, moves the unzipped files to s3, makes a new Zip and moves that ...
0
votes
1answer
220 views
nginx, gunicorn and django weird 504 gateway timeout
I have an nginx / gunicorn / django setup as follows:
Nginx
server {
listen 80;
server_name myserver.com;
root /www/python/apps/pyapp/;
access_log ...
0
votes
1answer
153 views
nginx crashes on ssl after about a minute
Here are my configuration files
ssl.conf
# HTTPS server
#
server {
listen 443 ssl;
server_name api.domain.com;
error_log /var/log/nginx/api.error.log;
location / {
...
0
votes
1answer
4k views
How do I increase FastCGI read timeout to prevent 504 error on nginx?
I am running a file with considerable amount of coding. It takes approximately 55 seconds to process 500 users, but now I have to process 1000 users. The default timeout is 60 seconds, so I have to ...
0
votes
0answers
263 views
504 and 502 with cherokee reverse proxy to php server
Im running Cherokee as a reverse proxy to a server running a php web application and am getting lots of 502 and 504 errors.
The issues seems to only happen with image uploads but is not tied to a ...
1
vote
1answer
404 views
HAProxy Specific URI
So my HAProxy configuration is similar to this.
listen webaustin 0.0.0.0:80
mode http
timeout connect 12000
timeout server 60000
timeout queue 120000
balance roundrobin
...
0
votes
3answers
2k views
Error 504 Gateway timeout
I would like to know if an error 504 Gateway timeout always come from the load balancer or it can also be originated from Apache and the PHP code it's running ?
Thanks
1
vote
3answers
1k views
504 Gateway Time-Out after publishing on a Nginx-Apache-WordPress platform
I've set up a blog with WordPress and with Nginx acting as a proxy reverse for Apache. Everything goes really well, but there's a little problem.
When I write a new post, I can save the draft and ...
0
votes
1answer
771 views
Simulate 502 & 504 on nginx
Is there any way to simulate these errors? I created some custom files for it, but I want to be sure that are displayed correctly. I made different message for every vhost.
Thank you in advance.