Commit 6a9eb21c authored by Cliff Woolley's avatar Cliff Woolley
Browse files

This change was moved into 2.0.23. The problem therefore both began and

was fixed in 2.0.23, so no CHANGES entry is necessary.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90052 13f79535-47bb-0310-9956-ffa450edef68
parent 2445d7b9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
Changes with Apache 2.0.24-dev

  *) Fix a restart problem when cgid is used.  Code in the parent
     httpd process was trying to clear a pool which is now only 
     initialized in the child.  [Greg Ames, Jeff Trawick]
     
Changes with Apache 2.0.23

  *) Use the prefork MPM by default on Unix.  [various]