Re: cvs commit: httpd-2.0/server mpm_common.c

2003-11-26 Thread Jeff Trawick
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

Re: cvs commit: httpd-2.0/server mpm_common.c

2003-11-26 Thread André Malo
* [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

Re: cvs commit: httpd-2.0/server mpm_common.c

2001-09-16 Thread William A. Rowe, Jr.
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