RE: Problem with http2 huge load average

2015-11-06 Thread Lukas Tribus
> Yes I know, > but it's very strange situation that can't understand. Code is the same, > nothing is changed. Only nginx version and http2 support on host. nginx 1.9.5 has a bug (#800): $server_protocol is empty on HTTP2. This is fixed in nginx 1.9.6, so with 1.9.6 PHP/FCGI for the first time see

Re: Problem with http2 huge load average

2015-11-05 Thread hristoc
Yes I know, but it's very strange situation that can't understand. Code is the same, nothing is changed. Only nginx version and http2 support on host. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262594,262629#msg-262629 ___ nginx mailing

Re: Problem with http2 huge load average

2015-11-05 Thread Valentin V. Bartenev
On Thursday 05 November 2015 12:08:16 hristoc wrote: > No, php eat my cpu but when I enable http/2.0 support. If http2 mode is off > everything is normal, I switch back to nginx 1.9.5 and worked fine with > http2. > You should check your php code. Probably, it does something strange when it sees

Re: Problem with http2 huge load average

2015-11-05 Thread hristoc
No, php eat my cpu but when I enable http/2.0 support. If http2 mode is off everything is normal, I switch back to nginx 1.9.5 and worked fine with http2. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262594,262620#msg-262620 ___ nginx mail

Re: Problem with http2 huge load average

2015-11-05 Thread Valentin V. Bartenev
On Wednesday 04 November 2015 05:08:49 hristoc wrote: > Hello, > > Im using nginx: > > nginx version: nginx/1.9.6 > built with OpenSSL 1.0.1p 9 Jul 2015 > TLS SNI support enabled > configure arguments: --prefix=/usr --sbin-path=/usr/sbin/nginx > --conf-path=/etc/nginx/nginx.conf --pid-path=/var/r

Problem with http2 huge load average

2015-11-04 Thread hristoc
Hello, Im using nginx: nginx version: nginx/1.9.6 built with OpenSSL 1.0.1p 9 Jul 2015 TLS SNI support enabled configure arguments: --prefix=/usr --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx --user=nobody --group=nogroup -