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

2016-02-09 Thread jimssupp
It's brotli. Removing --add-module=/usr/local/src/ngx_brotli from 1.9.11 config, rebuilding, it's fixed. Runs ok. brotli's OK atm with 1.9.10, but not with 1.9.11 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

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

2016-02-09 Thread jimssupp
Hi starting wit a running nginx/1.9.10 on linux/64 simple build/upgrade to nginx/1.9.11; same config as before no errors in build nginx -v nginx version: nginx/1.9.11 but, systemctl start nginx.serviceJob for nginx.service failed. See "systemctl

Nginx configuration problem when splitting across front & backends, when using php ?

2016-01-03 Thread jimssupp
I installed an Nginx server this weekend. I got the Symfony PHP framework, and a test app, running on it, using php-fpm, and a simple all-in-one Nginx config. I'm trying to figure out splitting front- and back-ends using Nginx proxy. I set up a FrontEnd Nginx config server {