]> granicus.if.org Git - apache/commitdiff
Rebuild.
authorLucien Gentis <lgentis@apache.org>
Sun, 28 Jun 2015 13:41:05 +0000 (13:41 +0000)
committerLucien Gentis <lgentis@apache.org>
Sun, 28 Jun 2015 13:41:05 +0000 (13:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1688010 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directives.html.fr
docs/manual/new_features_2_4.html.fr
docs/manual/new_features_2_4.xml.fr
docs/manual/new_features_2_4.xml.meta

index afb6c8e9602a8ccf19c2220caa6dff20cfadcbee..b6634e07a2c978054f4fd85dcc28d48b0235d089 100644 (file)
 <li><a href="mpm_common.html#startservers">StartServers</a></li>
 <li><a href="mpm_common.html#startthreads">StartThreads</a></li>
 <li><a href="mod_substitute.html#substitute">Substitute</a></li>
+<li><a href="mod_substitute.html#substituteinheritbefore">SubstituteInheritBefore</a></li>
 <li><a href="mod_substitute.html#substitutemaxlinelength">SubstituteMaxLineLength</a></li>
 <li><a href="mod_unixd.html#suexec">Suexec</a></li>
 <li><a href="mod_suexec.html#suexecusergroup">SuexecUserGroup</a></li>
index 4dc9d765901abd90c7043d48535cf413ec9ccebc..660f34c974b5b25a09bb5db4e08c3e926cf623ae 100644 (file)
@@ -51,10 +51,10 @@ serveur HTTP Apache</h1>
       <dt>Modules multiprocessus (MPMs) chargeables à l'exécution</dt>
       <dd>Plusieurs MPMs peuvent maintenant être <a href="mpm.html#dynamic">compilés en tant que modules
       chargeables</a>. Le choix du MPM à utiliser s'effectue
-      à l'exécution.</dd>
+      à l'exécution via la directive <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code>.</dd>
 
       <dt>MPM Event</dt>
-      <dd>Le <a href="mod/event.html">MPM Event</a> n'est plus au stade expérimental et est
+      <dd>Le <a href="mod/event.html">MPM Event</a> n'en est plus au stade expérimental et est
       maintenant pleinement supporté.</dd>
 
       <dt>Support du mode asynchrone</dt>
@@ -68,7 +68,7 @@ serveur HTTP Apache</h1>
       nouveaux niveaux <code>trace1</code> à <code>trace8</code> ont été
       ajoutés au dessus du niveau de journalisation <code>debug</code>.</dd>
 
-      <dt>Sections de configuration au niveau de la requête</dt>
+      <dt>Sections de configuration au niveau requête</dt>
       <dd>Les sections <code class="directive"><a href="./mod/core.html#if">If</a></code>,
       <code class="directive"><a href="./mod/core.html#elseif">&lt;ElseIf&gt;</a></code> et
       <code class="directive"><a href="./mod/core.html#else">&lt;Else&gt;</a></code>
index 56d7d305706b302098275ed16a9b51de0626fff7..ee6bdb43870d4611dc23d3da72e6da37f75f2e62 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1673947 -->
+<!-- English Revision: 1688006 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a21942ca60a497ea95e348ffd874747319b109ed..065a31a35c286438bec685525c7f58037a1ddf19 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">tr</variant>
   </variants>
 </metafile>