Re: Any rough ETA on SPDY/3 & push?

2013-11-14 Thread Piotr Sikora
Hey, >> spdy/2 support has been removed from the Firefox code base ( >> https://bugzilla.mozilla.org/show_bug.cgi?id=912550 ) and >= Firefox 27 will >> only support >= spdy/3. Firefox 27 will be released in January 2014 ( >> https://wiki.mozilla.org/RapidRelease/Calendar ) so there is some urgency

Proxy buffering

2013-11-14 Thread Andrew Tynefield
Hello all, I've configured nginx as a load balancing proxy for my backend servers. My backend is expecting multi-part uploads for large files in small chunks (5-15mb). The issue I'm encountering, is that I would like for nginx to just pass the chunked data along to the backend servers and not buff

Re: Any rough ETA on SPDY/3 & push?

2013-11-14 Thread Alex
> spdy/2 support has been removed from the Firefox code base ( > https://bugzilla.mozilla.org/show_bug.cgi?id=912550 ) and >= Firefox 27 will > only support >= spdy/3. Firefox 27 will be released in January 2014 ( > https://wiki.mozilla.org/RapidRelease/Calendar ) so there is some urgency in > gett

Random 502 bad gateway with php-fpm, why?

2013-11-14 Thread justin
My PHP application went down for a few hours with 502 bad gateway. In the nginx error log all I see is: 2013/11/14 10:02:16 [error] 1466#0: *57964 recv() failed (104: Connection reset by peer) while reading response header from upstream I fixed it by restarting php-fpm. However, what caused this?

Re: SPDY + proxy cache static content failures

2013-11-14 Thread JStl
Hi, I have the same problem (nginx 1.4.3) when spdy is enabled and proxy cache too (with apache2 behind). Any news about this bug ? I would really like to be able to activate SPDY... Thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,233497,244667#msg-244667 _

Re: Nagios check for nginx with separate metrics

2013-11-14 Thread Nikolaos Milas
On 14/11/2013 12:00 πμ, Francis Daly wrote: If*everyone* who writes a checker provides multiple metrics at once, that kind of suggests that a single metric at a time isn't all that important. I won't disagree, you need to correlate metrics, but you cannot graph them as a function of time if

Re: sidebar menu + directory listing

2013-11-14 Thread itpp2012
ge...@riseup.net Wrote: --- > maybe I'll just write a small script using tree -H to output a > directory listing into static html, and serve this just as html. > Clever doing it like this? http://wiki.nginx.org/NgxFancyIndex Posted at Nginx