Re: Any equivalent of mod_dumpio

2013-06-10 Thread Perel
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? I would be quite interested in this as w

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: 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? --

Any equivalent of mod_dumpio

2013-04-16 Thread jeff7091
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? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,238419,238419#msg-238419 __