diff --git a/CHANGES b/CHANGES index ee1ca856cd..7ac38a70aa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,12 @@ Changes with Apache 2.0.33-dev + *) Implement apr_proc_detach changes and allow -DNO_DETACH in the + multi-process mode to not "daemonize" while detaching from the + controlling terminal. This is necessary for Apache to work with + process-management tools like AIX's "System Resource Controller" + as well as Dan Bernstein's "daemontools". + [Jos Backus , Aaron Bannert] + *) Convert mod_auth_digest to use the new apr_global_mutex_t type. [Aaron Bannert] diff --git a/STATUS b/STATUS index db055d54d6..0160c1c64f 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/02/20 17:41:18 $] +Last modified at [$Date: 2002/02/21 18:56:15 $] Release: @@ -141,14 +141,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: think it's a perl or a httpd-test problem." Not a showstopper: Justin - * 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: