Re: Module: Configuring upstream params (eg fastcgi_param) per request

2016-06-06 Thread Maxim Dounin
Hello! On Thu, Jun 02, 2016 at 12:05:17AM -0400, davidjb wrote: > Anyone have any thoughts? Even if it's just to say "this isn't possible". When working with multiple servers within a single upstream{} block, nginx creates a request only once. If a server fails, nginx will re-try the same re

Re: Module: Configuring upstream params (eg fastcgi_param) per request

2016-06-03 Thread davidjb
Anyone have any thoughts? Even if it's just to say "this isn't possible". Cheers, David Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266934,267307#msg-267307 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinf

Module: Configuring upstream params (eg fastcgi_param) per request

2016-05-16 Thread davidjb
I'm working on an authentication module for nginx, namely the Shibboleth auth module (https://github.com/nginx-shib/nginx-http-shibboleth). This module is based off the core nginx auth_request module (https://github.com/nginx/nginx/blob/master/src/http/modules/ngx_http_auth_request_module.c). The