From 7c96a66c1a4386bd1e57d8d7be2068799e43b6e8 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 21 Dec 2012 16:53:46 +0000 Subject: [PATCH] hint about API and module usage. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1425029 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_socache_memcache.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/manual/mod/mod_socache_memcache.xml b/docs/manual/mod/mod_socache_memcache.xml index 57bed5b820..f195343bd1 100644 --- a/docs/manual/mod/mod_socache_memcache.xml +++ b/docs/manual/mod/mod_socache_memcache.xml @@ -35,6 +35,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.

-- 2.49.0