Skip to content

Commit d7cec16

Browse files
author
Lucien Gentis
committed
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924811 13f79535-47bb-0310-9956-ffa450edef68
1 parent 75c3a19 commit d7cec16

16 files changed

+32
-32
lines changed

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

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

3838
<p>Ce module permet à des frontaux d'interprétation de jetons comme
3939
<code class="module"><a href="../mod/mod_auth_bearer.html">mod_auth_bearer</a></code> d'authentifier les utilisateurs en
40-
vérifiant un jeton JWT comme décrit dans la <a href="http://www.ietf.org/rfc/rfc7519.txt">RFC 7519</a>.</p>
40+
vérifiant un jeton JWT comme décrit dans la <a href="https://www.rfc-editor.org/rfc/rfc7519">RFC 7519</a>.</p>
4141

4242
<p>Un jeton JWT est lu depuis l'en-tête <var>Authorization</var> avec un
4343
<var>auth-scheme</var> de <var>Bearer</var>.</p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
d'environnement.</div>
4747

4848
<p><code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> implémente un <strong>filtre de mise
49-
en cache de contenu HTTP</strong> conforme à la <a href="http://www.ietf.org/rfc/rfc2616.txt">RFC 2616</a>, avec
49+
en cache de contenu HTTP</strong> conforme à la <a href="https://www.rfc-editor.org/rfc/rfc2616">RFC 2616</a>, avec
5050
support de la mise en cache des réponses dont le contenu a été
5151
négocié et comportant l'en-tête Vary.</p>
5252

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:1851171 (outdated) -->
4+
<!-- English Revision: 504183:1924775 (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:1851171 (outdated) -->
4+
<!-- English Revision: 105569:1924775 (outdated) -->
55

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<tr><th><a href="module-dict.html#SourceFile">Fichier Source:</a></th><td>mod_ident.c</td></tr></table>
3939
<h3>Sommaire</h3>
4040

41-
<p>Ce module interroge un démon compatible <a href="http://www.ietf.org/rfc/rfc1413.txt">RFC 1413</a> sur un
41+
<p>Ce module interroge un démon compatible <a href="https://www.rfc-editor.org/rfc/rfc1413">RFC 1413</a> sur un
4242
serveur distant afin de déterminer le propriétaire d'une
4343
connexion.</p>
4444
</div>
@@ -63,7 +63,7 @@ l'utilisateur distant</td></tr>
6363
<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
6464
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ident</td></tr>
6565
</table>
66-
<p>Cette directive permet d'activer la journalisation compatible <a href="http://www.ietf.org/rfc/rfc1413.txt">RFC 1413</a> du nom de
66+
<p>Cette directive permet d'activer la journalisation compatible <a href="https://www.rfc-editor.org/rfc/rfc1413">RFC 1413</a> du nom de
6767
l'utilisateur distant pour chaque connexion, si la machine du client
6868
exécute identd ou un démon similaire. Cette information est
6969
enregistrée dans le journal des accès en utilisant la <a href="mod_log_config.html#formats">chaîne de formatage</a>
@@ -98,7 +98,7 @@ ident</td></tr>
9898
</table>
9999
<p>Cette directive permet de spécifier le délai d'attente d'une
100100
requête ident. Une valeur par défaut de 30 secondes est recommandée
101-
par la <a href="http://www.ietf.org/rfc/rfc1413.txt">RFC 1413</a>,
101+
par la <a href="https://www.rfc-editor.org/rfc/rfc1413">RFC 1413</a>,
102102
principalement pour prévenir les problèmes qui pourraient être
103103
induits par la charge du réseau. Vous pouvez cependant ajuster la
104104
valeur de ce délai en fonction du débit de votre réseau local.</p>

docs/manual/mod/mod_ident.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: 1421821 -->
4+
<!-- English Revision: 1421821:1924775 (outdated) -->
55

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

docs/manual/mod/mod_ident.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: 420993:1421821 (outdated) -->
4+
<!-- English Revision: 420993:1924775 (outdated) -->
55

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

docs/manual/mod/mod_ident.xml.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<variants>
1010
<variant>en</variant>
1111
<variant>fr</variant>
12-
<variant>ja</variant>
12+
<variant outdated="yes">ja</variant>
1313
<variant outdated="yes">ko</variant>
1414
</variants>
1515
</metafile>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ multiples</a> <a title="Lien permanent" href="#multipleext" class="permalink">&p
187187
qui est conçu pour transmettre un fichier binaire sous un format
188188
ASCII (texte).</p>
189189

190-
<p>La <a href="http://www.ietf.org/rfc/rfc2616.txt">RFC
190+
<p>La <a href="https://www.rfc-editor.org/rfc/rfc2616">RFC
191191
HTTP/1.1</a>, section 14.11 stipule à ce titre :</p>
192192

193-
<blockquote cite="http://www.ietf.org/rfc/rfc2616.txt">
193+
<blockquote cite="https://www.rfc-editor.org/rfc/rfc2616">
194194
<p>Le champ d'en-tête Content-Encoding de l'entité est utilisé en
195195
tant que modificateur du type de médium. Lorsqu'il est présent, sa
196196
valeur indique quels codages de contenu additionnels ont été

docs/manual/mod/mod_mime.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: 659902:1861457 (outdated) -->
4+
<!-- English Revision: 659902:1924775 (outdated) -->
55

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

0 commit comments

Comments
 (0)