]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Pull in restart fix to the 2.0.23 tag
authorCliff Woolley <jwoolley@apache.org>
Thu, 9 Aug 2001 15:37:27 +0000 (15:37 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 9 Aug 2001 15:37:27 +0000 (15:37 +0000)
T CHANGES
T modules/generators/mod_cgid.c

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_23-branch@90049 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 867b3e8ff1f9ad5173c05f3f168160f57bda98fb..60071914995ff13989089a6c13e6171d6c8e1839 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.23
 
+  *) 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]
+
   *) Use the prefork MPM by default on Unix.  [various]
 
   *) Added a systray icon monitor application for Win32.