Re: How to enable OCSP stapling when default server is self-signed?

2015-04-07 Thread bughunter
Maxim Dounin Wrote: --- > Hello! > > On Tue, Apr 07, 2015 at 12:26:23AM -0400, bughunter wrote: > > [...] > > > > > So how do I enable OCSP stapling for my vhosts when the default > > > server cert > > > > is self-signed? This seems like a pot

limit_rate for POST targets ?

2015-04-07 Thread jb
Is there a module that does throttled reading for POST and works the same way as limit_rate does for GET (per stream, X bytes per second). I got some kind of throttle effect by putting a usleep() into the os/unix/ngx_recv.c file reader, but I want to use something that works the same way as limit_

Re: Basic HTTP auth prompting too many times

2015-04-07 Thread E.B.
> After some time, browsers begin to prompt for authentication > over > and over again (I guess once for every image, stylesheet, > script, etc?). > Or maybe it is prompting because the credentials failed, but > I don't > think so because if I hit cancel/ESC over and over again, I > can use

Re: Understanding locations (multiple locations that do different things)

2015-04-07 Thread Igor Sysoev
On 08 Apr 2015, at 08:00, E.B. wrote: > Hello, > > I'm new to Nginx, coming from Apache. Now I'm struggling with > how to apply multiple configs and rules to different location (request > tyeps). > > Easy example, a server/site has PHP support for all of its requests > but only one of its direc

Understanding locations (multiple locations that do different things)

2015-04-07 Thread E.B.
Hello, I'm new to Nginx, coming from Apache. Now I'm struggling with how to apply multiple configs and rules to different location (request tyeps). Easy example, a server/site has PHP support for all of its requests but only one of its directoryies needs to have HTTP AUTH. I had: location ~* \.

Re: SSL protected page giving segfaults on load

2015-04-07 Thread Valentin V. Bartenev
On Tuesday 07 April 2015 18:26:24 cyruspy wrote: > Hi!, anybody has seen core dumps caused by just loading a landing page?: > > This is the trace I'm seeing, this is in CentOS 6 with > nginx-1.6.2-1.el6.ngx.x86_64: > > Core was generated by `nginx: worker process '. > Program te

SSL protected page giving segfaults on load

2015-04-07 Thread cyruspy
Hi!, anybody has seen core dumps caused by just loading a landing page?: This is the trace I'm seeing, this is in CentOS 6 with nginx-1.6.2-1.el6.ngx.x86_64: Core was generated by `nginx: worker process '. Program terminated with signal 11, Segmentation fault. #0 ngx_ssl_new_se

[no subject]

2015-04-07 Thread Max Yap
___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

nginx-1.7.12

2015-04-07 Thread Maxim Dounin
Changes with nginx 1.7.1207 Apr 2015 *) Feature: now the "tcp_nodelay" directive works with backend SSL connections. *) Feature: now thread pools can be used to read cache file headers. *) Bugfix: in the "proxy_request_buffering" directi

nginx-1.6.3

2015-04-07 Thread Maxim Dounin
Changes with nginx 1.6.3 07 Apr 2015 *) Feature: now the "tcp_nodelay" directive works with SPDY connections. *) Bugfix: in error handling. Thanks to Yichun Zhang and Daniil Bondarev. *) Bugfix: alerts "header already sent" appeared in l

Re: 200ms Delay With SPDY - Nginx 1.6.x ?

2015-04-07 Thread Maxim Konovalov
Hi, On 2/18/15 7:35 PM, rik...@deds.nl wrote: >> [...] >>> Hi Maxim, >>> >>> Understood. Apart from the fact what SPDY can mean for someone specific. >>> There is a flaw in and which prevents "tcp_nodelay" in Nginx 1.6. to >>> function correctly. >>> >>> How to fix that. >>> >> There are several o

Re: Load Balancer many different site

2015-04-07 Thread Aleksandar Lazic
Hi. Am 07-04-2015 15:22, schrieb khaled.benjannet: Hello, I need to use only one nginx server to configure the load balancing for 3 differents plateforme. When I add the 3 config files under /etc/ngix/conf.d, the nginx take only the first configuration on the list. Please can you post:

Re: How to enable OCSP stapling when default server is self-signed?

2015-04-07 Thread Maxim Dounin
Hello! On Tue, Apr 07, 2015 at 12:26:23AM -0400, bughunter wrote: [...] > > > So how do I enable OCSP stapling for my vhosts when the default > > server cert > > > is self-signed? This seems like a potential bug in the nginx SSL > > module. > > > > Just enable ssl_stapling in appropriate serve

Load Balancer many different site

2015-04-07 Thread khaled.benjannet
Hello, I need to use only one nginx server to configure the load balancing for 3 differents plateforme. When I add the 3 config files under /etc/ngix/conf.d, the nginx take only the first configuration on the list. Please I need help to configure correctly nginx. Thanks in advance Posted at Ngi