[nginx] Proxy: added the "proxy_ssl_protocols" directive.

2013-09-19 Thread Andrei Belov
details: http://hg.nginx.org/nginx/rev/7c1f4977d8a0 branches: changeset: 5385:7c1f4977d8a0 user: Andrei Belov date: Thu Sep 19 18:30:33 2013 +0400 description: Proxy: added the "proxy_ssl_protocols" directive. diffstat: src/http/modules/ngx_http_proxy_modu

[nginx] Increased default value of variables_hash_max_size.

2014-03-25 Thread Andrei Belov
details: http://hg.nginx.org/nginx/rev/d0e75244a18a branches: changeset: 5623:d0e75244a18a user: Andrei Belov date: Tue Mar 25 18:49:28 2014 +0400 description: Increased default value of variables_hash_max_size. diffstat: src/http/ngx_http_core_module.c | 2 +- 1 files changed

Re: newrelic binding support in nginx

2015-07-15 Thread Andrei Belov
Hello Sabith, could you please direct this question to the newrelic-supp...@nginx.com email? I've just added your email to the whitelist. Thanks! PS: this mailing list is for nginx development related questions only. > On 16 Jul 2015, at 02:17, sabith ks

[nginx] Fixed typo in the error message.

2015-08-11 Thread Andrei Belov
details: http://hg.nginx.org/nginx/rev/808fd1f0b94b branches: changeset: 6219:808fd1f0b94b user: Andrei Belov date: Tue Aug 11 10:28:00 2015 +0300 description: Fixed typo in the error message. diffstat: src/core/ngx_open_file_cache.c | 2 +- 1 files changed, 1 insertions(+), 1

[nginx] Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.

2016-06-20 Thread Andrei Belov
details: http://hg.nginx.org/nginx/rev/2c7b488a61fb branches: changeset: 6592:2c7b488a61fb user: Andrei Belov date: Mon Jun 20 10:41:17 2016 +0300 description: Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets. diffstat: auto/unix | 13

Re: [nginx] Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.

2016-07-05 Thread Andrei Belov
Hi Lukas, > On 06 Jul 2016, at 01:49, Lukas Tribus wrote: > >>> if (setsockopt(s, IPPROTO_IP, IP_BIND_ADDRESS_NO_PORT >> Isn't this a SOL_IP socket option? > > Actually SOL_IP and IPPROTO_IP are the same thing, so it doesn't make any > difference. Correct. And yes, it does cover IPv6 as well

[PATCH] Linux packages: key verification command adjusted

2022-10-10 Thread Andrei Belov
# HG changeset patch # User Andrei Belov # Date 1665416594 -14400 # Mon Oct 10 19:43:14 2022 +0400 # Node ID 6bc630596c063fb7c85a35ff6173e75d3ca1982e # Parent 9708787aafc70744296baceb2aa0092401a4ef34 Linux packages: key verification command adjusted. diff --git a/xml/en/linux_packages.xml