]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
yet another merge proposal
authorJeff Trawick <trawick@apache.org>
Thu, 19 Feb 2004 11:53:24 +0000 (11:53 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 19 Feb 2004 11:53:24 +0000 (11:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102687 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e15ec00ed31d69d240fd7109be01c80e950d2c90..885a62165b2f6a0fed2ce18da812c17bda3038c8 100644 (file)
--- 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,