Re: upstream sent invalid status "-1 Copy failed" while reading response header from upstream

2014-11-04 Thread NaZz
Maxim Dounin Wrote: --- > From nginx point of view, "your upstream server" is _exact_ thing > to dig into. Sounds like this Nginx guy you are talking about is the type of guy who never wants to admit his mistakes. :D Posted at Nginx Forum: h

Re: RE: upstream sent invalid status "-1 Copy failed" while reading response header from upstream

2014-10-29 Thread NaZz
Okay, thank you...Sad story is that everything worked fine until I updated to latest Nginx version, that's why I came here. Oh well Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254279,254420#msg-254420 ___ nginx mailing list nginx@nginx.org

Re: upstream sent invalid status "-1 Copy failed" while reading response header from upstream

2014-10-29 Thread NaZz
I don't understand this "upstream" "upstream" "upstream backend server". The upstream is served by fastcgi - fpm.sock on my own server. How do I attend this problem? Where do I dig exactly? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254279,254412#msg-254412

Re: upstream sent invalid status "-1 Copy failed" while reading response header from upstream

2014-10-28 Thread NaZz
If its unrelated to nginx why are people suggesting to edit various settings in nginx.conf to fix this particular problem? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254279,254389#msg-254389 ___ nginx mailing list nginx@nginx.org http://m

Re: upstream sent invalid status "-1 Copy failed" while reading response header from upstream

2014-10-27 Thread NaZz
Where should I dig exactly? I am using Nginx with PHP-FPM and I have checked the logs but I can't find anything. Where do I dig? I thought this is connected to Nginx configuration? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254279,254327#msg-254327 _

Re: upstream sent invalid status "-1 Copy failed" while reading response header from upstream

2014-10-26 Thread NaZz
Hello, thank you for help. Yes I have already tried that. (tried putting it to client_max_body_size 20M;) My php post_max_size and max_upload_filesize are = 20M (for the sake of fixing this problem) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254276,254288#msg-254288 __

upstream sent invalid status "-1 Copy failed" while reading response header from upstream

2014-10-25 Thread NaZz
I have a joomla website and when I am trying to update a larger extension I get bad gateway (502) error. I am able to update all small (normal) extensions. I am getting this error in nginx error log: "upstream sent invalid status "-1 Copy failed" while reading response header from upstream" I ha