]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove AddModule and ClearModuleList. Neither directive really makes
authorRyan Bloom <rbb@apache.org>
Sun, 21 Jan 2001 22:14:16 +0000 (22:14 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 21 Jan 2001 22:14:16 +0000 (22:14 +0000)
commit58fe893e8826a88f30ddd9bb4df7f888ec530513
treef77101462e6e60d5d517e2fd2a70af2ff326d245
parent8a13192b5c6af9edc1fee6ad4b9be286b58c27b0
Remove AddModule and ClearModuleList.  Neither directive really makes
much sense anymore, since we use the hooks to order modules correctly.
This also removes the possability that one module will ever register the
same function for the same hook twice.

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