]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The prefork MPM wasn't killing child processes correctly if a restart
authorRyan Bloom <rbb@apache.org>
Sun, 28 Jan 2001 03:00:03 +0000 (03:00 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 28 Jan 2001 03:00:03 +0000 (03:00 +0000)
commit7ea8210012b0c36120077f6dcd0625c1f9d338e0
tree985c5df1c15441f41e7f6013a5c03431f5cecbe1
parent16bac49bc1451377300ca7ef57a5367e7b7936f8
The prefork MPM wasn't killing child processes correctly if a restart
signal was received while the process was serving a request.  The child
process would become the equivalent of a second parent process.  If
we break out of the accept loop, then we need to do die after cleaning
up after ourselves.

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