From: Christophe Jaillet Date: Sun, 17 Mar 2019 14:13:11 +0000 (+0000) Subject: Update compatibility notes for mod_socache_redis X-Git-Tag: 2.5.0-alpha2-ci-test-only~2101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f24279014011cb13774b572ad4c1f7130e2b7a;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_socache_redis.xml b/docs/manual/mod/mod_socache_redis.xml index c8fe1eacaea..453900e46f3 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 bd0e10e94bf..6d3bea7ba1f 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.
+