Re: nginx-1.21.5

2021-12-30 Thread George
Maxim Dounin Wrote: --- > Hello! > > On Wed, Dec 29, 2021 at 11:30:04PM -0500, George wrote: > > > Thanks for PCRE2 support! > > > > From what I read Nginx 1.21.5 will default to PCRE2 if found or > fallback to > > PCRE if not > > > > You can

[njs] Improved discovery of OpenSSL libraries.

2021-12-30 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/9b112a44e540 branches: changeset: 1798:9b112a44e540 user: Dmitry Volyntsev date: Wed Dec 29 18:26:40 2021 + description: Improved discovery of OpenSSL libraries. Trying to link again the library using --cc-opt and --ld-opt before attempting

[njs] Configure: added --build-dir option.

2021-12-30 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/c714088503bc branches: changeset: 1797:c714088503bc user: Dmitry Volyntsev date: Wed Dec 29 17:20:09 2021 + description: Configure: added --build-dir option. diffstat: auto/help| 2 ++ auto/init| 16 auto/make

[njs] Tests: fixed "fs" tests with custom build directory.

2021-12-30 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/d11d962c40cd branches: changeset: 1796:d11d962c40cd user: Dmitry Volyntsev date: Wed Dec 29 17:19:55 2021 + description: Tests: fixed "fs" tests with custom build directory. diffstat: test/fs/methods.t.js | 16

[njs] Configure: fixed custom NJS_BUILD_DIR values support.

2021-12-30 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/1ad65f9d50f5 branches: changeset: 1795:1ad65f9d50f5 user: Dmitry Volyntsev date: Wed Dec 29 16:56:47 2021 + description: Configure: fixed custom NJS_BUILD_DIR values support. The issue was introduced in 4d4657128baf (0.7.1). This closes

[nginx] Events: fixed balancing between workers with EPOLLEXCLUSIVE.

2021-12-30 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/e2d07e4ec636 branches: changeset: 7992:e2d07e4ec636 user: Maxim Dounin date: Thu Dec 30 01:08:46 2021 +0300 description: Events: fixed balancing between workers with EPOLLEXCLUSIVE. Linux with EPOLLEXCLUSIVE usually notifies only the process

[nginx] Version bump.

2021-12-30 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/57581198e51e branches: changeset: 7991:57581198e51e user: Maxim Dounin date: Wed Dec 29 22:59:53 2021 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines):

Stream metrics at request level

2021-12-30 Thread Richa Gaur
Hello, I am using nginx as an L4 load balancer. I need to expose some stream level metrics like throughput etc. I am using nginx-module-stream-sts for calculating metrics. However, this module operates at nginx-stream-log-phase which is called

Re: Help request about Log4j attack attempts and NGINX logs meaning

2021-12-30 Thread lists
This is the list of effected programs. https://github.com/cisagov/log4j-affected-db/blob/develop/SOFTWARE-LIST.md   Original Message   From: ma...@nginx.com Sent: December 29, 2021 11:21 PM To: mauro.trid...@cmcc.it Reply-to: nginx@nginx.org Cc: nginx@nginx.org Subject: Re: Help

Re: Help request about Log4j attack attempts and NGINX logs meaning

2021-12-30 Thread Mauro Tridici
Hello Maxim, Thank you for your reply. This is the information that I need :) Mauro > On 30 Dec 2021, at 08:20, Maxim Konovalov wrote: > > Mauro, > > Unless you use somewhere in your stack log4j vulnerable software (nginx is > not) I don't see anything significant to worry about. > > Maxim

Re: Using single persistent socket to send subrequests

2021-12-30 Thread Maxim Dounin
Hello! On Thu, Dec 30, 2021 at 07:58:33AM +, Devashi Tandon wrote: > upstream ext-authz-upstream-server { > server 172.20.10.6:9006; > keepalive 4; > } [...] > However, when I create 100 simultaneous connections, they are > all sent via a different

Re: nginx-1.21.5

2021-12-30 Thread Maxim Dounin
Hello! On Wed, Dec 29, 2021 at 11:30:04PM -0500, George wrote: > Thanks for PCRE2 support! > > From what I read Nginx 1.21.5 will default to PCRE2 if found or fallback to > PCRE if not > > You can disable PCRE2 default by passing --without-pcre2 flag - which works > fine and > > ldd $(which