From 28cb6121bb49d25397139afa6615ff4531a889b1 Mon Sep 17 00:00:00 2001
From: Eric Covener
This shared object cache provider's "create" method requies a
+ comma separated list of memcached host/port specifications. If using
+ this provider via another modules configuration (such as
+ SSLSessionCache
), provide
+ the list of servers as the optional "arg" parameter.
+ SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:123455
+
Details of other shared object cache providers can be found here.
diff --git a/docs/manual/socache.html.en b/docs/manual/socache.html.en index 489d03c801..6f9063a90f 100644 --- a/docs/manual/socache.html.en +++ b/docs/manual/socache.html.en @@ -41,7 +41,6 @@The only configuration required is to select which cache provider
to use. This is the responsibility of modules using the cache, and
they enable selection using directives such as
- CacheSocache
,
AuthnCacheSOCache
,
SSLSessionCache
, and
SSLStaplingCache
.