]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Modify the config order so that we read the config, process all EXEC_ON_READ
authorRyan Bloom <rbb@apache.org>
Sat, 3 Jun 2000 16:27:03 +0000 (16:27 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 3 Jun 2000 16:27:03 +0000 (16:27 +0000)
commit71d8e39db698e32f9d5143f11eac94d2af81db62
treeebf4b2f8e9e613f277130df33401d69e36e4417d
parent9ef87c2f05ec0fe59c960c919875a483896dd3eb
Modify the config order so that we read the config, process all EXEC_ON_READ
directives at the same time, run pre_config hook for all modules, and
then walk the tree.  This allows all modules to have a pre_config hook and
know that it will be called at a reasonable time.  I also made "Include"
an EXEC_ON_READ directive so that it is included in the tree properly.
This was required after the other changes that were made.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85393 13f79535-47bb-0310-9956-ffa450edef68
include/http_config.h
modules/http/http_core.c
server/config.c
server/main.c