]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rebuild html, metadata
authorRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 12:25:38 +0000 (12:25 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 12:25:38 +0000 (12:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932790 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cache.html.en.utf8
docs/manual/mod/mod_cache.html.fr.utf8
docs/manual/mod/mod_cache.xml.fr
docs/manual/mod/mod_cache.xml.ja
docs/manual/mod/mod_cache.xml.ko
docs/manual/mod/mod_cache.xml.meta
docs/manual/mod/mod_dbd.html.en.utf8
docs/manual/mod/mod_dbd.html.fr.utf8
docs/manual/mod/mod_dbd.xml.fr
docs/manual/mod/mod_dbd.xml.meta

index 6707422aca2cbd222933bfbf275b9e2718494dc1..650d83ca7aae82c03108313159f8487d39167ee4 100644 (file)
@@ -662,6 +662,13 @@ header.</td></tr>
     <code class="directive"><a href="#cachedefaultexpire">CacheDefaultExpire</a></code> directive will be used to
     generate an expiration date.</p>
 
+    <div class="note">More precisely, a 200 OK response is only cached if it includes
+    at least one of the <code>Last-Modified</code>, <code>ETag</code>,
+    or <code>Expires</code> headers, or a <code>Cache-Control: max-age</code>
+    or <code>s-maxage</code> directive. This directive bypasses that
+    requirement entirely. When any of those headers are already present,
+    this directive has no effect.</div>
+
     <pre class="prettyprint lang-config">CacheIgnoreNoLastMod On</pre>
 
 
index 73cda4797ecdce18e87064f25df926e2c671948f..abf2157c5e84ed2f230001fde34cd97e51122a4c 100644 (file)
@@ -31,6 +31,8 @@
 <a href="../ja/mod/mod_cache.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_cache.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&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>Filtre de mise en cache HTTP conforme à la RFC 2616</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 de Module:</a></th><td>cache_module</td></tr>
index fe231798971317134bfd5a10e97f691ba74abb45..ef6b6148aaeac8491e2460ad4478fdc909c4da99 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1924775 -->
+<!-- English Revision: 1924775:1932786 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 7bb0b6e95d5c084949efa0c01cd4ced74642a4d9..0b5a304ae4526d0e93280cbdc8741ab3ef299d97 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 504183:1924775 (outdated) -->
+<!-- English Revision: 504183:1932786 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ea5a6f288e8cd807be0e6c763f08ea4641c362c4..1bf1fa5e63b1052c8ade6f31c7d30bd585c7619f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105569:1924775 (outdated) -->
+<!-- English Revision: 105569:1932786 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 92f1aa14034e75eb937f06f0dfbbef25cc4017b6..29181a9f4862519cf52c83c01e42fd950e6e795b 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
index fef904d620ecb5c20ae789527c0214065a773e4c..5ddc40ea448b0db8f87a4b545af1435eb20fcbea 100644 (file)
     to modules requiring SQL database functions, and takes care of
     managing databases with optimal efficiency and scalability
     for both threaded and non-threaded MPMs.  For details, see the
-    <a href="http://apr.apache.org/">APR</a> website and this overview of the
-    <a href="http://people.apache.org/~niq/dbd.html">Apache DBD Framework</a>
-    by its original developer.
-</p>
+    <a href="http://apr.apache.org/">APR</a> website.</p>
 </div>
 <div id="quickview"><h3>Topics</h3>
 <ul id="topics">
index 12dfd3e0943d6aa85b2c16aa1682d387ad3dea01..d5f35c0e2a986fac76073456d082c26c501355a5 100644 (file)
@@ -29,6 +29,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_dbd.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_dbd.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>Gestion des connexions à une base de données SQL</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 de Module:</a></th><td>dbd_module</td></tr>
index 253fb8a3481baa456b38be0094d6beeea5d13351..f1d71e551b064fca629ea5dc72d974feaf5a162d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1760180 -->
+<!-- English Revision: 1760180:1932788 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index bf4a2e0a23590d31cd1ea08e8759151f4774d759..9131911db28ea060a7994ad6acad12aa4f1acb71 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>