Re: Nginx waiting connections growing

2015-09-16 Thread Bruno Prémont
Hello Maxim, On Wed, 16 Sep 2015 18:20:56 +0300 Maxim Dounin wrote: > On Wed, Sep 16, 2015 at 03:33:13PM +0200, Bruno Prémont wrote: > > > Seeing the same issue here, running nginx-1.8 (compiled for i586, > > against openssl-1.0.1p). > > > > Some workers do complain shortly after the daily SIGHU

Re: http2

2015-09-16 Thread Maxim Konovalov
On 9/16/15 8:05 PM, Reinis Rozitis wrote: >> From: Sarah Novotny >> >> Hi! >> >> HTTP/2 is available currently for NGINX open source as a patch >> https://www.nginx.com/blog/early-alpha-patch-http2/ and will be >> included in the next open source release of mainline. >> >> sarah > > > Thx for cla

Re: http2

2015-09-16 Thread Reinis Rozitis
From: Sarah Novotny Hi! HTTP/2 is available currently for NGINX open source as a patch https://www.nginx.com/blog/early-alpha-patch-http2/ and will be included in the next open source release of mainline. sarah Thx for clarification .. Somehow have missed this blog entry and the whole "pa

Re: http2

2015-09-16 Thread Patrick Nommensen
On Wed, Sep 16, 2015 at 9:51 AM, Reinis Rozitis wrote: > Hello, > will the HTTP/2 support land also in the community edition or only stay as > a nginx-plus feature? > HTTP/2 is already 100% open source. It will be committed to the base very soon. https://www.nginx.com/blog/early-alpha-patch-htt

Re: http2

2015-09-16 Thread Sarah Novotny
Hi! HTTP/2 is available currently for NGINX open source as a patch https://www.nginx.com/blog/early-alpha-patch-http2/ and will be included in the next open source release of mainline. sarah > On Sep 16, 2015, at 9:51 AM, Reinis Rozitis

http2

2015-09-16 Thread Reinis Rozitis
Hello, will the HTTP/2 support land also in the community edition or only stay as a nginx-plus feature? rr ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx waiting connections growing

2015-09-16 Thread Maxim Dounin
Hello! On Wed, Sep 16, 2015 at 03:33:13PM +0200, Bruno Prémont wrote: > Seeing the same issue here, running nginx-1.8 (compiled for i586, > against openssl-1.0.1p). > > Some workers do complain shortly after the daily SIGHUP to reload > configuration and rotate logs: > 2015/09/02 10:07:14 [notic

Re: Nginx waiting connections growing

2015-09-16 Thread Bruno Prémont
Hello Maxim, Seeing the same issue here, running nginx-1.8 (compiled for i586, against openssl-1.0.1p). Some workers do complain shortly after the daily SIGHUP to reload configuration and rotate logs: 2015/09/02 10:07:14 [notice] 18162#0: exiting 2015/09/02 10:07:14 [alert] 18162#0: *1471655 open

Re: reverse proxy + basic authentication

2015-09-16 Thread Steve Wilson
Adding the below should remove any authentication headers in the request to the backend server(s). proxy_set_header "Authorization" ""; Steve. On 15/09/2015 14:33, derp14 wrote: Hello, Please excuse me if this has been asked/solved before. I've searched an answer for some good hours but have

Re: nginx IETF RFC21266 Compliance - 'Proxy-Connection'

2015-09-16 Thread Steve Wilson
At risk of repeating previous advice, see below ... Original Message Subject: Re: nginx RFC21266 Compliance - 'Proxy-Connection' Date: 25/08/2015 21:21 From: Steve Wilson To: nginx@nginx.org Reply-To: nginx@nginx.org Looking at https://en.wikipedia.org/wiki/List_of_HTTP_header

Re: Nginx waiting connections growing

2015-09-16 Thread Maxim Dounin
Hello! On Wed, Sep 16, 2015 at 06:09:24AM -0400, kamalakarv wrote: > I have one more question > > 24360 ?Ss 0:00 nginx: master process /etc/nginx/sbin/nginx > 10479 ?S 0:06 \_ nginx: worker process > > > ls -l /proc/10479/fd | wc -l > 95 > > Active connection

Re: Nginx waiting connections growing

2015-09-16 Thread kamalakarv
I have one more question 24360 ?Ss 0:00 nginx: master process /etc/nginx/sbin/nginx 10479 ?S 0:06 \_ nginx: worker process > ls -l /proc/10479/fd | wc -l 95 Active connections: 551 server accepts handled requests 69542 69542 79078 Reading: 0 Writing: 2 Waiting:

Nginx waiting connections growing

2015-09-16 Thread kamalakarv
Hi All, Active connections: 551 server accepts handled requests 69542 69542 79078 Reading: 0 Writing: 2 Waiting: 524 After I have moved my server from 32 bit Ubuntu 11.04 to Ubuntu 64bit 12.04 and I am observing they is sudden rise in the Waiting and Active connections and these values are gr