Skip to content

Commit da5c52f

Browse files
authored
Merge branch 'apache:trunk' into lock-token-length-check
2 parents a3c2a19 + aef49b1 commit da5c52f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+276
-59
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4109,6 +4109,10 @@ directory</td></tr>
41094109
<p>The default in the absence of any other settings is
41104110
<code>FollowSymlinks</code>.</p>
41114111

4112+
<p>When using the <code>All</code> and <code>None</code>, they must
4113+
be the first option listed. The + and - modifiers cannot be used with
4114+
the <code>All</code> and <code>None</code> options.</p>
4115+
41124116
</div>
41134117
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
41144118
<div class="directive-section"><h2><a name="Protocol" id="Protocol">Protocol</a> <a name="protocol" id="protocol">Directive</a> <a title="Permanent link" href="#protocol" class="permalink">&para;</a></h2>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
3434
<a href="../tr/mod/core.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
3535
</div>
36+
<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
37+
anglaise pour les changements récents.</div>
3638
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Fonctionnalités de base du serveur HTTP Apache toujours
3739
disponibles</td></tr>
3840
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Noyau httpd</td></tr></table>

docs/manual/mod/core.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4119,6 +4119,10 @@ directory</description>
41194119

41204120
<p>The default in the absence of any other settings is
41214121
<code>FollowSymlinks</code>.</p>
4122+
4123+
<p>When using the <code>All</code> and <code>None</code>, they must
4124+
be the first option listed. The + and - modifiers cannot be used with
4125+
the <code>All</code> and <code>None</code> options.</p>
41224126
</usage>
41234127
</directivesynopsis>
41244128

docs/manual/mod/core.xml.de

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

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

docs/manual/mod/core.xml.es

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.es.xsl"?>
4-
<!-- English Revision: 1741251:1932317 (outdated) -->
4+
<!-- English Revision: 1741251:1932752 (outdated) -->
55
<!-- Translated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
66
<!-- Reviewed by Sergio Ramos-->
77
<!--

docs/manual/mod/core.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: 1932317 -->
4+
<!-- English Revision: 1932317:1932752 (outdated) -->
55
<!-- French translation : Lucien GENTIS -->
66
<!-- Reviewed by : Vincent Deffontaines -->
77

docs/manual/mod/core.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: 669847:1932317 (outdated) -->
4+
<!-- English Revision: 669847:1932752 (outdated) -->
55

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

docs/manual/mod/core.xml.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<variant outdated="yes">de</variant>
1111
<variant>en</variant>
1212
<variant outdated="yes">es</variant>
13-
<variant>fr</variant>
13+
<variant outdated="yes">fr</variant>
1414
<variant outdated="yes">ja</variant>
1515
<variant outdated="yes">tr</variant>
1616
</variants>

docs/manual/mod/core.xml.tr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
4-
<!-- English Revision: 1302855:1932317 (outdated) -->
4+
<!-- English Revision: 1302855:1932752 (outdated) -->
55
<!-- =====================================================
66
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
77
Reviewed by: Orhan Berent <berent belgeler.org>

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

0 commit comments

Comments
 (0)