Re: [EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-19 Thread Krist van Besien
On Thu, Jun 19, 2008 at 18:34, Ian Lord <[EMAIL PROTECTED]> wrote: > I compiled mod_dumpio, load the module and activated it using > > DumpIOLogLevel debug > DumpIOInput On > > I try it both into Server context and Virtual context and nothing was > logged... You must set "loglevel" to debug. Kri

RE: [EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-19 Thread Ian Lord
From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: 18 juin 2008 11:15 Yes. mod_dumpio will do this for you: http://httpd.apache.org/docs/2.0/mod/mod_dumpio.html Krist I compiled mod_dumpio, load the module and activated it using DumpIOLogLevel debug DumpIOI

Re: [EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-18 Thread Krist van Besien
On Wed, Jun 18, 2008 at 16:48, Ian Lord <[EMAIL PROTECTED]> wrote: > Is there a way to actually "dump" the content of the request after being > decrypted by mod_ssl but before it is analysed for processing ? Yes. mod_dumpio will do this for you: http://httpd.apache.org/docs/2.0/mod/mod_dumpio.ht

RE: [EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-18 Thread Wilda, Jet
48 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Packet debugging when using mod_ssl Hi, I am dealing with a connexion problem from a custom web browser. For some reason, one particular user from the custom web browser is getting an error 400 (Bad Request) from Apache on a specific

[EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-18 Thread Ian Lord
Hi, I am dealing with a connexion problem from a custom web browser. For some reason, one particular user from the custom web browser is getting an error 400 (Bad Request) from Apache on a specific page requested by POST. I've did a lot of research and can't find what's wrong... I would like to