From: Eric Covener Date: Tue, 25 Nov 2014 15:38:10 +0000 (+0000) Subject: elaborate on a TRACE2 message about using the default reverse X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913cedee54acd02df2bcb65b39abb37c9c321058;p=thirdparty%2Fapache%2Fhttpd.git elaborate on a TRACE2 message about using the default reverse proxy worker. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1641636 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index ca639d7efb5..0f969d3c02f 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -2004,7 +2004,7 @@ PROXY_DECLARE(int) ap_proxy_pre_request(proxy_worker **worker, char *ptr; char *ptr2; ap_log_rerror(APLOG_MARK, APLOG_TRACE2, 0, r, - "*: found reverse proxy worker for %s", *url); + "*: using default reverse proxy worker for %s (no keepalive)", *url); *balancer = NULL; *worker = conf->reverse; access_status = OK;