2.2.x patch: http://people.apache.org/~minfrin/htcacheclean-pid.patch
+1: minfrin, sf, trawick
- * mod_proxy: Tone down a warning message that appears when the same
- backend website is reverse proxied two or more times into the
- frontend URL space.
- PR: 48947
- Trunk patch: http://svn.apache.org/viewvc?rev=925850&view=rev
- 2.2.x patch: http://people.apache.org/~minfrin/httpd-proxy-worker-already-used.patch
- +1: minfrin, trawick, rjung
-
* Introduce SSLFIPS directive to support OpenSSL FIPS_mode; permits all
builds of mod_ssl to use 'SSLFIPS off' for portability, but the proper
build of openssl is required for 'SSLFIPS on'.
if (err)
return apr_pstrcat(cmd->temp_pool, "ProxyPass ", err, NULL);
} else {
- ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server,
+ ap_log_error(APLOG_MARK, APLOG_INFO, 0, cmd->server,
"worker %s already used by another worker", worker->name);
}
PROXY_COPY_CONF_PARAMS(worker, conf);
if ((err = ap_proxy_add_worker(&worker, cmd->pool, conf, name)) != NULL)
return apr_pstrcat(cmd->temp_pool, "BalancerMember ", err, NULL);
} else {
- ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server,
+ ap_log_error(APLOG_MARK, APLOG_INFO, 0, cmd->server,
"worker %s already used by another worker", worker->name);
}
PROXY_COPY_CONF_PARAMS(worker, conf);