diff options
author | Ken Coar <coar@apache.org> | 2015-04-15 22:16:24 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2015-04-15 22:16:24 +0200 |
commit | 0566cf0f319e883e584ec02dc95697bce3e38624 (patch) | |
tree | 162e9f6e5f34784acbd487c73090cf9f28239524 /docs/manual/mod/mod_socache_memcache.xml | |
parent | * Remove trailing whitespace from a bunch of *.xml files (diff) | |
download | apache2-0566cf0f319e883e584ec02dc95697bce3e38624.tar.xz apache2-0566cf0f319e883e584ec02dc95697bce3e38624.zip |
Simply remove trailing whitespace.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673947 13f79535-47bb-0310-9956-ffa450edef68
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> |