]> granicus.if.org Git - apache/commitdiff
Remove setting module config.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 11 Aug 2004 22:51:34 +0000 (22:51 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 11 Aug 2004 22:51:34 +0000 (22:51 +0000)
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

index e40fcf43511e63495bf87413a50ce7f3a7c4dbb6..f94c2e2fe55b2f40b57ef0cd90e8b9eb56c4a79e 100644 (file)
@@ -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;