Re: problems with building nginx 1.9.11 ( with pagespeed )

2016-02-11 Thread steve
Sorry! On 02/12/2016 12:04 PM, steve wrote: Server debian jessie, and I'm using the same build script ( which does include 3rd party stuff ) a 1.9.10 which built flawlessly To get it to build at all, I had to add the option ' -Wno-write-strings' to the CFLAGS in objs/Makefile, and the res

problems with building nginx 1.9.11 ( with pagespeed )

2016-02-11 Thread steve
Server debian jessie, and I'm using the same build script ( which does include 3rd party stuff ) a 1.9.10 which built flawlessly To get it to build at all, I had to add the option ' -Wno-write-strings' to the CFLAGS in objs/Makefile, and the resultant executable resulted in the current con

Re: i'm getting following error when compiling nginx 1.8.1

2016-02-11 Thread Yichun Zhang (agentzh)
Hello! On Thu, Feb 11, 2016 at 2:43 AM, Deeptha wrote: > /root/rpmbuild/SOURCES/modules/nginx_tcp_proxy_module-master/ngx_tcp_session.c > /root/rpmbuild/SOURCES/modules/nginx_tcp_proxy_module-master/ngx_tcp_session.c: > In function 'ngx_tcp_send': > /root/rpmbuild/SOURCES/modules/nginx_tcp_proxy_m

Re: Intermittent SSL Handshake Errors

2016-02-11 Thread piyushmalhotra
I am facing the same problem. I had one ssl certificate setup for the following domains: firstdomain.com *.firstdomain.com a.firstdomain.com b.firstdomain.com a.seconddomain.com b.seconddomain.com When i read that it could be due to multiple different domains using the same ssl certificate, i rem

Nginx and conditional proxy_next_upstream directive

2016-02-11 Thread dontknowwhoiam
I want nginx to prevent trying the next upstream if the request is a POST request and the request just timed out. POSTs should only be repeated on error. I tried this config to implement it: if ($request_method = POST) { proxy_next_upstream error; } But this fails with: nginx: [emerg] "proxy_n

i'm getting following error when compiling nginx 1.8.1

2016-02-11 Thread Deeptha
following is the error message /root/rpmbuild/SOURCES/modules/nginx_tcp_proxy_module-master/ngx_tcp_session.c /root/rpmbuild/SOURCES/modules/nginx_tcp_proxy_module-master/ngx_tcp_session.c: In function 'ngx_tcp_send': /root/rpmbuild/SOURCES/modules/nginx_tcp_proxy_module-master/ngx_tcp_session.c:3

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