From: Jeff Trawick Date: Thu, 19 Feb 2004 11:53:24 +0000 (+0000) Subject: yet another merge proposal X-Git-Tag: 2.0.49~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9335fdce14f011fbefc265ffbfe3cb18bf9ff3ea;p=thirdparty%2Fapache%2Fhttpd.git yet another merge proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102687 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e15ec00ed31..885a62165b2 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/02/18 22:24:11 $] +Last modified at [$Date: 2004/02/19 11:53:24 $] Release: @@ -258,6 +258,15 @@ PATCHES TO BACKPORT FROM 2.1 http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/arch/win32/mod_isapi.c?r1=1.98&r2=1.99 +1: trawick + * fatal exception hook and related signal handler cleanups + This also fixes an issue for me on Solaris where the cgid daemon + won't restart multiple times because of something different + about the signal handling the second time it is started. With + this patch I can "kill -SEGV" the cgid daemon process a number + of times and the daemon will be restarted each time. + http://www.apache.org/~trawick/fatal_exception_20.patch + +1: trawick + CURRENT RELEASE NOTES: * Backwards compatibility is expected of future Apache 2.0 releases,