From: Eric Covener Date: Fri, 21 Dec 2012 16:54:21 +0000 (+0000) Subject: xform X-Git-Tag: 2.5.0-alpha~5963 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6459776962c63058d108f22ab57142a50d1efcec;p=thirdparty%2Fapache%2Fhttpd.git xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1425030 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_socache_memcache.html.en b/docs/manual/mod/mod_socache_memcache.html.en index 038f8cadda1..e20226976e5 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.