diff options
author | Jeff Trawick <trawick@apache.org> | 2013-09-26 22:08:33 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-09-26 22:08:33 +0200 |
commit | 90289779b6f98f6f8b443e2caa312d55c6021a13 (patch) | |
tree | 268592ffe6a937b6d4ee9eddaac3e1b4ae7a9876 /CHANGES | |
parent | allow building mod_authnz_fcgi with 2.4.x branch (diff) | |
download | apache2-90289779b6f98f6f8b443e2caa312d55c6021a13.tar.xz apache2-90289779b6f98f6f8b443e2caa312d55c6021a13.zip |
WinNT MPM: Exit the child if the parent process crashes or is terminated.
Submitted by: Oracle, via trawick
The original modification was made some years ago for Oracle HTTP Server
by an Oracle employee. trawick made additional changes for style and
for trunk/2.4.x changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1526666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) WinNT MPM: Exit the child if the parent process crashes or is terminated. + [Oracle Corporation] + *) ldap: Support ldaps when using the Microsoft LDAP SDK. PR 54626. [Jean-Frederic Clere] |