]> 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)
commit252bd9a2563ff8c8831511939dbbf916281474b7
tree985c5df1c15441f41e7f6013a5c03431f5cecbe1
parentda4502c070611095e30f6a5f0aa7bfd7e817867b
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