Commit 55cff34b authored by Mladen Turk's avatar Mladen Turk
Browse files

Initialize the forward proxy worker too.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105065 13f79535-47bb-0310-9956-ffa450edef68
parent 5a35be03
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1127,6 +1127,7 @@ static const char *
                                       psf, "*://*:0"))) {
            return apr_pstrcat(parms->temp_pool, "ProxyRequests ", err, NULL); 
        }

        /* Do not disable worker in case of errors */
        psf->forward->status = PROXY_WORKER_IGNORE_ERRORS;
    }
@@ -1610,6 +1611,8 @@ static int proxy_post_config(apr_pool_t *pconf, apr_pool_t *plog,
        worker++;
    }

    ap_proxy_initialize_worker(conf->forward, s);

    return OK;
}