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 2012/10/13 16:26:51 UTC

svn commit: r1397837 - in /httpd/httpd/branches/2.4.x/docs/manual: mod/core.xml.fr mod/mod_info.xml.fr mpm.xml.fr

Author: lgentis
Date: Sat Oct 13 14:26:51 2012
New Revision: 1397837

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

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mpm.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=1397837&r1=1397836&r2=1397837&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr Sat Oct 13 14:26:51 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1379696 -->
+<!-- English Revision : 1396994 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -505,6 +505,10 @@ All pour les versions ant&eacute;rieures
       <em>activ&eacute;e</em> tout en permettant &agrave; toute autre option d'&ecirc;tre
       activ&eacute;e.
       </p></note>
+
+      <example>
+      AllowOverride Options=Indexes,MultiViews
+      </example>
       
       </dd>
     </dl>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml.fr?rev=1397837&r1=1397836&r2=1397837&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml.fr Sat Oct 13 14:26:51 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1371586 -->
+<!-- English Revision : 1397683 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -41,7 +41,7 @@ serveur</description>
 &lt;/Location&gt;
     </highlight>
 
-    <p>Il est recommand&eacute; d'utiliser <module>mod_access</module> &agrave;
+    <p>Il est recommand&eacute; d'utiliser <module>mod_authz_host</module> &agrave;
     l'int&eacute;rieur de la section <directive type="section"
     module="core">Location</directive> afin de restreindre l'acc&egrave;s aux
     informations de configuration de votre serveur :</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr?rev=1397837&r1=1397836&r2=1397837&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr Sat Oct 13 14:26:51 2012
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1174747:1395561 (outdated) -->
+<!-- English Revision : 1395561 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -97,6 +97,29 @@ vous n'en sp&eacute;cifiez pas un autre 
 ou <module>event</module>, selon les possibilit&eacute;s de la plate-forme</td></tr>
 <tr><td>Windows</td><td><module>mpm_winnt</module></td></tr>
 </table>
+
+<note><p>Ici, 'Unix' sous-entend les syst&egrave;mes d'exploitation de type
+Unix, comme Linux, BSD, Solaris, Mac OS X, etc...</p></note>
+
+<p>Dans le cas des syst&egrave;mes d'exploitation de type Unix, le choix du MPM
+&agrave; installer est orient&eacute; par deux questions :</p>
+<p>1. Est-ce que le syst&egrave;me supporte les threads ?</p>
+<p>2. Est-ce que le syst&egrave;me supporte le polling thread-safe (et en
+particulier les fonctions kqueue et epoll) ?</p>
+
+<p>Si la r&eacute;ponse aux deux questions est 'oui', le MPM par d&eacute;faut sera
+<module>event</module>.</p>
+
+<p>Si la r&eacute;ponse &agrave; la premi&egrave;re question est 'oui', et la r&eacute;ponse &agrave; la
+deuxi&egrave;me 'non', le MPM par d&eacute;faut sera <module>worker</module>.</p>
+
+<p>Si la r&eacute;ponse aux deux questions est 'non', le MPM par d&eacute;faut sera
+<module>prefork</module>.</p>
+
+<p>En pratique, cela signifie que le MPM par d&eacute;faut sera presque
+toujours <module>event</module> car tous les syst&egrave;mes d'exploitation
+modernes satisfont aux deux conditions.</p>
+
 </section>
 
 <section id="static"><title>Compiler un module MPM en tant que module