Re: Bug in 1.9.14 or something else?

2016-04-10 Thread jshare
If I disable http/2, I can login - good call! I enabled the debug.log to compare the output with http/2 enabled and disabled, but when I compare the two side by side, nothing jumps out at me. Aside from the time and a few numbers, the two log sections are identical. What should I be looking for?

Bug in 1.9.14 or something else?

2016-04-06 Thread jshare
I'm running a WordPress 4.4.2-based membership site on Ubuntu 12.04 LTS with PHP 5.6.20. After upgrading to 1.9.14 (compiling from source with no errors or warnings), I could no longer log in to my site, using Firefox/Chrome/IE. Trying to login didn't timeout. Instead, fairly quickly, I would get

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-18 Thread jshare
With the release of ngx_pagespeed 1.10.33.5, I'm no longer having any make issues with 1.9.11 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264422,264581#msg-264581 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/lis

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-11 Thread jshare
>./configure --with-cc-opt="-Wno-write-strings" ... When I tried this, I get: Starting nginx: nginx: [emerg] unknown directive "charset" in /etc/nginx/nginx.conf:15 nginx: configuration file /etc/nginx/nginx.conf test failed But I just saw your other reply re the ngx_pagespeed changeset, s

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-10 Thread jshare
I also get a compile error related to Pagespeed: -o objs/addon/src/ngx_message_handler.o \ /root/ngx_pagespeed-release-1.10.33.4-beta/src/ngx_message_handler.cc cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -march=i686 -D_GLIBCXX_USE_CXX

Re: Chrome says both HTTP/2 and SPDY being used?

2015-10-09 Thread jshare
Thanks Andrew, I submitted a bug report to Google Posted at Nginx Forum: http://forum.nginx.org/read.php?2,262077,262081#msg-262081 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Chrome says both HTTP/2 and SPDY being used?

2015-10-09 Thread jshare
I always compile nginx from source. I upgraded to 1.9.5 by including the http2 module and not the spdy module, made the simple http2 change to my conf while removing all spdy-related declarations ,and HTTP/2 is now working. Sweet. However, when I use Chrome to inspect pages on my site at https://j