[ANN] ngx_openresty stable version 1.2.7.6 released

2013-04-17 Thread agentzh
Hello! I am happy to announce that the new stable version of ngx_openresty, 1.2.7.6, is now released: http://openresty.org/#Download Special thanks go to all our contributors and users for helping make this happen! Below is the complete change log for this release, as compared to the last (

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/

Re: Any equivalent of mod_dumpio

2013-04-17 Thread jeff7091
Just tried that out. Quite a nice dump, but I don't see the body in the output. I'm tracing ActiveSync via a proxy, wanting to glean the WBXML in the body, kinda like using a proxy as a sniffer. If I have to develop this, is the debug feature the right place? I could see creating a filter module

Re: Cross-compiling Nginx for ARM?

2013-04-17 Thread W-Mark Kubacki
2013/4/16 Shohreh: > djczaski Wrote: > > Thanks for the input. By any chance, did you write a tutorial that I could > use to try and compile it for that other ARM processor? Here you go: [1] http://mark.ossdl.de/en/2009/09/nginx-on-sheevaplug.html You don't need to patch Nginx anymore and can ski

Dynamic upstream configuration

2013-04-17 Thread mamoos1
Hi, I have an nginx configured as a reverse proxy using proxy_pass. This is a dynamic reverse proxy, it fetches content for users in accordance to the HOST header in the requests. The problem I encountered is that the backends are normally SSL, and every request that goes has to re-handshake (sinc

Re: Any equivalent of mod_dumpio

2013-04-17 Thread Gregory Edigarov
On 04/16/2013 11:28 PM, jeff7091 wrote: Is there anything like Apache's mod_dumpio? Any way to get a full running trace of request & responses, including the body data? Would such a thing be useful to anyone besides me? does debug log (http://nginx.org/en/docs/debugging_log.html) suffice? --