You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2016/10/22 16:34:16 UTC

svn commit: r1766212 - in /httpd/httpd/branches/2.4.x/docs/manual: caching.html.fr caching.xml.meta mod/mod_proxy_html.html.fr mod/mod_proxy_html.xml.meta

Author: lgentis
Date: Sat Oct 22 16:34:16 2016
New Revision: 1766212

URL: http://svn.apache.org/viewvc?rev=1766212&view=rev
Log:
Rebuild.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/caching.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/caching.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_html.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_html.xml.meta

Modified: httpd/httpd/branches/2.4.x/docs/manual/caching.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/caching.html.fr?rev=1766212&r1=1766211&r2=1766212&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/caching.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/caching.html.fr Sat Oct 22 16:34:16 2016
@@ -27,8 +27,6 @@
 <a href="./fr/caching.html" title="Fran�ais">&nbsp;fr&nbsp;</a> |
 <a href="./tr/caching.html" hreflang="tr" rel="alternate" title="T�rk�e">&nbsp;tr&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut �tre p�rim�e. V�rifiez la version
-            anglaise pour les changements r�cents.</div>
 
     <p>Ce document compl�te la documentation de r�f�rence des modules
     <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>, <code class="module"><a href="./mod/mod_cache_disk.html">mod_cache_disk</a></code>,
@@ -40,7 +38,8 @@
   </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#introduction">Introduction</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#http-caching">Mise en cache HTTP � trois �tats RFC2616</a></li>
-<li><img alt="" src="./images/down.gif" /> <a href="#socache-caching">Mise en cache d'objets partag�s � deux �tats de forme
+<li><img alt="" src="./images/down.gif" /> <a href="#examples">Exemples de configuration du cache</a></li>
+<li><img alt="" src="./images/down.gif" /> <a href="#socache-caching">Mise en cache g�n�rale d'objets partag�s � deux �tats de forme
     cl�/valeur</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#file-caching">Mise en cache � base de fichiers sp�cialis�s</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#security">Consid�rations sur la s�curit�</a></li>
@@ -459,6 +458,14 @@ Vary: negotiate,accept-language,accept-c
           
     
 
+    </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="examples" id="examples">Exemples de configuration du cache</a></h2>
+
+    
+
+    <table class="related"><tr><th>Modules Apparent�s</th><th>Directives Apparent�es</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code></li><li><code class="module"><a href="./mod/mod_cache_disk.html">mod_cache_disk</a></code></li><li><code class="module"><a href="./mod/mod_cache_socache.html">mod_cache_socache</a></code></li><li><code class="module"><a href="./mod/mod_socache_memcache.html">mod_socache_memcache</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_cache.html#cacheenable">CacheEnable</a></code></li><li><code class="directive"><a href="./mod/mod_cache_disk.html#cacheroot">CacheRoot</a></code></li><li><code class="directive"><a href="./mod/mod_cache_disk.html#cachedirlevels">CacheDirLevels</a></code></li><li><code class="directive"><a href="./mod/mod_cache_disk.html#cachedirlength">CacheDirLength</a></code></li><li><code class="directive"><a href="./mod/mod_cache_socache.html#cachesocache">Cach
 eSocache</a></code></li></ul></td></tr></table>
+
     <h3><a name="disk" id="disk">Mise en cache sur disque</a></h3>
       
 
@@ -585,9 +592,46 @@ CacheDirLength 1</pre>
       � la suite d'un nettoyage.</p>
     
 
+    <h3><a name="memcache" id="memcache">Cache en m�moire</a></h3>
+      
+
+      <p>En utilisant le module <code class="module"><a href="./mod/mod_cache_socache.html">mod_cache_socache</a></code>,
+      <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> peut mettre en cache des donn�es � partir de
+      diverses impl�mentations aussi nomm�es "fournisseurs". Par exemple, en
+      utilisant le module <code class="module"><a href="./mod/mod_socache_memcache.html">mod_socache_memcache</a></code>, on peut
+      sp�cifier que c'est <a href="http://memcached.org">memcached</a> qui doit
+      �tre utilis� comme m�canisme de stockage sous-jacent.</p>
+
+      <p>Typiquement, le module sera configur� comme suit :</p>
+
+      <pre class="prettyprint lang-config">CacheEnable socache /
+CacheSocache memcache:memcd.example.com:11211</pre>
+
+
+      <p>En outre, il est possible de sp�cifier plusieurs serveurs
+      <code>memcached</code> en les ajoutant � la fin de la ligne
+      <code>CacheSocache memcache:</code> et en les s�parant par des virgules :</p>
+
+      <pre class="prettyprint lang-config">CacheEnable socache /
+CacheSocache memcache:mem1.example.com:11211,mem2.example.com:11212</pre>
+
+
+      <p>Divers autres fournisseurs <code class="module"><a href="./mod/mod_cache_socache.html">mod_cache_socache</a></code> utilisent
+      aussi ce format. Par exemple :</p>
+
+      <pre class="prettyprint lang-config">CacheEnable socache /
+CacheSocache shmcb:/path/to/datafile(512000)</pre>
+
+
+      <pre class="prettyprint lang-config">CacheEnable socache /
+CacheSocache dbm:/path/to/datafile</pre>
+
+
+    
+
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
-<h2><a name="socache-caching" id="socache-caching">Mise en cache d'objets partag�s � deux �tats de forme
+<h2><a name="socache-caching" id="socache-caching">Mise en cache g�n�rale d'objets partag�s � deux �tats de forme
     cl�/valeur</a></h2>
 
     

Modified: httpd/httpd/branches/2.4.x/docs/manual/caching.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/caching.xml.meta?rev=1766212&r1=1766211&r2=1766212&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/caching.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/caching.xml.meta Sat Oct 22 16:34:16 2016
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_html.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_html.html.fr?rev=1766212&r1=1766211&r2=1766212&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_html.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_html.html.fr Sat Oct 22 16:34:16 2016
@@ -29,8 +29,6 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_proxy_html.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_proxy_html.html" title="Fran�ais">&nbsp;fr&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut �tre p�rim�e. V�rifiez la version
-            anglaise pour les changements r�cents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>R��crit les liens HTML afin de s'assurer qu'ils soient bien
 adressables depuis les r�seaux des clients dans un contexte de
 mandataire.</td></tr>
@@ -382,6 +380,16 @@ pr�c�dentes.</td></tr>
     en-t�tes HTTP, afin de conserver le but original de cette forme
     de m�ta�l�ment HTML.</p>
 
+    <div class="warning"><h3>Avertissement</h3> Compte tenu du fait que la
+    directive ProxyHTMLMeta promeut <strong>tous</strong> les �l�ments
+    <code>http-equiv</code> au rang d'en-t�tes HTTP, il est conseill� de ne
+    l'activer que si vous faites autant confiance au contenu HTML qu'� votre
+    serveur mandataire. Avec cette directive en effet, si ce contenu est g�r�
+    par des gens malintentionn�s, ces derniers seront en mesure d'injecter des
+    en-t�tes HTTP arbitraires et peut-�tre malveillants dans les r�ponses de
+    votre serveur.  
+    </div>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="proxyhtmlstripcomments" id="proxyhtmlstripcomments">Directive</a> <a name="ProxyHTMLStripComments" id="ProxyHTMLStripComments">ProxyHTMLStripComments</a></h2>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_html.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_html.xml.meta?rev=1766212&r1=1766211&r2=1766212&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_html.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_html.xml.meta Sat Oct 22 16:34:16 2016
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
   </variants>
 </metafile>