Questions tagged [502]

HTTP Error 502 Bad gateway

The HTTP Error 502 (Bad Gateway) is an HTTP status code, that means that one server received an invalid response from another server.

49 questions
-1
votes
1 answer

502 bad gateway after upgrading PHP5-FPM

I just upgraded php-fpm and my server has gone away with a 502 bad gateway I've been searching for solutions and came across some like this: https://stackoverflow.com/a/10470827/1612432 and this Getting 502 bad gateway after updating php to 5.5 But…
-1
votes
1 answer

Facebook error parsing input URL error 502 Bad Gateway

Any time when someone shares my website link onto facebook or twitter they get 502 Bad Gate way. I check the nginx error log to see whats going on and I got this. error1615#0: *2375 connect() failed (111: Connection refused) while connecting to…
Pablo Lopez
  • 111
  • 1
-2
votes
1 answer

nginx (latest) is not working together with spawn-fcgi

My OS: Debian 7 (latest) x64 My Domain: www.DeadalusHD.com My nginx-vhost: server { listen 80; ## listen for ipv4; this line is default and implied listen [::]:80 default_server ipv6only=on; ## listen for ipv6 root /online/www/dead-page/; …
Aebian
  • 23
  • 6
-3
votes
1 answer

nginx with php-fpm got 502 bad gateway on ubuntu server 12.04

I just don't know why i got a 502 error. Please help. you can visit here http://upliu.net/phpinfo.php phpinfo.php just has one line code: phpinfo(); but i got a 502 bad gateway error someone can help ? thanks Here are my configure…
1 2 3
4