You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2001/10/18 00:49:39 UTC

cvs commit: httpd-2.0/os/netware modules.c

bnicholes    01/10/17 15:49:39

  Modified:    os/netware modules.c
  Log:
  Temporarily removed the cgi module from the built in modules list until we
  can figure out how to handle it.
  
  Revision  Changes    Path
  1.2       +3 -3      httpd-2.0/os/netware/modules.c
  
  Index: modules.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/netware/modules.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modules.c	2001/10/16 23:25:46	1.1
  +++ modules.c	2001/10/17 22:49:39	1.2
  @@ -18,7 +18,7 @@
   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 @@
     &include_module,
     &autoindex_module,
     &dir_module,
  -  &cgi_module,
  +//  &cgi_module,
     &userdir_module,
     &alias_module,
     &env_module,
  @@ -64,7 +64,7 @@
     &include_module,
     &autoindex_module,
     &dir_module,
  -  &cgi_module,
  +//  &cgi_module,
     &userdir_module,
     &alias_module,
     &env_module,