summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2001-08-09 15:37:27 +0000
committerCliff Woolley <jwoolley@apache.org>2001-08-09 15:37:27 +0000
commitd55d0b14f3d549e0653f16c3aa1a35c0cf18a570 (patch)
treea7de13e76080ba722defee4a15507617983314d8
parent94355484043a1a61b8597435148fe8a3ff2c30cc (diff)
downloadhttpd-d55d0b14f3d549e0653f16c3aa1a35c0cf18a570.tar.gz
Pull in restart fix to the 2.0.23 tag
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
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 867b3e8ff1..6007191499 100644
--- 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.