mirror of
https://github.com/apache/httpd.git
synced 2025-07-10 08:01:00 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741777 13f79535-47bb-0310-9956-ffa450edef68
279 lines
19 KiB
Plaintext
279 lines
19 KiB
Plaintext
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr"><head>
|
||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" />
|
||
<!--
|
||
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||
This file is generated from xml source: DO NOT EDIT
|
||
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||
-->
|
||
<title>mod_cache_socache - Serveur Apache HTTP Version 2.5</title>
|
||
<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
|
||
<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
|
||
<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" />
|
||
<script src="../style/scripts/prettify.min.js" type="text/javascript">
|
||
</script>
|
||
|
||
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
|
||
<body>
|
||
<div id="page-header">
|
||
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p>
|
||
<p class="apache">Serveur Apache HTTP Version 2.5</p>
|
||
<img alt="" src="../images/feather.png" /></div>
|
||
<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
|
||
<div id="path">
|
||
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">Serveur HTTP</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.5</a> > <a href="./">Modules</a></div>
|
||
<div id="page-content">
|
||
<div id="preamble"><h1>Module Apache mod_cache_socache</h1>
|
||
<div class="toplang">
|
||
<p><span>Langues Disponibles: </span><a href="../en/mod/mod_cache_socache.html" hreflang="en" rel="alternate" title="English"> en </a> |
|
||
<a href="../fr/mod/mod_cache_socache.html" title="Fran<61>ais"> fr </a></p>
|
||
</div>
|
||
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Module de stockage <20> base de cache d'objets partag<61>s
|
||
(socache) pour le filtre de mise en cache HTTP.</td></tr>
|
||
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
|
||
<tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur<75>de<64>Module:</a></th><td>cache_socache_module</td></tr>
|
||
<tr><th><a href="module-dict.html#SourceFile">Fichier<65>Source:</a></th><td>mod_cache_socache.c</td></tr></table>
|
||
<h3>Sommaire</h3>
|
||
|
||
<p>Le module <code class="module"><a href="../mod/mod_cache_socache.html">mod_cache_socache</a></code> impl<70>mente un
|
||
gestionnaire de stockage <20> base de cache d'objets partag<61>s (socache)
|
||
pour le module <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code>.</p>
|
||
|
||
<p>Les en-t<>tes et corps des r<>ponses mises en cache sont rassembl<62>s
|
||
et stock<63>s sous une m<>me cl<63> dans le cache d'objets partag<61>s. Il est
|
||
possible de choisir entre plusieurs <a href="../socache.html">impl<70>mentations</a> de caches d'objets
|
||
partag<61>s.</p>
|
||
|
||
<p>Des r<>ponses avec diff<66>rents contenus n<>goci<63>s peuvent <20>tre
|
||
stock<63>es simultan<61>ment ; cependant, la mise en cache de contenus
|
||
partiels n'est pas encore support<72>e par ce module.</p>
|
||
|
||
<pre class="prettyprint lang-config"># Activation de la mise en cache
|
||
CacheSocache shmcb
|
||
CacheSocacheMaxSize 102400
|
||
<Location "/foo">
|
||
CacheEnable socache
|
||
</Location>
|
||
|
||
# Possibilit<69> de se rabattre sur le cache disque
|
||
CacheSocache shmcb
|
||
CacheSocacheMaxSize 102400
|
||
<Location "/foo">
|
||
CacheEnable socache
|
||
CacheEnable disk
|
||
</Location></pre>
|
||
|
||
|
||
<div class="note"><h3>Note :</h3>
|
||
<p>Le module <code class="module"><a href="../mod/mod_cache_socache.html">mod_cache_socache</a></code> requiert les
|
||
services du module <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> qui doit donc avoir
|
||
<20>t<EFBFBD> pr<70>alablement charg<72>.</p>
|
||
</div>
|
||
</div>
|
||
<div id="quickview"><h3 class="directives">Directives</h3>
|
||
<ul id="toc">
|
||
<li><img alt="" src="../images/down.gif" /> <a href="#cachesocache">CacheSocache</a></li>
|
||
<li><img alt="" src="../images/down.gif" /> <a href="#cachesocachemaxsize">CacheSocacheMaxSize</a></li>
|
||
<li><img alt="" src="../images/down.gif" /> <a href="#cachesocachemaxtime">CacheSocacheMaxTime</a></li>
|
||
<li><img alt="" src="../images/down.gif" /> <a href="#cachesocachemintime">CacheSocacheMinTime</a></li>
|
||
<li><img alt="" src="../images/down.gif" /> <a href="#cachesocachereadsize">CacheSocacheReadSize</a></li>
|
||
<li><img alt="" src="../images/down.gif" /> <a href="#cachesocachereadtime">CacheSocacheReadTime</a></li>
|
||
</ul>
|
||
<h3>Traitement des bugs</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">Journal des modifications de httpd</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component=mod_cache_socache">Probl<62>mes connus</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&component=mod_cache_socache">Signaler un bug</a></li></ul><h3>Voir aussi</h3>
|
||
<ul class="seealso">
|
||
<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><a href="../caching.html">Guide de la mise en cache</a></li>
|
||
<li><a href="#comments_section">Commentaires</a></li></ul></div>
|
||
|
||
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
||
<div class="directive-section"><h2><a name="cachesocache" id="cachesocache">Directive</a> <a name="CacheSocache" id="CacheSocache">CacheSocache</a></h2>
|
||
<table class="directive">
|
||
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Impl<70>mentation du cache d'objets partag<61>s <20> utiliser</td></tr>
|
||
<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>CacheSocache <var>type[:args]</var></code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, serveur virtuel</td></tr>
|
||
<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
|
||
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache_socache</td></tr>
|
||
<tr><th><a href="directive-dict.html#Compatibility">Compatibilit<69>:</a></th><td>Disponible <20> partir de la version 2.4.5 du serveur HTTP
|
||
Apache</td></tr>
|
||
</table>
|
||
<p>La directive <code class="directive">CacheSocache</code>
|
||
d<>finit l'impl<70>mentation du cache d'objets partag<61>s <20> utiliser,
|
||
suivie d'arguments optionnels. Il est
|
||
possible de choisir entre plusieurs <a href="../socache.html">impl<70>mentations</a> de caches d'objets
|
||
partag<61>s.</p>
|
||
|
||
<pre class="prettyprint lang-config">CacheSocache shmcb</pre>
|
||
|
||
|
||
</div>
|
||
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
||
<div class="directive-section"><h2><a name="cachesocachemaxsize" id="cachesocachemaxsize">Directive</a> <a name="CacheSocacheMaxSize" id="CacheSocacheMaxSize">CacheSocacheMaxSize</a></h2>
|
||
<table class="directive">
|
||
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>La taille maximale d'une entr<74>e pouvant <20>tre plac<61>e dans le
|
||
cache</td></tr>
|
||
<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>CacheSocacheMaxSize <var>octets</var></code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Default">D<>faut:</a></th><td><code>CacheSocacheMaxSize 102400</code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, serveur virtuel, r<>pertoire, .htaccess</td></tr>
|
||
<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
|
||
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache_socache</td></tr>
|
||
<tr><th><a href="directive-dict.html#Compatibility">Compatibilit<69>:</a></th><td>Disponible <20> partir de la version 2.4.5 du serveur HTTP
|
||
Apache</td></tr>
|
||
</table>
|
||
<p>La directive <code class="directive">CacheSocacheMaxSize</code>
|
||
d<>finit la taille maximale, en octets, de la somme des en-t<>tes et
|
||
du corps d'un document pouvant <20>tre stock<63> dans le cache. Bien
|
||
entendu, plus la taille des en-t<>tes sera grande, plus la taille
|
||
maximale du corps du document s'en trouvera r<>duite.</p>
|
||
|
||
<p>Le module <code class="module"><a href="../mod/mod_cache_socache.html">mod_cache_socache</a></code> ne tentera de mettre
|
||
en cache que des r<>ponses qui poss<73>dent une taille de contenu
|
||
explicite, ou dont la taille est suffisamment petite pour qu'elles
|
||
soient <20>crites en une seule passe. Ceci permet au module
|
||
<code class="module"><a href="../mod/mod_cache_disk.html">mod_cache_disk</a></code> de mettre en cache des r<>ponses dont
|
||
la taille est trop importante pour pouvoir <20>tre mises en cache par
|
||
<code class="module"><a href="../mod/mod_cache_socache.html">mod_cache_socache</a></code>.</p>
|
||
|
||
<pre class="prettyprint lang-config">CacheSocacheMaxSize 102400</pre>
|
||
|
||
|
||
</div>
|
||
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
||
<div class="directive-section"><h2><a name="cachesocachemaxtime" id="cachesocachemaxtime">Directive</a> <a name="CacheSocacheMaxTime" id="CacheSocacheMaxTime">CacheSocacheMaxTime</a></h2>
|
||
<table class="directive">
|
||
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>La dur<75>e maximale de stockage d'un document dans le cache
|
||
avant p<>remption</td></tr>
|
||
<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>CacheSocacheMaxTime <var>secondes</var></code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Default">D<>faut:</a></th><td><code>CacheSocacheMaxTime 86400</code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, serveur virtuel, r<>pertoire, .htaccess</td></tr>
|
||
<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
|
||
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache_socache</td></tr>
|
||
<tr><th><a href="directive-dict.html#Compatibility">Compatibilit<69>:</a></th><td>Disponible <20> partir de la version 2.4.5 du serveur HTTP
|
||
Apache</td></tr>
|
||
</table>
|
||
<p>La directive <code class="directive">CacheSocacheMaxTime</code>
|
||
d<>finit la dur<75>e de stockage maximale en secondes d'un document dans
|
||
le cache avant p<>remption. Cette d<>finition l'emporte sur la dur<75>e
|
||
de fra<72>cheur d<>finie pour le document par le protocole HTTP.</p>
|
||
|
||
<pre class="prettyprint lang-config">CacheSocacheMaxTime 86400</pre>
|
||
|
||
|
||
</div>
|
||
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
||
<div class="directive-section"><h2><a name="cachesocachemintime" id="cachesocachemintime">Directive</a> <a name="CacheSocacheMinTime" id="CacheSocacheMinTime">CacheSocacheMinTime</a></h2>
|
||
<table class="directive">
|
||
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>La dur<75>e minimale de stockage d'un document dans le cache</td></tr>
|
||
<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>CacheSocacheMinTime <var>seconds</var></code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Default">D<>faut:</a></th><td><code>CacheSocacheMinTime 600</code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, serveur virtuel, r<>pertoire, .htaccess</td></tr>
|
||
<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
|
||
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache_socache</td></tr>
|
||
<tr><th><a href="directive-dict.html#Compatibility">Compatibilit<69>:</a></th><td>Disponible <20> partir de la version 2.4.5 du serveur HTTP
|
||
Apache</td></tr>
|
||
</table>
|
||
<p>La directive <code class="directive">CacheSocacheMinTime</code>
|
||
d<>finit le nombre de secondes au del<65> de la dur<75>e de fra<72>cheur de la
|
||
r<>ponse pendant lesquelles cette derni<6E>re devra <20>tre stock<63>e dans le
|
||
cache d'objets partag<61>s. En effet, si une r<>ponse n'est stock<63>e que
|
||
pour une dur<75>e <20>gale <20> sa dur<75>e de fra<72>cheur, elle n'a pas besoin
|
||
d'<27>tre rafra<72>chie.</p>
|
||
|
||
<pre class="prettyprint lang-config">CacheSocacheMinTime 600</pre>
|
||
|
||
|
||
</div>
|
||
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
||
<div class="directive-section"><h2><a name="cachesocachereadsize" id="cachesocachereadsize">Directive</a> <a name="CacheSocacheReadSize" id="CacheSocacheReadSize">CacheSocacheReadSize</a></h2>
|
||
<table class="directive">
|
||
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>La quantit<69> minimale de donn<6E>es du document <20> lire et
|
||
mettre en cache avant envoi au client</td></tr>
|
||
<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>CacheSocacheReadSize <var>octets</var></code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Default">D<>faut:</a></th><td><code>CacheSocacheReadSize 0</code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, serveur virtuel, r<>pertoire, .htaccess</td></tr>
|
||
<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
|
||
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache_socache</td></tr>
|
||
<tr><th><a href="directive-dict.html#Compatibility">Compatibilit<69>:</a></th><td>Disponible <20> partir de la version 2.4.5 du serveur HTTP
|
||
Apache</td></tr>
|
||
</table>
|
||
<p>La directive <code class="directive">CacheSocacheReadSize</code>
|
||
d<>finit la quantit<69> minimale de donn<6E>es, en octets, <20> lire depuis
|
||
l'arri<72>re-plan avant envoi au client. Avec la valeur par d<>faut 0,
|
||
les donn<6E>es sont transmises au client d<>s leur arriv<69>e et quelle que
|
||
soit leur taille. Si la valeur d<>finie est non nulle, le cache
|
||
disque va mettre en tampon au moins la quantit<69> de donn<6E>es
|
||
correspondante avant envoi au client. Ceci peut am<61>liorer les
|
||
performances en cas de mise en cache de contenu en provenance d'un
|
||
mandataire inverse lent.</p>
|
||
|
||
<p>Cette directive n'a d'effet qu'au moment o<> les donn<6E>es sont
|
||
stock<63>es dans le cache, et non lorsqu'elles sont servies depuis le
|
||
cache.</p>
|
||
|
||
<pre class="prettyprint lang-config">CacheReadSize 102400</pre>
|
||
|
||
|
||
</div>
|
||
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
||
<div class="directive-section"><h2><a name="cachesocachereadtime" id="cachesocachereadtime">Directive</a> <a name="CacheSocacheReadTime" id="CacheSocacheReadTime">CacheSocacheReadTime</a></h2>
|
||
<table class="directive">
|
||
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>La dur<75>e minimale de lecture avant l'envoi des donn<6E>es</td></tr>
|
||
<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>CacheSocacheReadTime <var>millisecondes</var></code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Default">D<>faut:</a></th><td><code>CacheSocacheReadTime 0</code></td></tr>
|
||
<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, serveur virtuel, r<>pertoire, .htaccess</td></tr>
|
||
<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
|
||
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache_socache</td></tr>
|
||
<tr><th><a href="directive-dict.html#Compatibility">Compatibilit<69>:</a></th><td>Disponible <20> partir de la version 2.4.5 du serveur HTTP
|
||
Apache</td></tr>
|
||
</table>
|
||
<p>La directive <code class="directive">CacheSocacheReadTime</code>
|
||
d<>finit le temps minimal qui doit s'<27>couler avant de tenter
|
||
l'envoi des donn<6E>es au client. Cette dur<75>e sera mise <20> profit pour
|
||
lire et mettre en tampon les donn<6E>es avant leur envoi au client.
|
||
Ceci peut am<61>liorer les performances en cas de mise en cache de
|
||
contenu en provenance d'un mandataire inverse.</p>
|
||
|
||
<p>La valeur par d<>faut 0 d<>sactive cette directive.</p>
|
||
|
||
<p>Cette directive n'a d'effet qu'au moment o<> les donn<6E>es sont
|
||
stock<63>es dans le cache, et non lorsqu'elles sont servies depuis le
|
||
cache. Il est recommand<6E> d'utiliser cette directive en concomitance
|
||
avec la directive <code class="directive"><a href="#cachesocachereadsize">CacheSocacheReadSize</a></code> afin de
|
||
s'assurer que le serveur ne mette pas les donn<6E>es en tampon de
|
||
mani<6E>re excessive dans le cas o<> les donn<6E>es arriveraient plus vite
|
||
que pr<70>vu.</p>
|
||
|
||
<pre class="prettyprint lang-config">CacheSocacheReadTime 1000</pre>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="bottomlang">
|
||
<p><span>Langues Disponibles: </span><a href="../en/mod/mod_cache_socache.html" hreflang="en" rel="alternate" title="English"> en </a> |
|
||
<a href="../fr/mod/mod_cache_socache.html" title="Fran<61>ais"> fr </a></p>
|
||
</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
|
||
<script type="text/javascript"><!--//--><![CDATA[//><!--
|
||
var comments_shortname = 'httpd';
|
||
var comments_identifier = 'http://httpd.apache.org/docs/trunk/mod/mod_cache_socache.html';
|
||
(function(w, d) {
|
||
if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
|
||
d.write('<div id="comments_thread"><\/div>');
|
||
var s = d.createElement('script');
|
||
s.type = 'text/javascript';
|
||
s.async = true;
|
||
s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
|
||
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
|
||
}
|
||
else {
|
||
d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
|
||
}
|
||
})(window, document);
|
||
//--><!]]></script></div><div id="footer">
|
||
<p class="apache">Copyright 2016 The Apache Software Foundation.<br />Autoris<69> sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
|
||
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
|
||
if (typeof(prettyPrint) !== 'undefined') {
|
||
prettyPrint();
|
||
}
|
||
//--><!]]></script>
|
||
</body></html> |