diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-01-17 01:05:23 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-01-17 01:05:23 +0000 |
commit | 7f6d76ce953cc3f0d79a25fa575a2c5a023a59a1 (patch) | |
tree | 49f418845d0b8b102128cad1990c4f19a3b4d5c7 /os | |
parent | f2e97102ce1ebc0205f3dee5d5296877063bfaef (diff) | |
download | httpd-7f6d76ce953cc3f0d79a25fa575a2c5a023a59a1.tar.gz |
Follow our Unix bretherens' conventions, and name the sub-proxy modules
with the mod_ prefix (al la mod_dav_fs as a sub-dav module.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/BaseAddr.ref | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index 9ac5a266a7..bd79385883 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -27,9 +27,9 @@ mod_mime_magic 0x6FDE0000 0x00010000 mod_dav 0x6FDC0000 0x00020000 mod_dav_fs 0x6FDB0000 0x00010000 mod_proxy 0x6FDA0000 0x00010000 -proxy_connect 0x6FD90000 0x00010000 -proxy_ftp 0x6FD80000 0x00010000 -proxy_http 0x6FD70000 0x00010000 +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 |