You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2020/07/30 10:04:47 UTC

svn commit: r1880438 - /httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c

Author: jailletc36
Date: Thu Jul 30 10:04:47 2020
New Revision: 1880438

URL: http://svn.apache.org/viewvc?rev=1880438&view=rev
Log:
Backport r1877830  which is missing in r1879525

Modified:
    httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c

Modified: httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c?rev=1880438&r1=1880437&r2=1880438&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c (original)
+++ httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c Thu Jul 30 10:04:47 2020
@@ -177,7 +177,7 @@ static apr_status_t fix_cgivars(request_
 
         rc = ap_expr_exec_re(r, entry->cond, AP_MAX_REG_MATCH, regm, &src, &err);
         if (rc < 0) { 
-            ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO() 
+            ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(10241) 
                           "fix_cgivars: Condition eval returned %d: %s", 
                           rc, err);
             return APR_EGENERAL;