From: Eric Covener
Date: Fri, 21 Dec 2012 16:53:46 +0000 (+0000)
Subject: hint about API and module usage.
X-Git-Tag: 2.5.0-alpha~5964
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c96a66c1a4386bd1e57d8d7be2068799e43b6e8;p=thirdparty%2Fapache%2Fhttpd.git
hint about API and module usage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1425029 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_socache_memcache.xml b/docs/manual/mod/mod_socache_memcache.xml
index 57bed5b8203..f195343bd1f 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.