[ANN] ngx_openresty stable version 1.4.3.6 released

2013-11-20 Thread Yichun Zhang (agentzh)
Hello! I just released a new stable version for ngx_openresty, 1.4.3.6, which includes the latest official fix for the security issue CVE-2013-4547 in the Nginx core: http://openresty.org/#Download Best regards, -agentzh ___ nginx mailing list ngi

Re: Clean-URL rewrite rule with nested "location" and alias directive

2013-11-20 Thread Ben Johnson
On 11/20/2013 4:10 AM, Francis Daly wrote: >> I think that you're exactly right. I had tried try_files first, but was >> unable to get it to work given that this site a) must be accessed via a >> "subdirectory" relative to the domain-root URL, and b) is comprised of >> files that live in a "priv

Nginx Websocket proxy with Microsoft IE 10 client

2013-11-20 Thread Alder Network
Is that a known issue? Any remedy available? Thanks, - Alder ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: [nginx-announce] nginx-1.4.4

2013-11-20 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.4.4 for Windows http://goo.gl/XQLTvR (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: nginx-1.5.7

2013-11-20 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.5.7 for Windows http://goo.gl/sZYAx9 (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

UDPLog, multiple locations

2013-11-20 Thread Markus Jelsma
Hi, We're about to use the UDP log module from multiple locations to send log entries to Flume. But we stumbled upon the issue [1] that UDP log is having trouble working when multiple locations are involved. There has been no action on that issue for quite some time. Anyone here that fixed the

Re: [PATCH] Mark HTTP chunk terminator to be flushed

2013-11-20 Thread Maxim Dounin
Hello! On Wed, Nov 20, 2013 at 12:50:00AM -0800, John Watson wrote: > This really only affects SSL connections, where if the buffer with > chunk terminator is copied into the SSL buffer by itself. Since the > new SSL buffer has not reached 16k, it's not flushed thus causing a > delay in the clien

Re: Clean-URL rewrite rule with nested "location" and alias directive

2013-11-20 Thread Francis Daly
On Tue, Nov 19, 2013 at 05:48:59PM -0500, Ben Johnson wrote: > On 11/19/2013 3:39 PM, Francis Daly wrote: Hi there, > :) I'm using nginx-1.1.19, because that's what's bundled with Ubuntu It's good to know that this configuration works on older versions too. > > I think that the problem may be d

[PATCH] Mark HTTP chunk terminator to be flushed

2013-11-20 Thread John Watson
This really only affects SSL connections, where if the buffer with chunk terminator is copied into the SSL buffer by itself. Since the new SSL buffer has not reached 16k, it's not flushed thus causing a delay in the client seeing it. flush_chunk_terminator.patch Description: Binary data _