diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2018-01-10 03:27:52 +0100 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2018-01-10 03:27:52 +0100 |
commit | 346a85a8bd85fa978af9c550f0859fb687880e87 (patch) | |
tree | c128cab09e07efb9c9d61294558e24e15f27f11b /os | |
parent | PR 61980: AH01215 CGI stderr forwarding msg improvement (diff) | |
download | apache2-346a85a8bd85fa978af9c550f0859fb687880e87.tar.xz apache2-346a85a8bd85fa978af9c550f0859fb687880e87.zip |
mod_socache_redis seems to be missing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/BaseAddr.ref | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index 5591ae2606..7410085344 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -136,4 +136,5 @@ mod_proxy_http2.so 0x70CC0000 0x00030000 mod_http2.so 0x70D00000 0x00030000 mod_brotli.so 0x70D30000 0x000C0000 mod_proxy_hcheck.so 0x70DF0000 0x00020000 -mod_md.so 0x70E10000 0x00030000 +mod_socache_redis.so 0x70E10000 0x00020000 +mod_md.so 0x70E30000 0x00030000 |