From: Jim Jagielski Date: Mon, 8 Dec 2008 14:31:30 +0000 (+0000) Subject: Explain some things X-Git-Tag: 2.3.1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c27585f6e4af576b210dd31ce387739d6c127e78;p=apache Explain some things git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724360 13f79535-47bb-0310-9956-ffa450edef68 --- 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...