Author Topic: 104: Connection reset by peer  (Read 7374 times)

0 Members and 1 Guest are viewing this topic.

Offline Joshy Dick

  • Newbie
  • *
  • Posts: 1
    • View Profile
104: Connection reset by peer
« on: January 22, 2015, 04:50:28 AM »
Hello,

i updated my site and switched to the latest version of TP.
Now my site got broke and i had to restart php-fpm - using Nginx as webserver and php-fastcgi.

The error.log shows up following:

Code: [Select]
2015/01/22 11:47:16 [error] 7116#0: *390 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 123.123.123.123, server: domain.com, request: "GET /tp/img.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "domain.com", referrer: "http://domain.com/"
2015/01/22 11:51:32 [error] 7190#0: *343 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 123.123.123.123, server: domain.com, request: "GET /tp/img.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "domain.com", referrer: "http://domain.com/some/nice-url-url/"
2015/01/22 11:56:50 [error] 7318#0: *49 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 123.123.123.123, server: domain.com, request: "GET /tp/img.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "domain.com", referrer: "http://domain.com/"
2015/01/22 12:03:06 [error] 7317#0: *482 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 123.123.123.123, server: domain.com, request: "GET /tp/img.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "domain.com", referrer: "http://domain.com/some/nice-url-url/"

Any idea how to fix this? Tried some suggestions from stackoverflow.com (set "fastcgi_read_timeout 300; fastcgi_send_timeout 300;") but did not solved this issue.

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: 104: Connection reset by peer
« Reply #1 on: January 28, 2015, 01:43:40 AM »