]> granicus.if.org Git - apache/commitdiff
Initialize the forward proxy worker too.
authorMladen Turk <mturk@apache.org>
Fri, 10 Sep 2004 18:47:55 +0000 (18:47 +0000)
committerMladen Turk <mturk@apache.org>
Fri, 10 Sep 2004 18:47:55 +0000 (18:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105065 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index e8c8e7081fe605acc32f354cf1806d4c1eb16bf5..d16ae55b5f2c0e41785a0017a901d67ec451f060 100644 (file)
@@ -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;
 }