From 28cb6121bb49d25397139afa6615ff4531a889b1 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 21 Dec 2012 17:01:06 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1425034 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_socache_memcache.html.en | 11 +++++++++++ docs/manual/socache.html.en | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_socache_memcache.html.en b/docs/manual/mod/mod_socache_memcache.html.en index ba3fe47716..8cb1364870 100644 --- a/docs/manual/mod/mod_socache_memcache.html.en +++ b/docs/manual/mod/mod_socache_memcache.html.en @@ -38,6 +38,17 @@ high-performance, distributed memory object caching system.

+ +

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.

-- 2.50.1