From 26e698e7ed2f9ecb53e409339fd3f6fbd3431215 Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Wed, 13 Feb 2002 06:09:02 +0000 Subject: [PATCH] Just a heads up to let people know what I'm working on. I ran into some problems with the new POD code in the worker MPM, and although I'm almost finished I didn't want people rolling a tarball without knowing of these problems first. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93389 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index cfa8f9f97ea..edf4d1adc0e 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/02/13 04:49:55 $] +Last modified at [$Date: 2002/02/13 06:09:02 $] Release: @@ -110,6 +110,12 @@ FINAL RELEASE SHOWSTOPPERS: but is hesitant to do the same for the httpd binary. Message-ID: <20020207142751.T31582@clove.org> + * [Aaron] All signals have been removed from the worker MPM, which + makes the code significantly cleaner, but there are a couple of + lingering problems: + * mod_cgid doesn't die at shutdown + * httpd -X and -DONE_PROCESS is broken + Status: Aaron volunteers. (This is a -1 for beta from him) CURRENT VOTES: @@ -140,6 +146,14 @@ CURRENT VOTES: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * When we start httpd with the -DNO_DETACH flag on Unix, we + should still create a new session (and possibly also still close + stdin/stdout/stderr and redirect from /dev/null), so that + process management tools like 'daemontools' or AIX's System + Resource Controller can manage apache. + Message-ID: <20011228014444.GA40283@lizzy.bugworks.com> + Status: Aaron volunteers. + * Usage of APR_BRIGADE_NORMALIZE in core_input_filter should be removed if possible. Message-ID: -- 2.47.3