André Malo <[EMAIL PROTECTED]> writes:
> * [EMAIL PROTECTED] wrote:
>
> > Add fatal exception hook for use by debug modules. The hook is only
> > available if the --enable-exception-hook configure parm is used.
> >
> > Sample users at http://httpd.apache.org/~trawick/exception_hook.html
* [EMAIL PROTECTED] wrote:
> Add fatal exception hook for use by debug modules. The hook is only
> available if the --enable-exception-hook configure parm is used.
>
> Sample users at http://httpd.apache.org/~trawick/exception_hook.html
> +[
> +AC_DEFINE(AP_ENABLE_EXCEPTION_HOOK
This is gross - can we please abstract into apr (preferrably in some
automated manner?)
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 14, 2001 6:28 PM
Subject: cvs commit: httpd-2.0/server mpm_common.c
> bnicholes01