summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_cache.xml.fr
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2013-11-23 16:59:20 +0100
committerLucien Gentis <lgentis@apache.org>2013-11-23 16:59:20 +0100
commitb101b9a93e78b82bf33b76e984a51fbc9eb89b2d (patch)
treed82531217233cd89416e13a002cca0985fd5189c /docs/manual/mod/mod_cache.xml.fr
parentmod_lua: Fix compiler warning by using correct (diff)
downloadapache2-b101b9a93e78b82bf33b76e984a51fbc9eb89b2d.tar.xz
apache2-b101b9a93e78b82bf33b76e984a51fbc9eb89b2d.zip
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1544822 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache.xml.fr')
-rw-r--r--docs/manual/mod/mod_cache.xml.fr14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_cache.xml.fr b/docs/manual/mod/mod_cache.xml.fr
index c20d6242dc..67633a1825 100644
--- a/docs/manual/mod/mod_cache.xml.fr
+++ b/docs/manual/mod/mod_cache.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1517405 -->
+<!-- English Revision : 1543907 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -393,6 +393,8 @@ URL</var>]</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context>
</contextlist>
+<compatibility>Une cha&icirc;ne URL telle que '/' s'appliquait &agrave; tout contenu
+en mandat direct dans les versions 2.2 et ant&eacute;rieures.</compatibility>
<usage>
<p>La directive <directive>CacheEnable</directive> enjoint
@@ -427,9 +429,8 @@ URL</var>]</syntax>
global.</p>
<p>En fonctionnement du type serveur mandataire direct, <var>cha&icirc;ne
- URL</var> peut aussi &ecirc;tre utilis&eacute; pour sp&eacute;cifier des sites distants
- et des protocoles de mandat pour lesquels la mise en cache devra
- &ecirc;tre activ&eacute;e.</p>
+ URL</var> doit au moins d&eacute;buter par un protocole pour lequel la mise
+ en cache doit &ecirc;tre activ&eacute;e.</p>
<highlight language="config">
# Mise en cache de contenu (gestionnaire normal seulement)
@@ -444,13 +445,14 @@ CacheQuickHandler off
CacheEnable disk
&lt;/LocationMatch&gt;
-# Mise en cache des URLs mandat&eacute;es (gestionnaire normal ou rapide)
+# Mise en cache de tous les contenus, &agrave; l'exception des URLs
+# mandat&eacute;es en direct (gestionnaire normal ou rapide)
CacheEnable disk /
# Mise en cache des URLs FTP mandat&eacute;es (gestionnaire normal ou rapide)
CacheEnable disk ftp://
-# Mise en cache des contenus situ&eacute;s dans www.example.org (gestionnaire normal ou rapide)
+# Mise en cache des contenus mandat&eacute;s en direct depuis www.example.org (gestionnaire normal ou rapide)
CacheEnable disk http://www.example.org/
</highlight>