From: Rich Bowen Date: Wed, 29 Feb 2012 21:36:13 +0000 (+0000) Subject: Fix directive name as per https://issues.apache.org/bugzilla/show_bug.cgi?id=52798 X-Git-Tag: 2.4.2~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a373d726554643af3fbaeb547c3f677f5a01b85;p=apache Fix directive name as per https://issues.apache.org/bugzilla/show_bug.cgi?id=52798 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1295293 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 5232c5bbc0..02c5fb961b 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -1011,8 +1011,8 @@ LastModified date.

Ordinarily, requests or responses with Cache-Control: no-store header values will not be stored in the cache. The - CacheStoreNoCache directive allows this - behavior to be overridden. CacheStoreNoCache On + CacheStoreNoStore directive allows this + behavior to be overridden. CacheStoreNoStore On tells the server to attempt to cache the resource even if it contains no-store header values. Resources requiring authorization will never be cached.

diff --git a/docs/manual/mod/mod_cache.html.fr b/docs/manual/mod/mod_cache.html.fr index 60243f19a2..0be7cfb586 100644 --- a/docs/manual/mod/mod_cache.html.fr +++ b/docs/manual/mod/mod_cache.html.fr @@ -26,8 +26,6 @@  ja  |  ko 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
@@ -360,7 +358,7 @@ cache

En fonction de la décision prise, l'information est aussi écrite - dans l'environnement du sous-processus sous une des quatre clés + dans l'environnement du sous-processus sous une des trois clés suivantes :

@@ -369,8 +367,6 @@ cache mis à jour avec succès, puis servi depuis le cache.
cache-miss
Le contenu n'était pas dans le cache et a été servi directement depuis le serveur demandé.
-
cache-invalidate
L'entité du cache est devenue invalide - suite à une requête d'un type autre que GET ou HEAD.

Il est alors possible d'envisager une journalisation conditionnelle @@ -381,7 +377,6 @@ cache CustomLog requetes-depuis-cache.log common env=cache-hit
CustomLog requetes-hors-cache.log common env=cache-miss
CustomLog requetes-avec-mise-a-jour-du-cache.log common env=cache-revalidate
- CustomLog requetes-avec-invalidation.log common env=cache-invalidate

Pour les concepteurs de modules, une accroche (hook) nommée diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 8fa8a1c9a3..94bee40721 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -794,8 +794,8 @@ LastModified date.

Ordinarily, requests or responses with Cache-Control: no-store header values will not be stored in the cache. The - CacheStoreNoCache directive allows this - behavior to be overridden. CacheStoreNoCache On + CacheStoreNoStore directive allows this + behavior to be overridden. CacheStoreNoStore On tells the server to attempt to cache the resource even if it contains no-store header values. Resources requiring authorization will never be cached.

diff --git a/docs/manual/mod/mod_cache.xml.meta b/docs/manual/mod/mod_cache.xml.meta index 29181a9f48..92f1aa1403 100644 --- a/docs/manual/mod/mod_cache.xml.meta +++ b/docs/manual/mod/mod_cache.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja ko
Description:Filtre de mise en cache HTTP conforme à la RFC 2616
Statut:Extension
Identificateur de Module:cache_module