You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/11/30 20:12:34 UTC

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

wrowe       2002/11/30 11:12:34

  Modified:    os/netware Tag: APACHE_2_0_BRANCH modules.c
  Removed:     modules/arch/netware Tag: APACHE_2_0_BRANCH
                        mod_authn_anon.def mod_authn_dbm.def
                        mod_authn_default.def mod_authn_file.def
                        mod_authz_dbm.def mod_authz_default.def
                        mod_authz_groupfile.def mod_authz_user.def
  Log:
    More rollbacks for Netware of the aaa overhaul
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.1   +6 -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.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- modules.c	13 Sep 2002 21:43:22 -0000	1.5
  +++ modules.c	30 Nov 2002 19:12:34 -0000	1.5.2.1
  @@ -12,7 +12,8 @@
   extern module http_module;
   extern module so_module;
   extern module mime_module;
  -extern module authz_host_module;
  +extern module access_module;
  +extern module auth_module;
   extern module negotiation_module;
   extern module include_module;
   extern module autoindex_module;
  @@ -35,7 +36,8 @@
     &http_module,
     &so_module,
     &mime_module,
  -  &authz_host_module,
  +  &access_module,
  +  &auth_module,
     &negotiation_module,
     &include_module,
     &autoindex_module,
  @@ -60,7 +62,8 @@
     &http_module,
     &so_module,
     &mime_module,
  -  &authz_host_module,
  +  &access_module,
  +  &auth_module,
     &negotiation_module,
     &include_module,
     &autoindex_module,