]> granicus.if.org Git - apache/commitdiff
clarify new use of Timeout for scripts
authorJeff Trawick <trawick@apache.org>
Tue, 15 Jul 2014 10:52:07 +0000 (10:52 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 15 Jul 2014 10:52:07 +0000 (10:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1610641 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 4e168cae8e5a426616a176ee69755bd40fbe4514..7205eabe4964d6b748a2fb27dcbb1248def9e466 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -16,8 +16,10 @@ Changes with Apache 2.4.10
   *) SECURITY: CVE-2014-0231 (cve.mitre.org)
      mod_cgid: Fix a denial of service against CGI scripts that do
      not consume stdin that could lead to lingering HTTPD child processes
-     filling up the scoreboard and eventually hanging the server. Adds
-     "CGIDScriptTimeout" directive.
+     filling up the scoreboard and eventually hanging the server.  By
+     default, the client I/O timeout (Timeout directive) now applies to
+     communication with scripts.  The CGIDScriptTimeout directive can be
+     used to set a different timeout for communication with scripts.
      [Rainer Jung, Eric Covener, Yann Ylavic]
 
   *) mod_ssl: Extend the scope of SSLSessionCacheTimeout to sessions