]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
There is a bug in how we sort some hooks, the pre-config hook is one that
authorRyan Bloom <rbb@apache.org>
Wed, 18 Apr 2001 20:56:04 +0000 (20:56 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 18 Apr 2001 20:56:04 +0000 (20:56 +0000)
commitffe6ad2669fd6ce229230c52d81728060c83b583
tree1f0918c95454ff648fbfd45f2519b4674e0c4b39
parentde6f0796e92fa6887c17014f715c74d4b771c782
There is a bug in how we sort some hooks, the pre-config hook is one that
is definately incorrect.  Basically, the first time we call the pre-config
hooks, they are sorted correctly.  However, when we call them the second
time, we use the order that modules are loaded into the server.  This
move basically puts the http_module after mod_log_config in the compiled
server.  It is a hack, and a work-around to allow for my next commit.

When the hook sort issue is solved, this should be re-named to config.m4

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88887 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/http/config2.m4 [moved from modules/http/config.m4 with 73% similarity]