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 2020/02/01 15:13:38 UTC

svn commit: r1873477 - in /httpd/httpd/trunk/docs/manual: mod/event.xml.fr mod/mod_status.xml.fr mod/mpm_common.xml.fr programs/configure.xml.fr programs/fcgistarter.xml.fr vhosts/fd-limits.xml.fr

Author: lgentis
Date: Sat Feb  1 15:13:38 2020
New Revision: 1873477

URL: http://svn.apache.org/viewvc?rev=1873477&view=rev
Log:
fr doc XML files updates.

Modified:
    httpd/httpd/trunk/docs/manual/mod/event.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.fr
    httpd/httpd/trunk/docs/manual/programs/configure.xml.fr
    httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml.fr
    httpd/httpd/trunk/docs/manual/vhosts/fd-limits.xml.fr

Modified: httpd/httpd/trunk/docs/manual/mod/event.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/event.xml.fr?rev=1873477&r1=1873476&r2=1873477&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/event.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/event.xml.fr [utf-8] Sat Feb  1 15:13:38 2020
@@ -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: 1820539:1873372 (outdated) -->
+<!-- English Revision: 1873372 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -190,14 +190,14 @@ propose le MPM <module>worker</module>,
 	keep-alive). Voici deux scénarios courants :</p>
         <ul>
             <li>Pendant un <a href="../stopping.html#graceful">graceful
-	    restart</a>. Le processus parent demande à tous ses processus
+	    restart</a>, le processus parent demande à tous ses processus
 	    enfants de terminer leur travail et de s'arrêter pendant qu'il
 	    recharge la configuration et lance de nouveaux processus. Si les
 	    processus existants continuent de s'exécuter pendant un certain
 	    temps avant de s'arrêter, le scoreboard sera partiellement occupé
 	    jusqu'à ce que les entrées correspondantes soient libérées.
             </li>
-            <li>Lorsque la charge du serveur diminue suffisamment pour que httpd
+            <li>La charge du serveur diminue suffisamment pour que httpd
 	    commence à stopper certains processus (par exemple pour respecter la
 	    valeur de la directive <directive
 	    module="mpm_common">MaxSpareThreads</directive>). Cette situation

Modified: httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr?rev=1873477&r1=1873476&r2=1873477&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr [utf-8] Sat Feb  1 15:13:38 2020
@@ -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: 1755973:1873230 (outdated) -->
+<!-- English Revision: 1873230 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.fr?rev=1873477&r1=1873476&r2=1873477&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.fr [utf-8] Sat Feb  1 15:13:38 2020
@@ -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: 1857626:1873372 (outdated) -->
+<!-- English Revision: 1873372 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -535,7 +535,7 @@ supporté.</compatibility>
     <p>Pour <module>mpm_netware</module>, la définition par défaut est
     <code>MaxSpareThreads 100</code>. Comme ce MPM n'exécute qu'un seul
     processus, le nombre de processus inactifs est surveillé au
-    niveau du serveur.</p>
+    niveau général du serveur.</p>
 
     <p><module>mpmt_os2</module> fonctionne de manière similaire à
     <module>mpm_netware</module>. Pour <module>mpmt_os2</module>, la
@@ -590,7 +590,7 @@ pour pouvoir traiter les pics de requêt
 
     <p>Avec <module>mpm_netware</module>, la définition par défaut est
     <code>MinSpareThreads 10</code> et, comme ce MPM n'exécute qu'un
-    seul processus, le nombre de threads est surveillé au niveau du
+    seul processus, le nombre de threads est surveillé au niveau général du
     serveur.</p>
 
     <p><module>mpmt_os2</module> fonctionne de manière similaire à

Modified: httpd/httpd/trunk/docs/manual/programs/configure.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/configure.xml.fr?rev=1873477&r1=1873476&r2=1873477&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.xml.fr [utf-8] Sat Feb  1 15:13:38 2020
@@ -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: 1750567:1873230 (outdated) -->
+<!-- English Revision: 1873230 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml.fr?rev=1873477&r1=1873476&r2=1873477&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml.fr [utf-8] Sat Feb  1 15:13:38 2020
@@ -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 : 1469398 -->
+<!-- English Revision : 1873395 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -49,7 +49,7 @@
 <section id="options"><title>Options</title>
     <dl>
     <dt><code>-c <var>commande</var></code></dt>
-    <dd>Le programme FastCGI</dd>
+    <dd>Le chemin absolu du programme FastCGI</dd>
 
     <dt><code>-p <var>port</var></code></dt>
     <dd>Port sur lequel le programme va se mettre en écoute</dd>

Modified: httpd/httpd/trunk/docs/manual/vhosts/fd-limits.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/vhosts/fd-limits.xml.fr?rev=1873477&r1=1873476&r2=1873477&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/vhosts/fd-limits.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/vhosts/fd-limits.xml.fr [utf-8] Sat Feb  1 15:13:38 2020
@@ -1,7 +1,7 @@
 <?xml version='1.0' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1674195:1873230 (outdated) -->
+<!-- English Revision: 1873230 -->
 <!-- French translation by Vincent Deffontaines, review by alain B -->
 <!-- Updated by Lucien Gentis -->