Re: nginx-1.11.6

2016-11-16 Thread George
Yeah some other nginx modules by OpenResty ran into 1.11.6 changes * https://github.com/openresty/redis2-nginx-module/issues/41 * https://github.com/openresty/memc-nginx-module/issues/26 the workarounds * https://github.com/openresty/redis2-nginx-module/pull/42 * https://github.com/openresty/me

Re: Connecting Nginx to LDAP/Kerberos

2016-11-16 Thread rov12
Hi I'm curious if you made this work? I have tried combining the spnego-http-auth-nginx-module for Kerberos and the nginx-auth-ldap module for LDAP. So far without success. I am able to get the authenticated user from Kerberos using the spnego module. But I've not figured out if the nginx-auth-

Re: Load Balance - Docker

2016-11-16 Thread Shaun Glass
Ok ... after some more work I have it as follow and working. I created the certificates mentioned below as well : upstream ucp_cluster { server 10.12.64.218:444; server 10.12.64.219:444; server 10.12.64.222:444; } server { listen 444 ssl; server_name docker-poc.domain.com;

Re: nginx-1.11.6

2016-11-16 Thread Igor A. Ippolitov
I believe, it is mostly unmaintained because of least_conn and least_time. On 16.11.2016 11:26, Francis Daly wrote: On Tue, Nov 15, 2016 at 08:00:17PM -0500, shiz wrote: Hi there, I've recompiled without the nginx-upstream-fair module and all went well. It looks unmaintened and I don't really

Re: nginx-1.11.6

2016-11-16 Thread Francis Daly
On Tue, Nov 15, 2016 at 08:00:17PM -0500, shiz wrote: Hi there, > I've recompiled without the nginx-upstream-fair module and all went well. > It looks unmaintened and I don't really need it. Code is 8 years old. "Unmaintained" possibly because it works and the nginx API that it uses had not cha