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/03/12 14:50:30 UTC

svn commit: r1898879 - in /httpd/httpd/branches/2.4.x/docs/manual: mod/core.xml.fr mod/mod_proxy.xml.fr rewrite/avoid.xml.fr rewrite/flags.xml.fr

Author: lgentis
Date: Sat Mar 12 14:50:30 2022
New Revision: 1898879

URL: http://svn.apache.org/viewvc?rev=1898879&view=rev
Log:

XML files updates.-Cette ligne, et les suivantes ci-dessous, seront ignorées--

M    manual/mod/core.xml.fr
M    manual/mod/mod_proxy.xml.fr
M    manual/rewrite/avoid.xml.fr
M    manual/rewrite/flags.xml.fr

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/avoid.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr?rev=1898879&r1=1898878&r2=1898879&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr [utf-8] Sat Mar 12 14:50:30 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.fr.xsl"?>
-<!-- English Revision: 1896415:1898704 (outdated) -->
+<!-- English Revision: 1898704 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -3255,13 +3255,21 @@ host</context>
 <override>All</override>
 
 <usage>
-    <p>Taille maximale (en octets) du corps d'une requête au format XML.
-    Une valeur de <code>0</code> signifie qu'aucune limite n'est
-    imposée.</p>
+    <p>Taille maximale (en octets) du corps d'une requête au format XML.  Une
+    valeur de <code>0</code> appliquera une limite physique (différente selon
+    que le système est sur 32 ou 64 bits) permettant à XML de s'étaler jusqu'aux
+    limites de la mémoire adressable du système, mais elle n'existe qu'à des
+    fins de compatibilité et il est déconseillé de l'utiliser car elle ne tient
+    pas compte de la mémoire consommée ailleurs et des requêtes simultanées, ce
+    qui pourrait provoquer un dépassement de mémoire global du système.
+    </p>
 
     <p>Exemple :</p>
 
-    <highlight language="config">LimitXMLRequestBody 0</highlight>
+    <highlight language="config">
+# Limitation à 1 Mo
+LimitXMLRequestBody 1073741824
+    </highlight>
 
 </usage>
 </directivesynopsis>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr?rev=1898879&r1=1898878&r2=1898879&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr [utf-8] Sat Mar 12 14:50:30 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.fr.xsl"?>
-<!-- English Revision: 1896064:1898657 (outdated) -->
+<!-- English Revision: 1898657 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -2315,7 +2315,7 @@ mandatés</description>
 <context>directory</context>
 </contextlist>
 <compatibility>La liste de codes d'états a été ajoutée à partir de la version
-2.5.1. du serveur HTTP Apache.</compatibility>
+2.4.47 du serveur HTTP Apache.</compatibility>
 
 <usage>
     <p>Cette directive est utile pour les configurations de mandataires

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/avoid.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/avoid.xml.fr?rev=1898879&r1=1898878&r2=1898879&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/avoid.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/avoid.xml.fr [utf-8] Sat Mar 12 14:50:30 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.fr.xsl"?>
-<!-- English Revision: 1737438:1898650 (outdated) -->
+<!-- English Revision: 1898650 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml.fr?rev=1898879&r1=1898878&r2=1898879&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml.fr [utf-8] Sat Mar 12 14:50:30 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.fr.xsl"?>
-<!-- English Revision: 1883696:1898648 (outdated) -->
+<!-- English Revision: 1898648 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -215,7 +215,7 @@ fonctionnalité.</dd>
 <dd>S'il est différent de <code>false</code> ou <code>0</code>, l'attribut
 <code>SameSite</code> est défini à la valeur spécifiée. Les valeurs typiques
 sont <code>None</code>, <code>Lax</code> et <code>Strict</code>. Disponible à
-partir de la version 2.5.1 du serveur HTTP Apache.</dd>
+partir de la version 2.4.47 du serveur HTTP Apache.</dd>
 </dl>
 
 <p>Voici un exemple :</p>