OCSP stapling and resolver

2017-09-25 Thread Grzegorz Kulewski
Hello, Is resolver in nginx still needed for OCSP stapling? I am getting a warning from nginx if resolver is not supplied but at the same time both Qualys and openssl s_client output suggest OCSP stapling is working. Strange. -- Grzegorz Kulewski g...@leniwiec.biz +48 663 92 88 95 ___

Re: load balancing algorithms

2017-09-25 Thread Maxim Dounin
Hello! On Mon, Sep 25, 2017 at 03:11:36PM -0400, Adam Schwartz wrote: > I’m Adam and I’ve been researching load balancing for my > undergraduate senior project. I’m particularly interested in the > behavior of the “power of two choices” and join-idle-queue > algorithms on Nginx. > > I’ve foun

Re: variable map for fastcgi_pass

2017-09-25 Thread Kyle Sloan
Thanks for the response. Both the variables respond/work when they are not maps/variables and just set. I will try out the resolver and see if I can make any progress with it. Kyle Sloan DevOps Engineer | Interpersonal Frequency k...@ifsight.com https://ifsight.com > On Sep 25, 2017, at 4:13

Re: variable map for fastcgi_pass

2017-09-25 Thread Sergey Kandaurov
> On 25 Sep 2017, at 22:12, Kyle Sloan wrote: > > Hello, > > I am trying to use a MAP function based on HOSTNAMES to determine if this > domain should fastcgi_pass to a php5 or php7 container, but am having > problems. > > My map looks like > > map $host $php_proxy_container { > hostname

Re: auth_request called multiple times for same single request

2017-09-25 Thread Valentin V. Bartenev
On Monday 25 September 2017 22:14:04 Valentin V. Bartenev wrote: > On Monday 25 September 2017 07:17:08 garyc wrote: > > Apologies, I posted this issue to the wrong list (php-fpm), the link is: > > > > > https://forum.nginx.org/read.php?3,276451,276475#msg-276475 > > > > It has debug log file ext

Re: auth_request called multiple times for same single request

2017-09-25 Thread Valentin V. Bartenev
On Monday 25 September 2017 07:17:08 garyc wrote: > Apologies, I posted this issue to the wrong list (php-fpm), the link is: > > > https://forum.nginx.org/read.php?3,276451,276475#msg-276475 > > It has debug log file extracts that seem to suggest the location redirect to > a static error page is

variable map for fastcgi_pass

2017-09-25 Thread Kyle Sloan
Hello, I am trying to use a MAP function based on HOSTNAMES to determine if this domain should fastcgi_pass to a php5 or php7 container, but am having problems. My map looks like map $host $php_proxy_container { hostnames; default "php5fpm:9000"; www.example.com

load balancing algorithms

2017-09-25 Thread Adam Schwartz
Hello, I’m Adam and I’ve been researching load balancing for my undergraduate senior project. I’m particularly interested in the behavior of the “power of two choices” and join-idle-queue algorithms on Nginx. I’ve found that the `ngx_http_upstream_module` specifies a `least_conn` and `least_ti

Two Way SSL - client SSL certificate verify error

2017-09-25 Thread vikas027
I am testing out two-way SSL and I have configured a Root CA, Intermediate CA and created a server and client certificates which are signed by Intermediate CA. This is my configuration file -- server { listen 443; server_name serv

auth_request called multiple times for same single request

2017-09-25 Thread garyc
Apologies, I posted this issue to the wrong list (php-fpm), the link is: > https://forum.nginx.org/read.php?3,276451,276475#msg-276475 It has debug log file extracts that seem to suggest the location redirect to a static error page is attempted but doesn't resolve. Many thanks Posted at Nginx F