apr_pool_t *pool)
{
proxy_conn_rec *conn = (proxy_conn_rec *)resource;
- server_rec *s = (server_rec *)params;
#if 0
if (conn->sock)
ap_proxy_retry_worker(proxy_function, worker, s);
if (!PROXY_WORKER_IS_USABLE(worker)) {
- ap_log_error(APLOG_MARK, APLOG_ERR, rv, s,
+ ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
"proxy: %s: disabled connection for (%s)",
proxy_function, worker->hostname);
return HTTP_SERVICE_UNAVAILABLE;
proxy_conn_rec *conn,
server_rec *s)
{
- apr_status_t rv = APR_SUCCESS;
-
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s,
"proxy: %s: has relesed connection for (%s)",
proxy_function, conn->worker->hostname);