Re: invalid config accepted because allocation patterns

2015-08-17 Thread Maxim Dounin
Hello! On Sun, Aug 16, 2015 at 05:28:34PM +0300, Markus Linnala wrote: > Sometimes nginx accepts invalid configuration. > > Like: > > <> > worker_processes 1; > > events { > worker_connections 1024; > } > > http { >map $http_host $tp_x_forwarded_for { > default "a"; >} >

Re: [PATCH] guard against zero length root

2015-08-17 Thread Maxim Dounin
Hello! On Sun, Aug 16, 2015 at 02:26:59PM +0300, Markus Linnala wrote: > # HG changeset patch > # User Markus Linnala > # Date 1439724126 -10800 > # Sun Aug 16 14:22:06 2015 +0300 > # Node ID ca63e42fe06db68c9c85ed5d4140cb682c60d300 > # Parent 3b6d69857de22eb03b479223727c365e9035882b > gua

Re: HTTP/2: response is not gzip-compressed

2015-08-17 Thread Valentin V. Bartenev
On Saturday 15 August 2015 08:23:45 Tatsuhiko Kubo wrote: > Hello. > > I have been trying patch.http2-v2_1.9.3.txt. > A response does not seem to be gzip-compressed even though gzip > directive is enabled. [..] Thank you for the report. It will be fixed in the next version of the patch. wbr, V

[nginx] Sub filter: support of multiple strings to replace.

2015-08-17 Thread Dmitry Volyntsev
details: http://hg.nginx.org/nginx/rev/b9447fc457b4 branches: changeset: 6228:b9447fc457b4 user: Dmitry Volyntsev date: Mon Aug 17 17:42:02 2015 +0300 description: Sub filter: support of multiple strings to replace. diffstat: src/http/modules/ngx_http_sub_filter_module.c | 433 ++

[nginx] Sub filter: support of variables in the strings to replace.

2015-08-17 Thread Dmitry Volyntsev
details: http://hg.nginx.org/nginx/rev/2c045e5b8291 branches: changeset: 6229:2c045e5b8291 user: Dmitry Volyntsev date: Mon Aug 17 17:42:02 2015 +0300 description: Sub filter: support of variables in the strings to replace. diffstat: src/http/modules/ngx_http_sub_filter_module.c |

[nginx] Win32: MSVC 2015 compatibility.

2015-08-17 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/2a621245f4cf branches: changeset: 6230:2a621245f4cf user: Maxim Dounin date: Mon Aug 17 18:09:17 2015 +0300 description: Win32: MSVC 2015 compatibility. Resolved warnings about declarations that hide previous local declarations. Warnings about

[nginx] Updated OpenSSL used for win32 builds.

2015-08-17 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/5def760fe95e branches: changeset: 6231:5def760fe95e user: Maxim Dounin date: Mon Aug 17 18:09:20 2015 +0300 description: Updated OpenSSL used for win32 builds. Note that as of OpenSSL 1.0.0, the "ms\do_ms" script (previously documented to be us