From: Jim Jagielski
| Related Modules | Related Directives |
|---|---|
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+ + + +
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 b699009eb2a..78829440f0c 100644
--- a/docs/manual/caching.xml.fr
+++ b/docs/manual/caching.xml.fr
@@ -3,7 +3,7 @@
-
+
+