summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_socache_memcache.xml
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2012-12-21 17:53:46 +0100
committerEric Covener <covener@apache.org>2012-12-21 17:53:46 +0100
commit7c96a66c1a4386bd1e57d8d7be2068799e43b6e8 (patch)
tree105ef290ce98998a45182ed3b7b3b9389fa99a7b /docs/manual/mod/mod_socache_memcache.xml
parent- return NULL if apr_reslist_acquire fails, so we don't end up possibly refer... (diff)
downloadapache2-7c96a66c1a4386bd1e57d8d7be2068799e43b6e8.tar.xz
apache2-7c96a66c1a4386bd1e57d8d7be2068799e43b6e8.zip
hint about API and module usage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1425029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_socache_memcache.xml')
-rw-r--r--docs/manual/mod/mod_socache_memcache.xml11
1 files changed, 11 insertions, 0 deletions
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.
</p>
+
+ <p>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
+ <directive module="mod_ssl">SSLSessionCache</directive>), provide
+ the list of servers as the optional "arg" parameter.</p>
+
+ <example>
+ SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:123455
+ </example>
+
<p>Details of other shared object cache providers can be found
<a href="../socache.html">here</a>.
</p>