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
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
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
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
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
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
>./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