diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2019-03-26 15:52:28 +0000 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2019-03-26 15:52:28 +0000 |
commit | c714186607456d1f825ddc743391b64f550d9f4d (patch) | |
tree | 845a454dd810951e4bcbb0e0f26b74366b43bda0 /build | |
parent | 2179d63f3dcefe991eca270ce717e3b0d7080870 (diff) | |
download | httpd-c714186607456d1f825ddc743391b64f550d9f4d.tar.gz |
add loadmodule line to sochache_redis to httpd.conf in Windows
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1856322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/installwinconf.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk index df023a19c7..6a409c7c99 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -195,6 +195,7 @@ BEGIN { print "#LoadModule slotmem_shm_module modules/mod_slotmem_shm.so" > dstfl; print "#LoadModule socache_dbm_module modules/mod_socache_dbm.so" > dstfl; print "#LoadModule socache_memcache_module modules/mod_socache_memcache.so" > dstfl; + print "#LoadModule socache_redis_module modules/mod_socache_redis.so" > dstfl; print "#LoadModule socache_shmcb_module modules/mod_socache_shmcb.so" > dstfl; print "#LoadModule speling_module modules/mod_speling.so" > dstfl; print "#LoadModule ssl_module modules/mod_ssl.so" > dstfl; |