]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
For SIGHUP in the server processes, we attempt to go away immediately,
authorJeff Trawick <trawick@apache.org>
Thu, 14 Jun 2001 15:26:48 +0000 (15:26 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 14 Jun 2001 15:26:48 +0000 (15:26 +0000)
commitff01b91f5f59c5dbad83a085d744f51eb722fec7
tree8169700722f22f9e9fe4f203c451ed633c50e9a5
parentd68538c726de4c099eb236953f4842b7dde47fdd
For SIGHUP in the server processes, we attempt to go away immediately,
just as for SIGTERM.  If we deadlock because of some module or library
issue then SIGKILL will come soon enough.

Stop dorking with SIGTERM and SIGHUP in make_child().  That makes it
kind of hard for the caller to set up for ONE_PROCESS mode.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89368 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/prefork/prefork.c