Removed access_module, auth_module and added authz_host_module in

order to comply with the new auth module architecture


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bradley Nicholes
2002-09-13 21:43:22 +00:00
parent 870bad0ffa
commit ebb7183a7b
2 changed files with 4 additions and 8 deletions

View File

@ -194,11 +194,10 @@ FILES_nlm_objs = \
$(OBJDIR)/listen.o \
$(OBJDIR)/log.o \
$(OBJDIR)/main.o \
$(OBJDIR)/mod_access.o \
$(OBJDIR)/mod_authz_host.o \
$(OBJDIR)/mod_actions.o \
$(OBJDIR)/mod_alias.o \
$(OBJDIR)/mod_asis.o \
$(OBJDIR)/mod_auth.o \
$(OBJDIR)/mod_autoindex.o \
$(OBJDIR)/mod_cgi.o \
$(OBJDIR)/mod_dir.o \

View File

@ -12,8 +12,7 @@ extern module mpm_netware_module;
extern module http_module;
extern module so_module;
extern module mime_module;
extern module access_module;
extern module auth_module;
extern module authz_host_module;
extern module negotiation_module;
extern module include_module;
extern module autoindex_module;
@ -36,8 +35,7 @@ module *ap_prelinked_modules[] = {
&http_module,
&so_module,
&mime_module,
&access_module,
&auth_module,
&authz_host_module,
&negotiation_module,
&include_module,
&autoindex_module,
@ -62,8 +60,7 @@ module *ap_preloaded_modules[] = {
&http_module,
&so_module,
&mime_module,
&access_module,
&auth_module,
&authz_host_module,
&negotiation_module,
&include_module,
&autoindex_module,