]> 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)
commitb825ae06ca9ccd72ac4cb827975ca37e9cd11953
treef77101462e6e60d5d517e2fd2a70af2ff326d245
parent384933df6157b2522df1a882e145a9b8a3b883b1
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