1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

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
This commit is contained in:
Aaron Bannert
2002-02-21 18:56:15 +00:00
parent 5e4fba9c6c
commit fa6335ae29
2 changed files with 8 additions and 9 deletions

View File

@@ -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]

10
STATUS
View File

@@ -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>