]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The prefork and OS/2 MPMs are overwriting the pid file when a second copy
authorPaul J. Reder <rederpj@apache.org>
Mon, 20 Aug 2001 19:47:52 +0000 (19:47 +0000)
committerPaul J. Reder <rederpj@apache.org>
Mon, 20 Aug 2001 19:47:52 +0000 (19:47 +0000)
commitc8698ef0dbbc7250d1f54caf1cdefe2b7588d691
treea24f2e503d8108cd293075477eeb619d5a781ab4
parentf1a4bc7d0496a1b98ad00261712ebf881f549d45
The prefork and OS/2 MPMs are overwriting the pid file when a second copy
of httpd is started and shuts down due to socket conflict. Moving the
call to ap_log_pid solves the problem.

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