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 (
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/
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
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
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
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?
--