From e6f24279014011cb13774b572ad4c1f7130e2b7a Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 17 Mar 2019 14:13:11 +0000 Subject: [PATCH] Update compatibility notes for mod_socache_redis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855701 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_socache_redis.xml | 5 +++-- docs/manual/new_features_2_4.xml | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_socache_redis.xml b/docs/manual/mod/mod_socache_redis.xml index c8fe1eacae..453900e46f 100644 --- a/docs/manual/mod/mod_socache_redis.xml +++ b/docs/manual/mod/mod_socache_redis.xml @@ -27,6 +27,7 @@ Extension mod_socache_redis.c socache_redis_module +Available in Apache 2.4.39 and later

mod_socache_redis is a shared object cache provider @@ -61,7 +62,7 @@ server config virtual host -Available in Apache 2.5 and later +Available in Apache 2.4.39 and later

Set the time to keep idle connections with the Redis server(s) @@ -94,7 +95,7 @@ RedisConnPoolTTL 60 server config virtual host -Available in Apache 2.5 and later +Available in Apache 2.4.39 and later

Set the Read/Write timeout used for the connection with the Redis diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index bd0e10e94b..6d3bea7ba1 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -196,6 +196,9 @@

mod_md (available since 2.4.30)
Support the ACME protocol to automate certificate provisionning.
+
mod_socache_redis (available since 2.4.39)
+
Support Redis based shared object cache provider.
+ -- 2.50.1