Re: [EMAIL PROTECTED] mod_dumpio

2007-03-27 Thread Krist van Besien
On 3/27/07, Krist van Besien <[EMAIL PROTECTED]> wrote: On 3/26/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > LogLevel debug This did not make any difference at all... (although, according to the manual it should) I tried putting LogLevel debug in my virtualhost context, and now I get the o

Re: [EMAIL PROTECTED] mod_dumpio

2007-03-27 Thread Krist van Besien
On 3/26/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 3/26/07, Krist van Besien <[EMAIL PROTECTED]> wrote: > Hello all, > > I have an apache 2.0.59 instance that is used as a proxy. In order to > debug some problems I wanted to have a look at all the data that > passed through it, so I recompile

Re: [EMAIL PROTECTED] mod_dumpio

2007-03-26 Thread Joshua Slive
On 3/26/07, Krist van Besien <[EMAIL PROTECTED]> wrote: Hello all, I have an apache 2.0.59 instance that is used as a proxy. In order to debug some problems I wanted to have a look at all the data that passed through it, so I recompiled my apache with mod_dumpio. (The system is a solaris 10 syst

[EMAIL PROTECTED] mod_dumpio

2007-03-26 Thread Krist van Besien
Hello all, I have an apache 2.0.59 instance that is used as a proxy. In order to debug some problems I wanted to have a look at all the data that passed through it, so I recompiled my apache with mod_dumpio. (The system is a solaris 10 system) I then added the lines: LoadModule dumpio_module m