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

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

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

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

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

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

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

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: 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

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.