From 5f3c2ff089ff2073b287d5fb4b4f0c416fa8b946 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Mon, 9 Dec 2002 14:42:09 +0000 Subject: [PATCH] AddModules does not exist anymore Submitted by: Stas Bekman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97818 13f79535-47bb-0310-9956-ffa450edef68 --- server/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.c b/server/config.c index 0fcbef6b0e..fcb261909b 100644 --- a/server/config.c +++ b/server/config.c @@ -444,7 +444,7 @@ AP_DECLARE(void) ap_register_hooks(module *m, apr_pool_t *p) AP_DECLARE(void) ap_add_module(module *m, apr_pool_t *p) { - /* This could be called from an AddModule httpd.conf command, + /* This could be called from an LoadModule httpd.conf command, * after the file has been linked and the module structure within it * teased out... */ -- 2.40.0