Re: Nginx 1.12.1 Memory Consumption

2018-03-19 Thread Peter Booth
gt;> and cat /var/meminfo to view a detailed description of how memory is being >> used onto entire host. >> >> >> >>> On Mar 14, 2018, at 1:05 PM, Matthew Smith wrote: >>> >> >>> Hello, >>> >>> I have encountered what I cons

Re: Nginx 1.12.1 Memory Consumption

2018-03-19 Thread Maxim Konovalov
Hi Matthew, On 19/03/2018 17:38, Matthew Smith wrote: > Hello, > > The host has 30G total memory. Nginx usage is being measured by > summing the Pss values from /proc/$pid/smaps for all worker processes. > > Do you have any suggestions for differentiating between the two > issues that might prev

Re: Nginx 1.12.1 Memory Consumption

2018-03-19 Thread Matthew Smith
onfirm the process’s memory consumption, > > and cat /var/meminfo to view a detailed description of how memory is > being used onto entire host. > > > On Mar 14, 2018, at 1:05 PM, Matthew Smith > wrote: > > Hello, > > I have encountered what I consider to be an inter

Re: Nginx 1.12.1 Memory Consumption

2018-03-15 Thread Peter Booth
description of how memory is being used onto entire host. > On Mar 14, 2018, at 1:05 PM, Matthew Smith wrote: > > Hello, > > I have encountered what I consider to be an interesting behavior. We have > Nginx 1.12.1 configured to do SSL termination as well as reverse proxy. >

Re: Nginx 1.12.1 Memory Consumption

2018-03-14 Thread Maxim Dounin
Hello! On Wed, Mar 14, 2018 at 05:05:42PM +, Matthew Smith wrote: > I have encountered what I consider to be an interesting behavior. We have > Nginx 1.12.1 configured to do SSL termination as well as reverse proxy. > Whenever there is a traffic spike (300 req/s > 1000 req/

Nginx 1.12.1 Memory Consumption

2018-03-14 Thread Matthew Smith
Hello, I have encountered what I consider to be an interesting behavior. We have Nginx 1.12.1 configured to do SSL termination as well as reverse proxy. Whenever there is a traffic spike (300 req/s > 1000 req/s, 3k active connections > 20k active connections), there is a corresponding sp

Re: nginx-1.12.1 ssl_session_timeout overwritten by default_server

2017-09-06 Thread Maxim Dounin
Hello! On Wed, Sep 06, 2017 at 12:15:33PM +0200, Chase Sillevis via nginx wrote: > Today I ran into the case that the value for > ssl_session_timeout was overwritten by a different server block > (namely, the one with default_server). After asking around in > the IRC, it seems that this is mor

nginx-1.12.1 ssl_session_timeout overwritten by default_server

2017-09-06 Thread Chase Sillevis via nginx
Hi Nginx, Today I ran into the case that the value for ssl_session_timeout was overwritten by a different server block (namely, the one with default_server). After asking around in the IRC, it seems that this is more or less expected behaviour (“I suspect as TLS/SSL is done before HTTP protocol

Unable to compile Nginx 1.12.1 with ModSecurity

2017-08-25 Thread cozmo
Hello, We have been using Nginx with ModSecurity for some time. We are moving from Nginx 1.10 to 1.12. Following the same receipe as always, compiling Nginx 1.12.1 with ModSecurity 2.9.2 now gives error: cc: error: /home/rpmbuild/modsecurity-2.9.2/nginx/modsecurity/../../standalone/.libs

Re: [nginx-announce] nginx-1.12.1

2017-07-15 Thread Kevin Worthington
Hello Nginx users, (I forgot to send this out the other day...) Now available: Nginx 1.12.1 for Windows https://kevinworthington.com/nginxwin1121 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported

nginx-1.12.1

2017-07-11 Thread Maxim Dounin
Changes with nginx 1.12.111 Jul 2017 *) Security: a specially crafted request might result in an integer overflow and incorrect processing of ranges in the range filter, potentially resulting in sensitive information leak (CVE-2017-7529