From 2b89f6a83e391657f70ee121153355b715cfae49 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 15 Nov 2001 12:06:53 +0000 Subject: [PATCH] mention an old problem (mod_cgid being left around after an aborted initialization) in slightly more general terms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91964 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/STATUS b/STATUS index ab0961292e..a313f950fc 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/11/14 08:07:19 $] +Last modified at [$Date: 2001/11/15 12:06:53 $] Release: @@ -297,9 +297,9 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * callers of ap_run_create_request() should check the return value for failure (Doug volunteers) - * when prefork bails out due to an initialization error in the detached - process (e.g., mutex init failure), other children (cgid, at least) - are left hanging around + * when a Unix MPM bails out due to an initialization error in the + detached process (e.g., mutex init failure, pthread_create failure), + other children (cgid, at least) are left hanging around * Win32: Get Apache working on Windows 95/98. The following work (at least) needs to be done: -- 2.50.1