You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2022/12/10 17:04:01 UTC

svn commit: r1905903 - in /httpd/httpd/trunk/docs/manual: mod/core.html.fr.utf8 mod/core.xml.de mod/core.xml.es mod/core.xml.ja mod/core.xml.tr mod/mod_ssl.html.fr.utf8 sections.html.fr.utf8 sections.xml.ja sections.xml.ko sections.xml.tr

Author: lgentis
Date: Sat Dec 10 17:04:00 2022
New Revision: 1905903

URL: http://svn.apache.org/viewvc?rev=1905903&view=rev
Log:
fr doc rebuild.

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.html.fr.utf8
    httpd/httpd/trunk/docs/manual/mod/core.xml.de
    httpd/httpd/trunk/docs/manual/mod/core.xml.es
    httpd/httpd/trunk/docs/manual/mod/core.xml.ja
    httpd/httpd/trunk/docs/manual/mod/core.xml.tr
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.fr.utf8
    httpd/httpd/trunk/docs/manual/sections.html.fr.utf8
    httpd/httpd/trunk/docs/manual/sections.xml.ja
    httpd/httpd/trunk/docs/manual/sections.xml.ko
    httpd/httpd/trunk/docs/manual/sections.xml.tr

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.fr.utf8?rev=1905903&r1=1905902&r2=1905903&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.fr.utf8 [utf-8] Sat Dec 10 17:04:00 2022
@@ -1438,6 +1438,12 @@ d'erreur personnalisé</td></tr>
 &lt;/IfDefine&gt;</pre>
 
 
+    <div class="warning"><h3>Note</h3>
+        <p>Cette directive est évaluée lors du traitement de la configuration,
+	et non à l'exécution. Par conséquent, elle ne peut pas être évaluée de
+	manière conditionnelle en l'incluant dans une section <code class="directive"><a href="#if">&lt;If&gt;</a></code>.</p>
+    </div>
+
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -2424,6 +2430,15 @@ requête</td></tr>
     car elle sont définies après l'évaluation des conditions &lt;If&gt;.
     </div>
 
+    <div class="warning">
+    Les directives qui sont évaluées lors du traitement de la configuration
+    comme <code class="directive">Define</code>, <code class="directive">Include</code> et
+    <code class="directive">Error</code> ne peuvent pas être traitées de manière
+    conditionnelle en les incluant dans une section de configuration <code class="directive">&lt;If&gt;</code>. Ces sections font en effet toujours partie de
+    la configuration, quelle soit la manière dont elles sont évaluées à
+    l'exécution.
+    </div>
+
 
 <h3>Voir aussi</h3>
 <ul>
@@ -5758,6 +5773,12 @@ Apache.</td></tr>
 &lt;/IfDefine&gt;</pre>
 
 
