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

Re: Feature extension to auth_request module: FastCGI authorizer

2013-04-23 Thread davidjb
Maxim Dounin Wrote: --- > For me it doesn't looks like what you do actually matches FastCGI > Authorizer specification. Even if we ignore the fact that body > isn't handled properly, and authorizer mode isn't advertized to > FastCGI. > > Most

Feature extension to auth_request module: FastCGI authorizer

2013-04-21 Thread davidjb
in module itself at http://mdounin.ru/hg/ngx_http_auth_request_module, as I know this will be useful to more than just me. For example, see the various posts and questions surrounding this: https://www.google.com/search?q=fastcgi+authorizer+nginx . The latest version of my module lives at: https://bitbucket.org/d

Re: Subrequests: returning response to client

2013-04-21 Thread davidjb
Maxim Dounin Wrote: --- > What you are trying to do should be possible with > NGX_HTTP_SUBREQUEST_IN_MEMORY - this way subrequest body will be > available in memory instead of being sent to a client. But it's > not currently supported for fa

Subrequests: returning response to client

2013-04-17 Thread davidjb
I'm currently looking to extend the 'Auth Request' (http://mdounin.ru/hg/ngx_http_auth_request_module/) Nginx add-on module and have the module be able to conform (at least wherever possible) to the FastCGI "Authorizer" specification. The full specification is at http://www.fastcgi.com/drupal/node/