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