+    <div class="warning"><h3>Note</h3>
+        <p>Cette directive est évaluée lors du traitement de la configuration,
+	et non à l'exécution. Par conséquent, elle ne peut pas être évaluée de
+	manière conditionnelle en l'incluant dans une section <code class="directive"><a href="#if">&lt;If&gt;</a></code>.</p>
+    </div>
+
 
 </div>
 </div>

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.de?rev=1905903&r1=1905902&r2=1905903&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.de (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.de Sat Dec 10 17:04:00 2022
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 344972:1901497 (outdated) -->
+<!-- English Revision: 344972:1905794 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.es?rev=1905903&r1=1905902&r2=1905903&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.es [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.es [utf-8] Sat Dec 10 17:04:00 2022
@@ -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.es.xsl"?>
-<!-- English Revision: 1741251:1901497 (outdated) -->
+<!-- English Revision: 1741251:1905794 (outdated) -->
 <!-- Translated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
 <!-- Reviewed by Sergio Ramos-->
 <!--

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.ja?rev=1905903&r1=1905902&r2=1905903&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] Sat Dec 10 17:04:00 2022
@@ -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: 669847:1901497 (outdated) -->
+<!-- English Revision: 669847:1905794 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.tr?rev=1905903&r1=1905902&r2=1905903&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.tr [utf-8] Sat Dec 10 17:04:00 2022
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1302855:1901497 (outdated) -->
+<!-- English Revision: 1302855:1905794 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.fr.utf8?rev=1905903&r1=1905902&r2=1905903&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.fr.utf8 [utf-8] Sat Dec 10 17:04:00 2022
@@ -855,11 +855,11 @@ pour l'authentification du serveur. A ch
 une directive <code class="directive">SSLCertificateFile</code> correspondante.</p>
 
 <p>
-La clé privé peut aussi être ajoutée au fichier défini par la directive
+La clé privée peut aussi être ajoutée au fichier défini par la directive
 <code class="directive"><a href="#sslcertificatefile">SSLCertificateFile</a></code>, mais cette
-pratique est fortement déconseillée. En effet, les fichiers de
+pratique est fortement déconseillée. Dans ce cas, les fichiers de
 certificats qui comportent une telle clé doivent être définis après les
-certificats en utilisant un fichier de clé séparé.</p>
+certificats qui utilisent un fichier de clé séparé.</p>
 
 <p>Plutôt que de stocker des clés privées dans des fichiers, il est possible
 d'identifier une clé privée via un identifiant stocké dans un jeton.

Modified: httpd/httpd/trunk/docs/manual/sections.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.html.fr.utf8?rev=1905903&r1=1905902&r2=1905903&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/sections.html.fr.utf8 [utf-8] Sat Dec 10 17:04:00 2022
@@ -473,7 +473,8 @@ sont interprétées.</p>
       et <code class="directive"><a href="./mod/core.html#locationmatch">&lt;LocationMatch&gt;</a></code> sont appliquées
       simultanément</li>
 
-      <li>Les directives <code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code>
+      <li>Les sections <code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code>,
+      même si elles sont incluses dans un des contextes précédents.
       </li>
     </ol>
 
@@ -506,6 +507,17 @@ sont interprétées.</p>
     <li>Quand la requête est servie par le module <code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code>,
     le conteneur <code class="directive"><a href="./mod/mod_proxy.html#proxy">&lt;Proxy&gt;</a></code>
     prend la place du conteneur <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code> dans l'ordre de traitement.</li>
+    <li>Il faut être très prudent lorsqu'on mélange des directives de
+    configuration similaires à l'intérieur et à l'extérieur d'une section
+    <code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code> car leur ordre
+    d'apparition a de l'importance. A cet effet, l'utilisation explicite de la
+    directive <code class="directive"><a href="./mod/core.html#else">&lt;Else&gt;</a></code>
+    peut vous y aider.
+        </li>
+        <li>Lorsqu'une section <code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code> est utilisée dans un fichier <code>.htaccess</code>, les
+	directives incluses dans un répertoire parent seront fusionnées
+	<em>après</em> les directives non-incluses dans un sous-répertoire.
+	</li>
     </ul>
 
 	<div class="note"><h3>Note technique</h3>

Modified: httpd/httpd/trunk/docs/manual/sections.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml.ja?rev=1905903&r1=1905902&r2=1905903&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/sections.xml.ja [utf-8] Sat Dec 10 17:04:00 2022
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1872297 (outdated) -->
+<!-- English Revision: 420990:1905716 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/sections.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml.ko?rev=1905903&r1=1905902&r2=1905903&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/sections.xml.ko [euc-kr] Sat Dec 10 17:04:00 2022
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1872297 (outdated) -->
+<!-- English Revision: 105989:1905716 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/sections.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml.tr?rev=1905903&r1=1905902&r2=1905903&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/sections.xml.tr [utf-8] Sat Dec 10 17:04:00 2022
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 1300910:1872297 (outdated) -->
+<!-- English Revision: 1300910:1905716 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>