Jeff Trawick wrote:
See http://www.apache.org/~trawick/exception_hook_13.html1) automatically define AP_ENABLE_EXCEPTION_HOOK in ap_config.h for platforms that have been tested (AIX, Linux, Solaris already and I'll test HP-UX before long)
2) user can still enable it for other platforms by defining AP_ENABLE_EXCEPTION_HOOK for the configure step
3) when AP_ENABLE_EXCEPTION_HOOK is defined, a new directive
EnableExceptionHook {on|off}
which defaults to "off" must be used to tell sig_coredump() to call such hooks.
url above now points to patch which implements these changes vote added to apache-1.3/STATUS
thanks everyone for your comments so far!
