From c27585f6e4af576b210dd31ce387739d6c127e78 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 8 Dec 2008 14:31:30 +0000 Subject: [PATCH] Explain some things git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724360 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/balancers/WHERE_IS_CONFIG_M4.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/proxy/balancers/WHERE_IS_CONFIG_M4.txt diff --git a/modules/proxy/balancers/WHERE_IS_CONFIG_M4.txt b/modules/proxy/balancers/WHERE_IS_CONFIG_M4.txt new file mode 100644 index 0000000000..d61204e149 --- /dev/null +++ b/modules/proxy/balancers/WHERE_IS_CONFIG_M4.txt @@ -0,0 +1,9 @@ +The config.m4 file that normally would be located +in this directory is actually concatted to the end +of ../config.m4 (ie: modules/proxy/config.m4). + +This is done to force the correct loading of the +submodules. So if additional bundled LB submodules are +added, ../config.m4 must be updated as well. + +There is likely a better way to do this... -- 2.40.0