]> granicus.if.org Git - apache/commitdiff
Mention the -DNO_DETACH changes (to implement apr_proc_detach prototype
authorAaron Bannert <aaron@apache.org>
Thu, 21 Feb 2002 18:56:15 +0000 (18:56 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 21 Feb 2002 18:56:15 +0000 (18:56 +0000)
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
STATUS

diff --git a/CHANGES b/CHANGES
index ee1ca856cd5d0bb490f02fa13526879709c05a6a..7ac38a70aa07530f0292d855b003664f90e60fb5 100644 (file)
--- 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 <josb@cncdsl.com>, Aaron Bannert]
+
   *) Convert mod_auth_digest to use the new apr_global_mutex_t
      type.  [Aaron Bannert]
 
diff --git a/STATUS b/STATUS
index db055d54d6db2bddb044bcad84150909e4773774..0160c1c64f433bf6e19bb7d1059a4dfc32ab2746 100644 (file)
--- 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: <Pine.LNX.4.33.0201202232430.318-100000@deepthought.cs.virginia.edu>