From: Jim Jagielski The Using the Typically the module will be configured as so; Typically the module will be configured as so: Additional Caching to memcached
- 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.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.CacheEnable socache /
CacheSocache memcache:memcd.example.com:11211
@@ -556,7 +558,11 @@ CacheSocache memcache:memcd.example.com:11211
memcached
servers can be specified by
appending them to the end of the CacheSocache memcache:
- line seperated 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: