From 392a44c54402e59f8611398a13e1b25029341783 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 11 Aug 2004 22:51:34 +0000 Subject: [PATCH] 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 --- modules/proxy/proxy_ajp.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.40.0