Re: nginx-1.9.7

2015-11-18 Thread Frank Liu
Great, thanks! On Wednesday, November 18, 2015, itpp2012 wrote: > A simple 'hack', compiles and works, untested if port is coming from > correct > pool. > > http://pastebin.com/ZarS2nQd > Raw code http://pastebin.com/raw.php?i=ZarS2nQd > > Posted at Nginx Forum: > https://forum.nginx.org/read.ph

Re: nginx-1.9.7

2015-11-18 Thread itpp2012
A simple 'hack', compiles and works, untested if port is coming from correct pool. http://pastebin.com/ZarS2nQd Raw code http://pastebin.com/raw.php?i=ZarS2nQd Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262876,262924#msg-262924 ___ ngin

Re: nginx-1.9.7

2015-11-17 Thread Maxim Dounin
Hello! On Tue, Nov 17, 2015 at 10:20:33AM -0800, Frank Liu wrote: > How do I get the original client port? Do we need another new feature like > $realip_remote_port? No way as of now. If there is a good use case, we may consider adding something like $realip_remote_port. -- Maxim Dounin http

Re: nginx-1.9.7

2015-11-17 Thread Frank Liu
Congrats on the new release and thanks for adding $realip_remote_addr new feature! How do I get the original client port? Do we need another new feature like $realip_remote_port? Frank On Tue, Nov 17, 2015 at 7:13 AM, Maxim Dounin wrote: > Changes with nginx 1.

Re: nginx-1.9.7

2015-11-17 Thread Peter Portante
Great news! Installed and running on our site, nohostname works like a champ now. I now see "nginx" as the syslog "programname" in my queries. Thank you for such a quick turn-around! -peter On Tue, Nov 17, 2015 at 10:13 AM, Maxim Dounin wrote: > C

Re: [nginx-announce] nginx-1.9.7

2015-11-17 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.9.7 for Windows http://tiny.cc/nginxwin197 (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

nginx-1.9.7

2015-11-17 Thread Maxim Dounin
Changes with nginx 1.9.7 17 Nov 2015 *) Feature: the "nohostname" parameter of logging to syslog. *) Feature: the "proxy_cache_convert_head" directive. *) Feature: the $realip_remote_addr in the ngx_http_realip_module.