Re: Subrequests: returning response to client

2013-04-22 Thread Maxim Dounin
Hello! On Mon, Apr 22, 2013 at 12:17:31AM -0400, davidjb wrote: > 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

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

Re: Subrequests: returning response to client

2013-04-18 Thread Maxim Dounin
Hello! On Thu, Apr 18, 2013 at 12:55:16AM -0400, davidjb wrote: > 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" speci

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/