Skip to content

Commit aef49b1

Browse files
committed
rebuild html, metadata
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932790 13f79535-47bb-0310-9956-ffa450edef68
1 parent 027d308 commit aef49b1

File tree

10 files changed

+18
-10
lines changed

10 files changed

+18
-10
lines changed

docs/manual/mod/mod_cache.html.en.utf8

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,13 @@ header.</td></tr>
662662
<code class="directive"><a href="#cachedefaultexpire">CacheDefaultExpire</a></code> directive will be used to
663663
generate an expiration date.</p>
664664

665+
<div class="note">More precisely, a 200 OK response is only cached if it includes
666+
at least one of the <code>Last-Modified</code>, <code>ETag</code>,
667+
or <code>Expires</code> headers, or a <code>Cache-Control: max-age</code>
668+
or <code>s-maxage</code> directive. This directive bypasses that
669+
requirement entirely. When any of those headers are already present,
670+
this directive has no effect.</div>
671+
665672
<pre class="prettyprint lang-config">CacheIgnoreNoLastMod On</pre>
666673

667674

docs/manual/mod/mod_cache.html.fr.utf8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
<a href="../ja/mod/mod_cache.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
3232
<a href="../ko/mod/mod_cache.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
3333
</div>
34+
<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
35+
anglaise pour les changements récents.</div>
3436
<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>
3537
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
3638
<tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur de Module:</a></th><td>cache_module</td></tr>

docs/manual/mod/mod_cache.xml.fr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4-
<!-- English Revision: 1924775 -->
4+
<!-- English Revision: 1924775:1932786 (outdated) -->
55
<!-- French translation : Lucien GENTIS -->
66
<!-- Reviewed by : Vincent Deffontaines -->
77

docs/manual/mod/mod_cache.xml.ja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4-
<!-- English Revision: 504183:1924775 (outdated) -->
4+
<!-- English Revision: 504183:1932786 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/mod/mod_cache.xml.ko

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="EUC-KR" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
4-
<!-- English Revision: 105569:1924775 (outdated) -->
4+
<!-- English Revision: 105569:1932786 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/mod/mod_cache.xml.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<variants>
1010
<variant>en</variant>
11-
<variant>fr</variant>
11+
<variant outdated="yes">fr</variant>
1212
<variant outdated="yes">ja</variant>
1313
<variant outdated="yes">ko</variant>
1414
</variants>

docs/manual/mod/mod_dbd.html.en.utf8

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
to modules requiring SQL database functions, and takes care of
4141
managing databases with optimal efficiency and scalability
4242
for both threaded and non-threaded MPMs. For details, see the
43-
<a href="http://apr.apache.org/">APR</a> website and this overview of the
44-
<a href="http://people.apache.org/~niq/dbd.html">Apache DBD Framework</a>
45-
by its original developer.
46-
</p>
43+
<a href="http://apr.apache.org/">APR</a> website.</p>
4744
</div>
4845
<div id="quickview"><h3>Topics</h3>
4946
<ul id="topics">

docs/manual/mod/mod_dbd.html.fr.utf8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<p><span>Langues Disponibles: </span><a href="../en/mod/mod_dbd.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
3030
<a href="../fr/mod/mod_dbd.html" title="Français">&nbsp;fr&nbsp;</a></p>
3131
</div>
32+
<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
33+
anglaise pour les changements récents.</div>
3234
<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>
3335
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
3436
<tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur de Module:</a></th><td>dbd_module</td></tr>

docs/manual/mod/mod_dbd.xml.fr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4-
<!-- English Revision: 1760180 -->
4+
<!-- English Revision: 1760180:1932788 (outdated) -->
55
<!-- French translation : Lucien GENTIS -->
66
<!-- Reviewed by : Vincent Deffontaines -->
77

docs/manual/mod/mod_dbd.xml.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
<variants>
1010
<variant>en</variant>
11-
<variant>fr</variant>
11+
<variant outdated="yes">fr</variant>
1212
</variants>
1313
</metafile>

0 commit comments

Comments
 (0)