diff options
Diffstat (limited to 'docs/manual/mod/mod_socache_memcache.xml')
-rw-r--r-- | docs/manual/mod/mod_socache_memcache.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_socache_memcache.xml b/docs/manual/mod/mod_socache_memcache.xml index a25a39be91..c6c0163a41 100644 --- a/docs/manual/mod/mod_socache_memcache.xml +++ b/docs/manual/mod/mod_socache_memcache.xml @@ -35,17 +35,17 @@ high-performance, distributed memory object caching system. </p> - - <p>This shared object cache provider's "create" method requires a + + <p>This shared object cache provider's "create" method requires a comma separated list of memcached host/port specifications. If using - this provider via another modules configuration (such as + 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> <highlight language="config"> SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:12345 </highlight> - + <p>Details of other shared object cache providers can be found <a href="../socache.html">here</a>. </p> |