diff options
author | Colm MacCarthaigh <colm@apache.org> | 2005-09-18 22:39:34 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2005-09-18 22:39:34 +0200 |
commit | 77a1e34407440caa93f94a13c6c65145635019a5 (patch) | |
tree | a8604362cbc0d04ba735f9041f3992fef9f99f1a /CHANGES | |
parent | Catch up with the changes to mod_ssl and rename the (diff) | |
download | apache2-77a1e34407440caa93f94a13c6c65145635019a5.tar.xz apache2-77a1e34407440caa93f94a13c6c65145635019a5.zip |
Backport r265506, r240044 and r240049 to the 2.2.x branch; Appends .PID to the
ScriptSock filename.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@289972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,9 +31,6 @@ Changes with Apache 2.3.0 "GracefulShutdownTimeout" number of seconds before exiting. [Colm MacCarthaigh, Ken Coar, Bill Stoddard] - *) mod_cgid: Append .PID to the script socket filename and remove the - script socket on exit. [Colm MacCarthaigh] - *) prefork, worker and event MPMs: Prevent children from holding open listening ports upon graceful restart or stop. PR 28167. [Colm MacCarthaigh, Brian Pinkerton <bp thinkpink.com>] @@ -49,6 +46,9 @@ Changes with Apache 2.3.0 Changes with Apache 2.1.8 + *) mod_cgid: Append .PID to the script socket filename and remove the + script socket on exit. [Colm MacCarthaigh, Jim Jagielski] + *) mod_cgid: run the get_suexec_identity hook within the request-handler instead of within cgid. PR 36410. [Colm MacCarthaigh] |