A timestamp for mod_log_forensic (?)

2011-03-30 Thread Christian Folini
Hi there, Mod_log_forensic is saving my day while debugging a crashing apache. But matching the right request with the crash and its corefile is difficult. Ideally the log would show me only the active requests at the moment the server died. But in my case things are a bit more difficult. The

Re: A timestamp for mod_log_forensic (?)

2011-03-30 Thread Graham Leggett
On 30 Mar 2011, at 3:23 PM, Christian Folini wrote: Mod_log_forensic is saving my day while debugging a crashing apache. But matching the right request with the crash and its corefile is difficult. Have you taken a look at Jeff's mod_whatkilledus? http://people.apache.org/~trawick/exception_h

Re: A timestamp for mod_log_forensic (?)

2011-03-30 Thread Christian Folini
On Wed, Mar 30, 2011 at 03:32:27PM +0200, Graham Leggett wrote: > Have you taken a look at Jeff's mod_whatkilledus? > > http://people.apache.org/~trawick/exception_hook.html mod_whatkilledus will be one of the next steps in my debugging, if mod_forensic won't do. Still I think I could add a smal