diff options
author | Stefan Fritsch <sf@apache.org> | 2011-01-09 23:47:33 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-01-09 23:47:33 +0100 |
commit | 5ad5328aa302978a8f3b37b62521601e2c7d64d8 (patch) | |
tree | 9663c1613c610eac70a477b3b168bc94a45f4166 /CHANGES | |
parent | Don't log AuthMerging XXX as <RequireXXX> (diff) | |
download | apache2-5ad5328aa302978a8f3b37b62521601e2c7d64d8.tar.xz apache2-5ad5328aa302978a8f3b37b62521601e2c7d64d8.zip |
Fix ap_mpm_query results:
AP_MPMQ_MAX_THREADS: Single threaded means one thread per child, not zero
AP_MPMQ_MAX_DAEMONS: Max # daemons by config is determined by MaxClients, not
ServerLimit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1057045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes with Apache 2.3.11 + *) mpm_prefork: Fix ap_mpm_query results for AP_MPMQ_MAX_DAEMONS and + AP_MPMQ_MAX_THREADS. + *) mod_authz_core: Fix bug in merging logic if user-based and non-user-based authorization directives were mixed. [Stefan Fritsch] |