From: William A. Rowe Jr Date: Wed, 11 Aug 2004 22:51:34 +0000 (+0000) Subject: Remove setting module config. X-Git-Tag: post_ajp_proxy~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=392a44c54402e59f8611398a13e1b25029341783;p=apache Remove setting module config. Submitted by: mturk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104607 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_ajp.c b/modules/proxy/proxy_ajp.c index e40fcf4351..f94c2e2fe5 100644 --- a/modules/proxy/proxy_ajp.c +++ b/modules/proxy/proxy_ajp.c @@ -350,9 +350,11 @@ int ap_proxy_ajp_handler(request_rec *r, proxy_worker *worker, } return status; } +#if 0 if (!r->main) { ap_set_module_config(c->conn_config, &proxy_ajp_module, backend); } +#endif } backend->is_ssl = 0;