summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2008-12-08 14:31:30 +0000
committerJim Jagielski <jim@apache.org>2008-12-08 14:31:30 +0000
commitc27585f6e4af576b210dd31ce387739d6c127e78 (patch)
treea77ca187a0a3b14c127f42a1f98b39585f54a9cf
parent826cb7f002eb2d607a9fcbcf7d6b689fb6bc0270 (diff)
downloadhttpd-c27585f6e4af576b210dd31ce387739d6c127e78.tar.gz
Explain some things
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724360 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/proxy/balancers/WHERE_IS_CONFIG_M4.txt9
1 files changed, 9 insertions, 0 deletions
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...