Re: Broken pipe while sending request to upstream

2013-09-17 Thread Claudio
Hi Maxim. Maxim Dounin Wrote: --- > As long as a connection is closed before nginx is able to get a > response - it looks like a problem in your backend. Normally such > connections need lingering close to make sure a client has a chance > to

Re: nginx-1.5.5 (corrected URL)

2013-09-17 Thread Kevin Worthington
Hello Nginx users, (corrected link below) Now available: Nginx 1.5.5 for Windows http://goo.gl/mHIAeL (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announc

Re: nginx-1.5.5

2013-09-17 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.5.5 for Windows http://goo.gl/TglvA0 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements are also availab

Re: Broken pipe while sending request to upstream

2013-09-17 Thread Maxim Dounin
Hello! On Tue, Sep 17, 2013 at 11:11:05AM -0400, Claudio wrote: > Hi. > > I've set up nginx as a proxy for a jetty service. Works nicely, most of the > time, except > > ... when issuing a (somewhat) larger POST request to some entity which is > protected by HTTP Basic access authentication. >

Broken pipe while sending request to upstream

2013-09-17 Thread Claudio
Hi. I've set up nginx as a proxy for a jetty service. Works nicely, most of the time, except ... when issuing a (somewhat) larger POST request to some entity which is protected by HTTP Basic access authentication. The web app responds with a 401 immediately, probably closing the connection right

nginx-1.5.5

2013-09-17 Thread Maxim Dounin
Changes with nginx 1.5.5 17 Sep 2013 *) Change: now nginx assumes HTTP/1.0 by default if it is not able to detect protocol reliably. *) Feature: the "disable_symlinks" directive now uses O_PATH on Linux. *) Feature: now nginx uses EPOLLR

Re: How can I use get arguments of POST-request in own module?

2013-09-17 Thread Aleus Essentia
Some mistake in subject: *"use arguments" without "get". Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242908,242909#msg-242909 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

How can I use get arguments of POST-request in own module?

2013-09-17 Thread Aleus Essentia
Hello! I develop some module and I need recieve POST-request's arguments. GET-request and HTTP-header easy to use but how may POST-request were used I don't know... Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242908,242908#msg-242908 ___