Bill Stoddard wrote:
Ben Laurie wrote:
If it does nothing unless a file is specified, why not enable by default?
Like Jeff, I am more interested in this for debugging process crashes that are not necessarily related to attacks. Might be useful to enable this function by default in a mode where it records information in an in-process buffer that can easily be sniffed out of a core file (tag the buffer with an eye catcher).
Hmmm. The information is easily retrieved from the request structure, why not just find that?
It can be difficult to find the request that caused the problem in a threaded mpm.
Bill