]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Temporarily removed the cgi module from the built in modules list until we
authorBradley Nicholes <bnicholes@apache.org>
Wed, 17 Oct 2001 22:49:39 +0000 (22:49 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 17 Oct 2001 22:49:39 +0000 (22:49 +0000)
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

index 3868521c856e548cc63a42ee321ff12fd9d0ee5a..0d71f22226d8eb8fb3c0fde3c32b5e149a5aeada 100644 (file)
@@ -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,