]> granicus.if.org Git - apache/commit
Add a NO_DETACH environment variable to all MPMs that understand
authorRyan Bloom <rbb@apache.org>
Tue, 1 Aug 2000 17:36:13 +0000 (17:36 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 1 Aug 2000 17:36:13 +0000 (17:36 +0000)
commit69714973ef34245a4f79ed1ad19be3f548106929
tree43904691dfb0ca786144cb85232fabbf90ee7156
parent6c29fb3746655f963647efed5afd27a38949d6bb
Add a NO_DETACH environment variable to all MPMs that understand
ONE_PROCESS.  This allows Apache to start up without detaching from
the controlling terminal, but also not going into single process mode.
The main purpose of this patch is to make it very easy to debug the
child process startup code.
PR: 2144

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85970 13f79535-47bb-0310-9956-ffa450edef68
STATUS
server/mpm/beos/beos.c
server/mpm/dexter/dexter.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c