From: Bill Stoddard Date: Mon, 30 Aug 1999 20:37:16 +0000 (+0000) Subject: Link in the winnt mpm X-Git-Tag: 1.3.10~347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be33dd857fae1da9c998f3ab0be1ed0aaa6b8bc2;p=apache Link in the winnt mpm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83849 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/win32/modules.c b/os/win32/modules.c index 0f6778c641..ec4d0b6e8d 100644 --- a/os/win32/modules.c +++ b/os/win32/modules.c @@ -29,6 +29,7 @@ extern module setenvif_module; module *ap_prelinked_modules[] = { &core_module, + &mpm_winnt_module, // &so_module, &mime_module, &access_module, @@ -51,6 +52,7 @@ module *ap_prelinked_modules[] = { }; module *ap_preloaded_modules[] = { &core_module, + &mpm_winnt_module, // &so_module, &mime_module, &access_module,