From fa6335ae298dfb74ff87631bdcd83f178ed84297 Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Thu, 21 Feb 2002 18:56:15 +0000 Subject: [PATCH] Mention the -DNO_DETACH changes (to implement apr_proc_detach prototype change). This removes a non-showstopper "nice-to-have". :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93536 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 7 +++++++ STATUS | 10 +--------- 2 files changed, 8 insertions(+), 9 deletions(-) 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: -- 2.50.1