From: Eric Covener
Date: Fri, 21 Dec 2012 16:55:48 +0000 (+0000)
Subject: Merge r1425029 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
X-Git-Tag: 2.4.4~244
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0444b0d4fa29e25608fb8e3c9c6811a45aaf9bda;p=apache
Merge r1425029 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
hint about API and module usage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1425033 13f79535-47bb-0310-9956-ffa450edef68
---
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.