Tagged Questions
0
votes
1answer
505 views
Communication failure between nginx and PHP-FPM
I've received my very first VPS just today, and wanted to install a nginx + PHP + MariaDB setup on it.
And, well, I actually did it, but I've got a problem configuring it.
Getting nginx to serve a ...
0
votes
3answers
910 views
Nginx 502 bad gateway
Could someone help me i get the 502 bad gateway every few seconds
The server is running on vps on debian with quadcore and 3g ram
here is the kind of error i can in the nginx log :
2012/07/23 ...
1
vote
1answer
1k views
Resource temporarily unavailable while connecting to upstream (php5-fpm)
I frequently get this error on random pages when the are like ~+10K connections (netstat -an |grep 80 |wc -l). This happens while there is still +10GB of free memory and server load is less than 3.
...
2
votes
2answers
2k views
Finding Nginx/PHP-FPM bottleneck that is causing random 502 gateway errors
I work for a rather busy internet site that is often gets very large spikes of traffic. During these spikes hundreds of pages per second are requested and this produces random 502 gateway errors.
Now ...
4
votes
1answer
4k views
Nginx + PHP-FPM = “Random” 502 Bad Gateway
I am running Nginx and proxying php requests via FastCGI to PHP-FPM for processing. I will randomly receive 502 Bad Gateway error pages - I can reproduce this issue by clicking around my PHP websites ...