From a14bb92e54f7aee28d22c3542590f97262ec7265 Mon Sep 17 00:00:00 2001
From: Jim Jagielski
Date: Fri, 21 Oct 2016 18:37:44 +0000
Subject: [PATCH] xfrms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1766099 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/caching.html.en | 43 ++++++++++++++++++++++++++++++++++--
docs/manual/caching.html.fr | 2 ++
docs/manual/caching.xml.fr | 2 +-
docs/manual/caching.xml.meta | 2 +-
docs/manual/caching.xml.tr | 2 +-
docs/manual/expr.html.en | 6 +++--
docs/manual/expr.html.fr | 6 +++--
docs/manual/expr.xml.meta | 1 +
8 files changed, 55 insertions(+), 9 deletions(-)
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 @@
@@ -418,6 +419,14 @@ Vary: negotiate,accept-language,accept-charset
to decide on which of many variants to return to the client.
+ 
+
+
+
+
+
+
+
@@ -532,9 +541,39 @@ CacheDirLength 1
leave enough "grow room" following a clean.
+
+
+
+
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
+
+
+
+

-
+
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 @@
-
+
+