]> granicus.if.org Git - apache/commitdiff
Forgot a file from the build overhaul for aaa ... need all those new
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 14 Sep 2002 16:34:16 +0000 (16:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 14 Sep 2002 16:34:16 +0000 (16:34 +0000)
  modules mapped into memory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96809 13f79535-47bb-0310-9956-ffa450edef68

os/win32/BaseAddr.ref

index e954eabedf618e5a15edf8322e55caca1a97238a..5fdf1c57a0fb86ff449e0e8d0c558d25a3179f3a 100644 (file)
@@ -9,7 +9,7 @@
 ; module name      base-address      max-size
 
 libhttpd             0x6FF00000    0x000A0000
-mod_auth_anon        0x6FEF0000    0x00010000
+mod_auth_basic       0x6FEF0000    0x00010000
 mod_auth_digest      0x6FED0000    0x00020000
 mod_cern_meta        0x6FEC0000    0x00010000
 mod_expires          0x6FEB0000    0x00010000
@@ -20,7 +20,6 @@ mod_speling          0x6FE60000    0x00010000
 mod_status           0x6FE50000    0x00010000
 mod_usertrack        0x6FE40000    0x00010000
 mod_file_cache       0x6FE20000    0x00020000
-mod_auth_dbm         0x6FE10000    0x00010000
 mod_unique_id        0x6FE00000    0x00010000
 mod_vhost_alias      0x6FDF0000    0x00010000
 mod_mime_magic       0x6FDE0000    0x00010000
@@ -31,11 +30,9 @@ mod_proxy_connect    0x6FD90000    0x00010000
 mod_proxy_ftp        0x6FD80000    0x00010000
 mod_proxy_http       0x6FD70000    0x00010000
 mod_ssl              0x6FD00000    0x00070000
-mod_access           0x6FCF0000    0x00010000
 mod_actions          0x6FCE0000    0x00010000
 mod_alias            0x6FCD0000    0x00010000
 mod_asis             0x6FCC0000    0x00010000
-mod_auth             0x6FCB0000    0x00010000
 mod_autoindex        0x6FCA0000    0x00010000
 mod_cgi              0x6FC90000    0x00010000
 mod_dir              0x6FC80000    0x00010000
@@ -54,3 +51,12 @@ mod_mem_cache        0x6FBC0000    0x00010000
 mod_deflate          0x6FBA0000    0x00020000
 mod_ext_filter       0x6FB90000    0x00010000
 mod_charset_lite     0x6FB80000    0x00010000
+mod_authn_anon       0x6FB70000    0x00010000
+mod_authn_dbm        0x6FB60000    0x00010000
+mod_authn_default    0x6FB50000    0x00010000
+mod_authn_file       0x6FB40000    0x00010000
+mod_authz_dbm        0x6FB30000    0x00010000
+mod_authz_default    0x6FB20000    0x00010000
+mod_authz_groupfile  0x6FB10000    0x00010000
+mod_authz_host       0x6FB00000    0x00010000
+mod_authz_user       0x6FAF0000    0x00010000