From: Jim Jagielski Date: Fri, 21 Oct 2016 18:37:44 +0000 (+0000) Subject: xfrms X-Git-Tag: 2.5.0-alpha~1077 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a14bb92e54f7aee28d22c3542590f97262ec7265;p=apache xfrms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1766099 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index 5d6928f8e3..1744a2968f 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -35,7 +35,8 @@

See also

@@ -418,6 +419,14 @@ Vary: negotiate,accept-language,accept-charset to decide on which of many variants to return to the client.

+
top
+
+

Cache Setup Examples

+ + + + +

Caching to Disk

@@ -532,9 +541,39 @@ CacheDirLength 1 leave enough "grow room" following a clean.

+

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.

+ +

Typically the module will be configured as so;

+ +
CacheEnable socache /
+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.

+ +

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

+ +
CacheEnable socache /
+CacheSocache shmcb:/path/to/datafile(512000)
+ + +
CacheEnable socache /
+CacheSocache dbm:/path/to/datafile
+ + + +
top
-

Two-state Key/Value Shared Object Caching

+

General Two-state Key/Value Shared Object Caching

diff --git a/docs/manual/caching.html.fr b/docs/manual/caching.html.fr index 1a9dd19ef0..a4203140a4 100644 --- a/docs/manual/caching.html.fr +++ b/docs/manual/caching.html.fr @@ -27,6 +27,8 @@  fr  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Ce document complète la documentation de référence des modules mod_cache, mod_cache_disk, diff --git a/docs/manual/caching.xml.fr b/docs/manual/caching.xml.fr index b699009eb2..78829440f0 100644 --- a/docs/manual/caching.xml.fr +++ b/docs/manual/caching.xml.fr @@ -3,7 +3,7 @@ - + +