From: Jeff Trawick Date: Mon, 5 May 2014 12:13:15 +0000 (+0000) Subject: now understood why users haven't reported the segfault (yet) when mod_proxy_fcgi X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1943f5ab66e7c1e03cfa3c5ebc5490a5460b1b1;p=thirdparty%2Fapache%2Fhttpd.git now understood why users haven't reported the segfault (yet) when mod_proxy_fcgi can't connect to the application git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1592500 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 4059aeaf1a6..bdb95428ef1 100644 --- a/CHANGES +++ b/CHANGES @@ -20,7 +20,7 @@ Changes with Apache 2.5.0 unnecessary apr_pstrdup() and strlen(). [Graham Leggett] *) mod_proxy_fcgi: Don't segfault when failing to connect to the backend. - [Jeff Trawick] + (regression in 2.4.9 release) [Jeff Trawick] *) Add the ldap-search option to mod_authnz_ldap, allowing authorization to be based on arbitrary expressions that do not include the username.