mod_cache_socache.xml.fr revision a83ecfe48f684afd61d5e019064db91e4cc888e3
2772c0bad271d7a345ef7779dd318fa6098a6bfand<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
2772c0bad271d7a345ef7779dd318fa6098a6bfand<?xml-stylesheet type="text/xsl" href="/style/manual.fr.xsl"?>
2772c0bad271d7a345ef7779dd318fa6098a6bfand<!-- English Revision: 1554199 -->
2772c0bad271d7a345ef7779dd318fa6098a6bfand<!-- French translation : Lucien GENTIS -->
2772c0bad271d7a345ef7779dd318fa6098a6bfand<!-- Reviewed by : Vincent Deffontaines -->
2772c0bad271d7a345ef7779dd318fa6098a6bfand Licensed to the Apache Software Foundation (ASF) under one or more
2772c0bad271d7a345ef7779dd318fa6098a6bfand contributor license agreements. See the NOTICE file distributed with
2772c0bad271d7a345ef7779dd318fa6098a6bfand this work for additional information regarding copyright ownership.
2772c0bad271d7a345ef7779dd318fa6098a6bfand The ASF licenses this file to You under the Apache License, Version 2.0
2772c0bad271d7a345ef7779dd318fa6098a6bfand (the "License"); you may not use this file except in compliance with
2772c0bad271d7a345ef7779dd318fa6098a6bfand the License. You may obtain a copy of the License at
2772c0bad271d7a345ef7779dd318fa6098a6bfand Unless required by applicable law or agreed to in writing, software
2772c0bad271d7a345ef7779dd318fa6098a6bfand distributed under the License is distributed on an "AS IS" BASIS,
2772c0bad271d7a345ef7779dd318fa6098a6bfand WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2772c0bad271d7a345ef7779dd318fa6098a6bfand See the License for the specific language governing permissions and
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd limitations under the License.
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd<description>Module de stockage à base de cache d'objets partagés
f804ec6e56dc58300c256b0fff0f2ca3f226c5b5nd(socache) pour le filtre de mise en cache HTTP.</description>
2772c0bad271d7a345ef7779dd318fa6098a6bfand <p>Le module <module>mod_cache_socache</module> implémente un
2772c0bad271d7a345ef7779dd318fa6098a6bfand gestionnaire de stockage à base de cache d'objets partagés (socache)
2772c0bad271d7a345ef7779dd318fa6098a6bfand <p>Les en-têtes et corps des réponses mises en cache sont rassemblés
2772c0bad271d7a345ef7779dd318fa6098a6bfand et stockés sous une même clé dans le cache d'objets partagés. Il est
2772c0bad271d7a345ef7779dd318fa6098a6bfand possible de choisir entre plusieurs <a
2772c0bad271d7a345ef7779dd318fa6098a6bfand href="/socache.html">implémentations</a> de caches d'objets
2772c0bad271d7a345ef7779dd318fa6098a6bfand partagés.</p>
2772c0bad271d7a345ef7779dd318fa6098a6bfand <p>Des réponses avec différents contenus négociés peuvent être
2772c0bad271d7a345ef7779dd318fa6098a6bfand stockées simultanément ; cependant, la mise en cache de contenus
2772c0bad271d7a345ef7779dd318fa6098a6bfand partiels n'est pas encore supportée par ce module.</p>
2772c0bad271d7a345ef7779dd318fa6098a6bfand# Activation de la mise en cache
2772c0bad271d7a345ef7779dd318fa6098a6bfandCacheSocache shmcb
2772c0bad271d7a345ef7779dd318fa6098a6bfandCacheSocacheMaxSize 102400
2772c0bad271d7a345ef7779dd318fa6098a6bfand<Location /foo>
2772c0bad271d7a345ef7779dd318fa6098a6bfand CacheEnable socache
2772c0bad271d7a345ef7779dd318fa6098a6bfand</Location>
2772c0bad271d7a345ef7779dd318fa6098a6bfand# Possibilité de se rabattre sur le cache disque
2772c0bad271d7a345ef7779dd318fa6098a6bfandCacheSocache shmcb
2772c0bad271d7a345ef7779dd318fa6098a6bfandCacheSocacheMaxSize 102400
2772c0bad271d7a345ef7779dd318fa6098a6bfand<Location /foo>
2772c0bad271d7a345ef7779dd318fa6098a6bfand CacheEnable socache
2772c0bad271d7a345ef7779dd318fa6098a6bfand CacheEnable disk
2772c0bad271d7a345ef7779dd318fa6098a6bfand</Location>
2772c0bad271d7a345ef7779dd318fa6098a6bfand </highlight>
2772c0bad271d7a345ef7779dd318fa6098a6bfand <p>Le module <module>mod_cache_socache</module> requiert les
2772c0bad271d7a345ef7779dd318fa6098a6bfand services du module <module>mod_cache</module> qui doit donc avoir
2772c0bad271d7a345ef7779dd318fa6098a6bfand été préalablement chargé.</p>
2772c0bad271d7a345ef7779dd318fa6098a6bfand<seealso><a href="/caching.html">Guide de la mise en cache</a></seealso>
2772c0bad271d7a345ef7779dd318fa6098a6bfand<directivesynopsis>
2772c0bad271d7a345ef7779dd318fa6098a6bfand<description>Implémentation du cache d'objets partagés à utiliser</description>
2772c0bad271d7a345ef7779dd318fa6098a6bfand<contextlist><context>server config</context><context>virtual host</context>
2772c0bad271d7a345ef7779dd318fa6098a6bfand</contextlist>
2772c0bad271d7a345ef7779dd318fa6098a6bfand<compatibility>Disponible à partir de la version 2.5 du serveur HTTP
2772c0bad271d7a345ef7779dd318fa6098a6bfandApache</compatibility>
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd définit l'implémentation du cache d'objets partagés à utiliser,
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd suivie d'arguments optionnels. Il est
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd possible de choisir entre plusieurs <a
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd href="/socache.html">implémentations</a> de caches d'objets
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd partagés.</p>
2772c0bad271d7a345ef7779dd318fa6098a6bfand CacheSocache shmcb
2772c0bad271d7a345ef7779dd318fa6098a6bfand </highlight>