From: Eric Covener Date: Tue, 24 Mar 2015 12:54:04 +0000 (+0000) Subject: propose CGID intermittent startup problem X-Git-Tag: 2.4.13~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3335c77e7603f3387cbf6e7e2a9987f2cc6cf2b;p=thirdparty%2Fapache%2Fhttpd.git propose CGID intermittent startup problem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1668868 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 86e8aa3068e..a2159263922 100644 --- a/STATUS +++ b/STATUS @@ -357,6 +357,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic + *) mod_cgid: When the request thread can't contact the CGID daemon, + Handle ENOENT during the startup/restart with the same delay + used for ECONNREFUSED. PR57685 + trunk patch: http://svn.apache.org/r1667385 + 2.4.x patch: trunk works + +1: covener OTHER PROPOSALS