summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-06-15 20:33:09 +0200
committerJeff Trawick <trawick@apache.org>2001-06-15 20:33:09 +0200
commit740a93ba5d2108178c1ea04f451bb32860297878 (patch)
treee41649198f7cf93a7f334f283c933d45d50d1c89 /CHANGES
parentBack out the change to allocate files out of the main request pool, and (diff)
downloadapache2-740a93ba5d2108178c1ea04f451bb32860297878.tar.xz
apache2-740a93ba5d2108178c1ea04f451bb32860297878.zip
Fix brokenness when ThreadsPerChild is higher than the built-in
limit. We left ap_threads_per_child at the higher value which led to segfaults when doing certain scoreboard operations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89375 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1920d23e78..749748df83 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,10 @@
Changes with Apache 2.0.19-dev
+
+ *) Fix brokenness when ThreadsPerChild is higher than the built-in
+ limit. We left ap_threads_per_child at the higher value which
+ led to segfaults when doing certain scoreboard operations.
+ [Jeff Trawick]
+
*) Fix seg faults and/or missing output from mod_include. The
default_handler was using the subrequest pool for files and
MMAPs, even though the associated APR structures typically