diff options
author | Paul J. Reder <rederpj@apache.org> | 2001-07-18 22:29:00 +0200 |
---|---|---|
committer | Paul J. Reder <rederpj@apache.org> | 2001-07-18 22:29:00 +0200 |
commit | 620a48e6099b08b7a806e0097223f06eab433ddb (patch) | |
tree | eb468324461fdc880e26622221619695e7d4292a /CHANGES | |
parent | Bringing forward from 1.3: small changes to standardize argument types. (diff) | |
download | apache2-620a48e6099b08b7a806e0097223f06eab433ddb.tar.xz apache2-620a48e6099b08b7a806e0097223f06eab433ddb.zip |
Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
added an AP_MPMQ_MAX_DAEMON_USED to refer to the highest
daemon index actually used in the scoreboard. I also
updated the pertinent calls.
Paul J. Reder
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ Changes with Apache 2.0.21-dev + *) Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and + added an AP_MPMQ_MAX_DAEMON_USED to refer to the highest + daemon index actually used in the scoreboard. I also + updated the pertinent calls. [Paul J. Reder] + *) Win32: Prevent listening sockets from being inherited by the Apache child process, CGI scripts, rotatelog process etc. If the Apache child process segfaults, any processes |