From: Jim Jagielski Date: Fri, 21 Oct 2016 18:56:14 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.24~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d063e9fb60669d518276b90a336cafceff2a84f8;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1766107 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index dd59315c241..b51d589c4cf 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 44308fe192f..e29a9a7ab24 100644 --- a/docs/manual/caching.xml.fr +++ b/docs/manual/caching.xml.fr @@ -3,7 +3,7 @@ - + +