From a2c0d04e24437ddc2bdd54578e553365c76b1caa Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 17 Oct 2001 22:49:39 +0000 Subject: [PATCH] Temporarily removed the cgi module from the built in modules list until we can figure out how to handle it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91540 13f79535-47bb-0310-9956-ffa450edef68 --- os/netware/modules.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/os/netware/modules.c b/os/netware/modules.c index 3868521c85..0d71f22226 100644 --- a/os/netware/modules.c +++ b/os/netware/modules.c @@ -18,7 +18,7 @@ extern module negotiation_module; extern module include_module; extern module autoindex_module; extern module dir_module; -extern module cgi_module; +//extern module cgi_module; extern module userdir_module; extern module alias_module; extern module env_module; @@ -40,7 +40,7 @@ module *ap_prelinked_modules[] = { &include_module, &autoindex_module, &dir_module, - &cgi_module, +// &cgi_module, &userdir_module, &alias_module, &env_module, @@ -64,7 +64,7 @@ module *ap_preloaded_modules[] = { &include_module, &autoindex_module, &dir_module, - &cgi_module, +// &cgi_module, &userdir_module, &alias_module, &env_module, -- 2.40.0