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-Tag: 2.5.0-alpha~4217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c857194c5c5f287e542eb3beed9818a96b8334f5;p=apache 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 4059aeaf1a..bdb95428ef 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.