From: Bradley Nicholes Date: Wed, 17 Oct 2001 22:49:39 +0000 (+0000) Subject: Temporarily removed the cgi module from the built in modules list until we X-Git-Tag: 2.0.27~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2c0d04e24437ddc2bdd54578e553365c76b1caa;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/os/netware/modules.c b/os/netware/modules.c index 3868521c856..0d71f22226d 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,