diff options
author | Jeff Trawick <trawick@apache.org> | 2001-06-15 20:33:09 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-06-15 20:33:09 +0200 |
commit | 740a93ba5d2108178c1ea04f451bb32860297878 (patch) | |
tree | e41649198f7cf93a7f334f283c933d45d50d1c89 /CHANGES | |
parent | Back out the change to allocate files out of the main request pool, and (diff) | |
download | apache2-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-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |