From: Jim Jagielski Date: Fri, 21 Oct 2016 18:51:39 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~1075 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=145498363272e2685110aef152002b4d5b3b6cd5;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1766105 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index 1744a2968f..1e04988d45 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -544,11 +544,13 @@ CacheDirLength 1

Caching to memcached

-

The mod_cache_socache and mod_socache_memcache - modules are used to specify that the backend storage mechanism to be used - to store and return cached data in the memcached server.

+

Using the mod_cache_socache module, mod_cache + can cache data from a variety of implementations (aka: "providers"). Using the + mod_socache_memcache module, for example, one can specify that + memcached is to be used as the + the backend storage mechanism.

-

Typically the module will be configured as so;

+

Typically the module will be configured as so:

CacheEnable socache /
 CacheSocache memcache:memcd.example.com:11211
@@ -556,7 +558,11 @@ CacheSocache memcache:memcd.example.com:11211

Additional memcached servers can be specified by appending them to the end of the CacheSocache memcache: - line seperated by commas.

+ line separated by commas:

+ +
CacheEnable socache /
+CacheSocache memcache:mem1.example.com:11211,mem2.example.com:11212
+

This format is also used with the other various mod_cache_socache providers. For example:

diff --git a/docs/manual/caching.xml.fr b/docs/manual/caching.xml.fr index 78829440f0..f3cdc82660 100644 --- a/docs/manual/caching.xml.fr +++ b/docs/manual/caching.xml.fr @@ -3,7 +3,7 @@ - + +