RE: nginx 1.9.5 & SPDY

2015-10-30 Thread Lukas Tribus
> I was under the impression that SPDY support had been dropped from > NGINX altogether - > however http://nginx.org/en/docs/http/ngx_http_core_module.html#listen > seems to suggest it might still be possible to select it. Yeah up until 1.9.4: > The spdy parameter (*1.3.15-1.9.4*) allows accept

nginx 1.9.5 & SPDY

2015-10-29 Thread CJ Ess
I was under the impression that SPDY support had been dropped from NGINX altogether - however http://nginx.org/en/docs/http/ngx_http_core_module.html#listen seems to suggest it might still be possible to select it. Which is correct? If its not possible to select SPDY it would have been nice to hav

Re: nginx 1.9.5 and realip

2015-09-29 Thread Francis Daly
On Sun, Sep 27, 2015 at 10:24:22AM -0700, Frank Liu wrote: Hi there, > Just tried latest 1.9.5 rpm that has realip module enabled. The > $remote_port variable becomes blank. Is that known? > Is there another way I can get the remote_port? I think that there is not. The connection comes from src

nginx 1.9.5 and realip

2015-09-27 Thread Frank Liu
Hi all, Just tried latest 1.9.5 rpm that has realip module enabled. The $remote_port variable becomes blank. Is that known? Is there another way I can get the remote_port? Thanks! Frank ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mai

Re: [nginx-announce] nginx-1.9.5

2015-09-26 Thread Kevin Worthington
Hello Nginx users, My apologies for the delay - I was at Nginx.Conf 2015 in San Francisco and my Windows machine was inaccessible in NY! Now available: Nginx 1.9.5 for Windows http://tiny.cc/nginxwin195 (32-bit and 64-bit versions) These versions are to support legacy users who are already

Re: nginx-1.9.5

2015-09-23 Thread locojohn
I am sorry, I found the answer to my own question: HTTP/2 uses SPDY as a jumping-off point. HTTP/2, however, uses a fixed Huffman code-based header compression algorithm, instead of SPDY's dynamic stream-based compression. This helps to reduce the potential for attacks on the protocol. Posted at

Re: nginx-1.9.5

2015-09-23 Thread locojohn
Maxim, How is compression of headers taking place when using the new http_v2 module? Does "spdy_headers_comp" directive have any replacement in the http_v2 module? I looked at the source code but couldn't find any info. Are headers compressed by default now? Andrejs Posted at Nginx Forum:

nginx-1.9.5

2015-09-22 Thread Maxim Dounin
Changes with nginx 1.9.5 22 Sep 2015 *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module). Thanks to Dropbox and Automattic for sponsoring this work. *) Change: now the "output_buffers" directive uses two