svn commit: r1935419 - in httpd/httpd/trunk/docs/manual: . mod platform rewrite

[email protected] Tue, 16 Jun 2026 16:45:51 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178162835127.2479692.17429627472872016357@svn03-he-fi>
Author: rbowen
Date: Tue Jun 16 16:45:50 2026
New Revision: 1935419

Log:
Rebuild html, meta files

Modified:
   httpd/httpd/trunk/docs/manual/env.html.en.utf8
   httpd/httpd/trunk/docs/manual/env.html.fr.utf8
   httpd/httpd/trunk/docs/manual/env.xml.fr
   httpd/httpd/trunk/docs/manual/env.xml.ja
   httpd/httpd/trunk/docs/manual/env.xml.ko
   httpd/httpd/trunk/docs/manual/env.xml.meta
   httpd/httpd/trunk/docs/manual/env.xml.tr
   httpd/httpd/trunk/docs/manual/install.html.fr.utf8
   httpd/httpd/trunk/docs/manual/install.xml.meta
   httpd/httpd/trunk/docs/manual/mod/event.html.en.utf8
   httpd/httpd/trunk/docs/manual/mod/event.html.fr.utf8
   httpd/httpd/trunk/docs/manual/mod/event.xml.es
   httpd/httpd/trunk/docs/manual/mod/event.xml.fr
   httpd/httpd/trunk/docs/manual/mod/event.xml.meta
   httpd/httpd/trunk/docs/manual/mod/motorz.html.en.utf8
   httpd/httpd/trunk/docs/manual/mod/mpm_netware.html.en.utf8
   httpd/httpd/trunk/docs/manual/mod/mpm_netware.html.fr.utf8
   httpd/httpd/trunk/docs/manual/mod/mpm_netware.xml.fr
   httpd/httpd/trunk/docs/manual/mod/mpm_netware.xml.meta
   httpd/httpd/trunk/docs/manual/mod/mpm_winnt.html.en.utf8
   httpd/httpd/trunk/docs/manual/mod/mpm_winnt.html.fr.utf8
   httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.de
   httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.fr
   httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.ja
   httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.meta
   httpd/httpd/trunk/docs/manual/mod/mpmt_os2.html.en.utf8
   httpd/httpd/trunk/docs/manual/mod/mpmt_os2.html.fr.utf8
   httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml.fr
   httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml.meta
   httpd/httpd/trunk/docs/manual/mod/prefork.html.en.utf8
   httpd/httpd/trunk/docs/manual/mod/prefork.html.fr.utf8
   httpd/httpd/trunk/docs/manual/mod/prefork.html.tr.utf8
   httpd/httpd/trunk/docs/manual/mod/prefork.xml.de
   httpd/httpd/trunk/docs/manual/mod/prefork.xml.fr
   httpd/httpd/trunk/docs/manual/mod/prefork.xml.ja
   httpd/httpd/trunk/docs/manual/mod/prefork.xml.meta
   httpd/httpd/trunk/docs/manual/mod/prefork.xml.tr
   httpd/httpd/trunk/docs/manual/mod/worker.html.en.utf8
   httpd/httpd/trunk/docs/manual/mod/worker.html.fr.utf8
   httpd/httpd/trunk/docs/manual/mod/worker.xml.de
   httpd/httpd/trunk/docs/manual/mod/worker.xml.fr
   httpd/httpd/trunk/docs/manual/mod/worker.xml.ja
   httpd/httpd/trunk/docs/manual/mod/worker.xml.meta
   httpd/httpd/trunk/docs/manual/mod/worker.xml.tr
   httpd/httpd/trunk/docs/manual/mpm.html.en.utf8
   httpd/httpd/trunk/docs/manual/mpm.html.fr.utf8
   httpd/httpd/trunk/docs/manual/mpm.xml.de
   httpd/httpd/trunk/docs/manual/mpm.xml.fr
   httpd/httpd/trunk/docs/manual/mpm.xml.ja
   httpd/httpd/trunk/docs/manual/mpm.xml.ko
   httpd/httpd/trunk/docs/manual/mpm.xml.meta
   httpd/httpd/trunk/docs/manual/mpm.xml.tr
   httpd/httpd/trunk/docs/manual/mpm.xml.zh-cn
   httpd/httpd/trunk/docs/manual/platform/netware.html.fr.utf8
   httpd/httpd/trunk/docs/manual/platform/netware.xml.meta
   httpd/httpd/trunk/docs/manual/rewrite/htaccess.html.en.utf8
   httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.de
   httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.es
   httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.fr
   httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.ja
   httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.ko
   httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.tr
   httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.zh-cn

Modified: httpd/httpd/trunk/docs/manual/env.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.html.en.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/env.html.en.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -271,9 +271,11 @@
 <h2 id="cgi">CGI environment variables <a title="Permanent link" href="#cgi" class="permalink">&para;</a></h2>
     
 
-    <p>The CGI specification (<a href="https://www.rfc-editor.org/rfc/rfc3875#section-4.1">RFC 3875</a>) defines a number of environment
-    variables that expand on those defined by the HTTP spec.
-    These have been adopted more broadly, and are a standard
+    <p>The CGI specification (<a href="https://www.rfc-editor.org/rfc/rfc3875#section-4.1">RFC 3875</a>) defines a
+    number of meta-variables, many of which derive their values from
+    HTTP request headers. Apache httpd makes these available as
+    environment variables to CGI scripts and other request-processing
+    mechanisms. These have been adopted more broadly, and are a standard
     part of passing information between the browser and the
     server, and between processes on the server side. Here we
     discuss a few of these. For the complete list of request

Modified: httpd/httpd/trunk/docs/manual/env.html.fr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.html.fr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/env.html.fr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -29,6 +29,8 @@
 <a href="./ko/env.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/env.html" hreflang="tr" rel="alternate" title="T&uuml;rk&ccedil;e">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut &ecirc;tre p&eacute;rim&eacute;e. V&eacute;rifiez la version
+            anglaise pour les changements r&eacute;cents.</div>
 
      <p>Deux types de variables d'environnement affectent le serveur
      HTTP Apache.</p>

Modified: httpd/httpd/trunk/docs/manual/env.xml.fr
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml.fr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/env.xml.fr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 1934650 -->
+<!-- English Revision: 1934650:1935409 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/env.xml.ja
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml.ja	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/env.xml.ja	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 659902:1934650 (outdated) -->
+<!-- English Revision: 659902:1935409 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/env.xml.ko
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml.ko	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/env.xml.ko	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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:1934650 (outdated) -->
+<!-- English Revision: 105989:1935409 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/env.xml.meta
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml.meta	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/env.xml.meta	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>

Modified: httpd/httpd/trunk/docs/manual/env.xml.tr
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml.tr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/env.xml.tr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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:1934650 (outdated) -->
+<!-- English Revision: 1300910:1935409 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/install.html.fr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/install.html.fr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/install.html.fr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -32,22 +32,21 @@
 <a href="./pt-br/install.html" hreflang="pt-br" rel="alternate" title="Portugu&ecirc;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
 <a href="./tr/install.html" hreflang="tr" rel="alternate" title="T&uuml;rk&ccedil;e">&nbsp;tr&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut &ecirc;tre p&eacute;rim&eacute;e. V&eacute;rifiez la version
-            anglaise pour les changements r&eacute;cents.</div>
 
 
-    <p>Ce document couvre l'installation et la compilation du serveur
-    HTTP Apache
-    sur les syst&egrave;mes Unix et similaires seulement. Pour la compilation et
-    l'installation sous Windows, voir <a href="platform/windows.html">Utiliser le serveur HTTP Apache avec Microsoft
-    Windows</a> et <a href="platform/win_compiling.html">Compilation
-    d'Apache sous Microsoft Windows</a>. Pour les autres plateformes, se
-    r&eacute;f&eacute;rer &agrave; la documentation par
-     <a href="platform/">plateforme</a>.</p>
-
-    <p>Apache httpd utilise <code>libtool</code> et <code>autoconf</code>
-    afin de cr&eacute;er un environnement de construction similaire &agrave; la plupart
-    des projets Open Source .</p>
+    <p>Le serveur HTTP Apache est distribu&eacute; sous forme de code source. Ce
+    document d&eacute;crit la construction et l&rsquo;installation du serveur &agrave; partir des
+    sources sous Unix et les syst&egrave;mes de la famille d&rsquo;Unix. Pour Windows, voir
+    <a href="platform/windows.html">Utiliser le serveur HTTP Apache avec
+    Microsoft Windows</a> et <a href="platform/win_compiling.html">Compilation
+    de httpd sous Microsoft Windows</a>. Pour les autres plateformes, se
+    r&eacute;f&eacute;rer &agrave; la documentation par <a href="platform/">plateforme</a>.</p>
+
+    <p>Si vous installez httpd depuis un paquet de distribution (RPM, DEB,
+    etc.), l&rsquo;organisation de la configuration et les valeurs par d&eacute;faut peuvent
+    &ecirc;tre diff&eacute;rentes de ce qui est d&eacute;crit ici. Voir <a href="#thirdp">paquets
+    tiers</a> ci-apr&egrave;s et consultez la documentation de votre distribution pour
+    les d&eacute;tails sp&eacute;cifiques &agrave; la plateforme.</p>
 
     <p>Si vous effectuez une mise &agrave; jour depuis une version mineure vers
     la suivante (par exemple, 2.4.66 &agrave; 2.4.67), veuillez passer &agrave; la section
@@ -66,52 +65,11 @@
 <li><img alt="" src="./images/down.gif"> <a href="#upgrading">Mise &agrave; jour</a></li>
 <li><img alt="" src="./images/down.gif"> <a href="#thirdp">Paquets tiers</a></li>
 </ul><h3>Voir aussi</h3><ul class="seealso"><li><a href="programs/configure.html">Configuration de l'arborescence
-	des sources</a></li><li><a href="invoking.html">D&eacute;marrer Apache httpd</a></li><li><a href="stopping.html">Arr&ecirc;t et red&eacute;marrage</a></li></ul></div>
+	des sources</a></li><li><a href="invoking.html">D&eacute;marrer httpd</a></li><li><a href="stopping.html">Arr&ecirc;t et red&eacute;marrage</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif"></a></div>
 <div class="section">
 <h2 id="overview">Aper&ccedil;u pour les plus press&eacute;s <a title="Lien permanent" href="#overview" class="permalink">&para;</a></h2>
 
-    <dl>
-    <dt>Installation sous Fedora/CentOS/Red Hat Enterprise Linux</dt>
-    <dd>
-    <pre class="prettyprint lang-sh">sudo dnf install httpd
-
-# D&eacute;marrage du service
-sudo systemctl start httpd
-
-# Arr&ecirc;t du service
-sudo systemctl stop httpd
-
-# Red&eacute;marrage du service
-sudo systemctl restart httpd</pre>
-
-
-    <div class="warning">Voir la <a href="https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-apache-http-server/index.html">documentation
-    du projet Fedora</a> pour des informations sp&eacute;cifiques &agrave; cette plateforme.</div>
-    </dd>
-
-    <dt>Installation sous Ubuntu/Debian</dt>
-    <dd>
-<pre class="prettyprint lang-sh">sudo apt install apache2
-
-# D&eacute;marrage du service
-sudo systemctl start apache2
-
-# Arr&ecirc;t du service
-sudo systemctl stop apache2
-
-# Red&eacute;marrage du service
-sudo systemctl restart apache2</pre>
-
-
-    <div class="warning">Voir la <a href="https://ubuntu.com/tutorials/install-and-configure-apache">documentation
-    d&rsquo;Ubuntu</a> pour des informations sp&eacute;cifiques &agrave; cette plateforme.</div>
-
-    </dd>
-
-    <dt>Installation &agrave; partir des sources</dt>
-    <dd>
-
     <table>
       
       <tr>
@@ -171,20 +129,12 @@ $ cd httpd-NN</pre>
 
 	    <p>Chaque &eacute;tape du processus de compilation et d'installation est
 	    d&eacute;crite plus en d&eacute;tails ci-dessous, &agrave; commencer par les pr&eacute;requis
-	    pour compiler et installer Apache httpd.</p>
-    </dd>
-    </dl>
-
-    <div class="warning">L'installation sous votre plateforme favorite n'est pas
-    trait&eacute;e ici ? N'h&eacute;sitez pas &agrave; nous <a href="https://httpd.apache.org/docs-project/">aider &agrave; compl&eacute;ter cette
-    documentation</a> en nous faisant profiter de votre exp&eacute;rience.</div>
-
-
+	    pour compiler et installer httpd.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif"></a></div>
 <div class="section">
 <h2 id="requirements">Pr&eacute;requis <a title="Lien permanent" href="#requirements" class="permalink">&para;</a></h2>
 
-    <p>Les pr&eacute;requis pour la construction et l&rsquo;ex&eacute;cution d'Apache httpd sont les
+    <p>Les pr&eacute;requis pour la construction et l&rsquo;ex&eacute;cution de httpd sont les
     suivants:</p>
 
     <dl>
@@ -204,17 +154,16 @@ $ cd httpd-NN</pre>
       install&eacute;es d'APR et APR-Util.</dd>
 
       <dt>Biblioth&egrave;que d'expressions rationnelles compatibles Perl
-      (PCRE)</dt>
-      <dd>Cette biblioth&egrave;que est n&eacute;cessaire mais n'est plus fournie avec la
-      distribution de httpd. T&eacute;l&eacute;chargez le code source depuis <a href="https://www.pcre.org/">https://www.pcre.org</a> ou installez
-      un portage du paquet. Si votre suite de compilation ne trouve pas
-      le script pcre-config install&eacute; au cours du processus de
-      construction de PCRE, indiquez son chemin via l'option
-      <code>--with-pcre</code> du script <code>./configure</code>. Sur
-      certaines plateformes, vous devrez
-      peut-&ecirc;tre installer les paquets <code>-dev</code> correspondants
-      pour permettre la compilation de httpd avec la version
-      install&eacute;e de PCRE.</dd>
+      (PCRE2)</dt>
+      <dd>Cette biblioth&egrave;que est n&eacute;cessaire mais n'est pas fournie avec la
+      distribution de httpd. T&eacute;l&eacute;chargez le code source depuis <a href="https://github.com/PCRE2Project/pcre2">https://github.com/PCRE2Project/pcre2</a>
+      ou installez le avec le gestionnaire de paquets de votre syst&egrave;me. Si votre
+      syst&egrave;me de construction ne trouve pas le script <code>pcre2-config</code>
+      install&eacute; par la construction de PCRE2, pointez vers lui en utilisant
+      l&rsquo;option <code>--with-pcre</code>. Sur certaines plateformes, vous devrez
+      peut-&ecirc;tre installer le paquet <code>-dev</code> correspondant (par exemple
+      <code>libpcre2-dev</code> ou <code>pcre2-devel</code>) pour permettre la
+      construction de httpd avec votre version install&eacute;e de PCRE2.</dd>
 
       <dt>Espace disque</dt>
       <dd>Assurez-vous d'avoir au moins 200 Mo d'espace disque disponible
@@ -233,13 +182,11 @@ $ cd httpd-NN</pre>
       les outils de construction de base tels que <code>make</code>.</dd>
 
       <dt>Connaissance de l'heure exacte</dt>
-      <dd>Les &eacute;l&eacute;ments du protocole HTTP font r&eacute;f&eacute;rence &agrave; l'heure du jour. Par
-      cons&eacute;quent, il est n&eacute;cessaire d'&eacute;quiper votre syst&egrave;me d'un dispositif de
-      synchronisation du temps. &Agrave; cet effet, la plupart des distributions
-      modernes de Linux fournissent <code>systemd-timesyncd</code> ou
-      <code>chrony</code>. Voir la <a href="https://www.ntp.org">page d'accueil
-      de NTP</a> pour plus de d&eacute;tails &agrave; propos du logiciel NTP et des serveurs
-      de temps publics.</dd>
+      <dd>Les ent&ecirc;tes du protocole HTTP utilisent un horodatage&nbsp;; l&rsquo;horloge de
+      votre syst&egrave;me doit donc &ecirc;tre pr&eacute;cise. La plupart des distributions de
+      Linux activent <code>systemd-timesyncd</code> ou <code>chrony</code> par
+      d&eacute;faut. V&eacute;rifiez que la synchronisation du temps est active sur votre
+      syst&egrave;me avant d&rsquo;exploiter un serveur en production.</dd>
 
       <dt><a href="https://www.perl.org/">Perl 5</a>
       [OPTIONNEL]</dt>
@@ -248,17 +195,15 @@ $ cd httpd-NN</pre>
       sont &eacute;crits en Perl).  Si le script <code class="program"><a href="./programs/configure.html">configure</a></code> ne trouve
       pas d'interpr&eacute;teur Perl 5, vous ne pourrez pas utiliser les scripts qui en
       ont besoin.  Bien entendu, vous pourrez tout de m&ecirc;me construire et
-      utiliser Apache httpd.</dd>
+      utiliser httpd.</dd>
 
     </dl>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif"></a></div>
 <div class="section">
 <h2 id="download">T&eacute;l&eacute;chargement <a title="Lien permanent" href="#download" class="permalink">&para;</a></h2>
 
-    <p>Si vous voulez construire httpd depuis le code source, commencez par
-    t&eacute;l&eacute;charger l&rsquo;archive tar du code source depuis le <a href="https://httpd.apache.org/download.cgi">site de t&eacute;l&eacute;chargement du
-    serveur HTTP Apache</a>. Le processus de construction (d&eacute;crit ci-apr&egrave;s)
-    permet de personnaliser le serveur pour qu&rsquo;il corresponde &agrave; vos besoins.</p>
+    <p>T&eacute;l&eacute;chargez l&rsquo;archive tar du code source depuis le <a href="https://httpd.apache.org/download.cgi">site de t&eacute;l&eacute;chargement du
+    serveur HTTP Apache</a>.</p>
 
     <p>Apr&egrave;s le t&eacute;l&eacute;chargement, il est important de v&eacute;rifier que vous disposez
     d'une version compl&egrave;te et non modifi&eacute;e du serveur HTTP Apache.  Vous pouvez
@@ -283,15 +228,13 @@ $ cd httpd-NN</pre>
 <h2 id="configure">Configuration de l'arborescence des sources <a title="Lien permanent" href="#configure" class="permalink">&para;</a></h2>
 
     <p>L'&eacute;tape suivante consiste &agrave; configurer l'arborescence des sources
-    d'Apache en fonction de votre plateforme et de vos besoins personnels.
-    Le script  <code class="program"><a href="./programs/configure.html">configure</a></code>, situ&eacute; &agrave; la racine du
-    r&eacute;pertoire de la distribution, a &eacute;t&eacute; con&ccedil;u &agrave; cet effet
-    (Les d&eacute;veloppeurs qui t&eacute;l&eacute;chargent
-    une version non officielle de l'arborescence des sources d'Apache
-    devront disposer de
-    <code>autoconf</code> et <code>libtool</code> et
-    ex&eacute;cuter <code>buildconf</code> avant de passer &agrave; l'&eacute;tape suivante,
-    ce qui n'est pas n&eacute;cessaire pour les versions officielles).</p>
+    de httpd en fonction de votre plateforme et de vos besoins personnels.
+    Le script  <code class="program"><a href="./programs/configure.html">configure</a></code>, situ&eacute; &agrave; la racine du r&eacute;pertoire de
+    la distribution, a &eacute;t&eacute; con&ccedil;u &agrave; cet effet (Les d&eacute;veloppeurs qui t&eacute;l&eacute;chargent
+    une version non officielle de l'arborescence des sources de httpd
+    devront disposer de <code>autoconf</code> et <code>libtool</code> et
+    ex&eacute;cuter <code>buildconf</code> avant de passer &agrave; l'&eacute;tape suivante, ce qui
+    n'est pas n&eacute;cessaire pour les versions officielles).</p>
 
     <p>Pour configurer l'arborescence des sources avec les valeurs par d&eacute;faut
     pour toutes les options, saisissez <code>./configure</code>.
@@ -299,29 +242,27 @@ $ cd httpd-NN</pre>
     accepte toute une vari&eacute;t&eacute; de variables et
     d'options de ligne de commande.</p>
 
-    <p>L'option la plus importante <code>--prefix</code> est le chemin
-    du r&eacute;pertoire d'installation d'Apache, car Apache doit &ecirc;tre configur&eacute;
-    en fonction de ce chemin pour pouvoir fonctionner correctement.
-    Il est possible de d&eacute;finir plus finement le chemin d'installation des fichiers
-    &agrave; l'aide d'<a href="programs/configure.html#installationdirectories">options
+    <p>L'option la plus importante <code>--prefix</code> est le chemin du
+    r&eacute;pertoire d'installation de httpd, car httpd doit &ecirc;tre
+    configur&eacute; en fonction de ce chemin pour pouvoir fonctionner correctement.
+    Il est possible de d&eacute;finir plus finement le chemin d'installation des
+    fichiers &agrave; l'aide d'<a href="programs/configure.html#installationdirectories">options
     suppl&eacute;mentaires de configure</a>.</p>
 
     <p>&Agrave; ce niveau, vous pouvez aussi sp&eacute;cifier de quelles <a href="programs/configure.html#optionalfeatures">fonctionnalit&eacute;s</a> vous
-    voulez disposer dans Apache en activant ou d&eacute;sactivant des <a href="mod/">modules</a>.  Apache est fourni avec un grand nombre de
-    modules inclus par d&eacute;faut. Ils seront compil&eacute;s en tant qu'<a href="dso.html">objets partag&eacute;s (DSOs)</a> qui pourront &ecirc;tre charg&eacute;s
-    ou d&eacute;charg&eacute;s &agrave; l'ex&eacute;cution. Vous pouvez aussi choisir de compiler
-    les modules statiquement via l'option
-    <code>--enable-<var>module</var>=static</code>.</p>
-    <p>Des modules suppl&eacute;mentaires peuvent &ecirc;tre activ&eacute;s &agrave; l'aide de l'option
-    <code>--enable-<var>module</var></code>, o&ugrave;
-    <var>module</var> est le nom du module sans la cha&icirc;ne
-    <code>mod_</code> et o&ugrave; tout caract&egrave;re de soulignement est converti
-    en tiret. D'une mani&egrave;re similaire,
-    vous pouvez d&eacute;sactiver des modules &agrave; l'aide de l'option
-    <code>--disable-<var>module</var></code>.  Faites tr&egrave;s attention
-    en utilisant ces options, car <code class="program"><a href="./programs/configure.html">configure</a></code> n'est pas en
-    mesure de vous avertir si le module que vous avez sp&eacute;cifi&eacute; n'existe pas&nbsp;;
-    il ignorera l'option.</p>
+    voulez disposer dans httpd en activant ou d&eacute;sactivant des <a href="mod/">modules</a>.  httpd est fourni avec un grand nombre de
+    modules inclus par d&eacute;faut. Ils seront compil&eacute;s en tant qu'<a href="dso.html">objets partag&eacute;s (DSOs)</a> qui pourront &ecirc;tre charg&eacute;s ou
+    d&eacute;charg&eacute;s &agrave; l'ex&eacute;cution. Vous pouvez aussi choisir de compiler les modules
+    statiquement via l'option
+    <code>--enable-<var>module</var>=static</code>.</p> <p>Des modules
+    suppl&eacute;mentaires peuvent &ecirc;tre activ&eacute;s &agrave; l'aide de l'option
+    <code>--enable-<var>module</var></code>, o&ugrave; <var>module</var> est le nom du
+    module sans la cha&icirc;ne <code>mod_</code> et o&ugrave; tout caract&egrave;re de soulignement
+    est converti en tiret. D'une mani&egrave;re similaire, vous pouvez d&eacute;sactiver des
+    modules &agrave; l'aide de l'option <code>--disable-<var>module</var></code>.
+    Faites tr&egrave;s attention en utilisant ces options, car
+    <code class="program"><a href="./programs/configure.html">configure</a></code> n'est pas en mesure de vous avertir si le
+    module que vous avez sp&eacute;cifi&eacute; n'existe pas&nbsp;; il ignorera l'option.</p>
 
     <p>En outre, vous devrez peut-&ecirc;tre fournir au script
     <code class="program"><a href="./programs/configure.html">configure</a></code> des informations suppl&eacute;mentaires sur
@@ -334,7 +275,7 @@ $ cd httpd-NN</pre>
     </p>
 
     <p>Pour vous faire une id&eacute;e des possibilit&eacute;s qui s'offrent &agrave; vous, voici
-    un exemple typique de compilation d'Apache avec le r&eacute;pertoire
+    un exemple typique de compilation de Apache httpd avec le r&eacute;pertoire
     d'installation <code>/sw/pkg/apache</code>, un compilateur et des drapeaux
     particuliers et les deux modules additionnels <code class="module"><a href="./mod/mod_ldap.html">mod_ldap</a></code>
     et <code class="module"><a href="./mod/mod_lua.html">mod_lua</a></code> :</p>
@@ -358,9 +299,10 @@ $ cd httpd-NN</pre>
 <h2 id="compile">Construction <a title="Lien permanent" href="#compile" class="permalink">&para;</a></h2>
 
     <p>Vous pouvez maintenant construire les diff&eacute;rents &eacute;l&eacute;ments qui
-    composent le paquet Apache en lan&ccedil;ant&nbsp;:</p>
+    composent le paquet Apache httpd en lan&ccedil;ant&nbsp;:</p>
 
-<div class="example"><p><code>$ make</code></p></div>
+<div class="example"><pre class="prettyprint lang-sh">$ make</pre>
+</div>
 
     <p>Vous devez &ecirc;tre patient, car il faut plusieurs minutes pour compiler
     une configuration de base, et cette dur&eacute;e peut varier consid&eacute;rablement
@@ -373,7 +315,8 @@ $ cd httpd-NN</pre>
     d'installation d&eacute;fini par <em>PREFIX</em> (voir plus haut l'option
     <code>--prefix</code>) en lan&ccedil;ant:</p>
 
-<div class="example"><p><code>$ make install</code></p></div>
+<div class="example"><pre class="prettyprint lang-sh">$ make install</pre>
+</div>
 
     <p>Cette &eacute;tape n&eacute;cessite habituellement les privil&egrave;ges
     de root, car <em>PREFIX</em> est en g&eacute;n&eacute;ral un
@@ -390,9 +333,10 @@ $ cd httpd-NN</pre>
     &eacute;ditant les <a href="configuring.html">fichiers de configuration</a>
     situ&eacute;s dans <code><em>PREFIX</em>/conf/</code>.</p>
 
-<div class="example"><p><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code></p></div>
+<div class="example"><pre class="prettyprint lang-sh">$ vi <em>PREFIX</em>/conf/httpd.conf</pre>
+</div>
 
-    <p>Consultez le manuel d'Apache situ&eacute; dans
+    <p>Consultez le manuel de httpd situ&eacute; dans
     <code><em>PREFIX</em>/docs/manual/</code> ou
     <a href="https://httpd.apache.org/docs/trunk/">https://httpd.apache.org/docs/trunk/</a> pour la version la plus
     r&eacute;cente de ce manuel et la liste compl&egrave;te des <a href="mod/directives.html">directives de configuration</a> disponibles.</p>
@@ -401,9 +345,10 @@ $ cd httpd-NN</pre>
 <h2 id="test">Test <a title="Lien permanent" href="#test" class="permalink">&para;</a></h2>
 
     <p>Vous pouvez maintenant <a href="invoking.html">d&eacute;marrer</a> votre
-    serveur HTTP Apache en lan&ccedil;ant:</p>
+    Serveur HTTP Apache en lan&ccedil;ant&nbsp;:</p>
 
-<div class="example"><p><code>$ <em>PREFIX</em>/bin/apachectl -k start</code></p></div>
+<div class="example"><pre class="prettyprint lang-sh">$ <em>PREFIX</em>/bin/apachectl -k start</pre>
+</div>
 
     <p>Vous devriez alors pouvoir requ&eacute;rir votre premier document
     &agrave; l'aide de l'URL <code>http://localhost/</code>. La page web que vous
@@ -412,7 +357,8 @@ $ cd httpd-NN</pre>
     qui est g&eacute;n&eacute;ralement <code><em>PREFIX</em>/htdocs/</code>.
     Pour <a href="stopping.html">arr&ecirc;ter</a> le serveur, lancez:</p>
 
-<div class="example"><p><code>$ <em>PREFIX</em>/bin/apachectl -k stop</code></p></div>
+<div class="example"><pre class="prettyprint lang-sh">$ <em>PREFIX</em>/bin/apachectl -k stop</pre>
+</div>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif"></a></div>
 <div class="section">
 <h2 id="upgrading">Mise &agrave; jour <a title="Lien permanent" href="#upgrading" class="permalink">&para;</a></h2>
@@ -469,30 +415,56 @@ $ <em>PREFIX</em>/bin/apachectl -k start
     <code>config.nice</code> ; ils seront alors ajout&eacute;s aux options de
     votre script <code class="program"><a href="./programs/configure.html">configure</a></code> original :</p>
 
-     <div class="example"><p><code>
-     $ ./config.nice --prefix=/home/test/apache --with-port=90
-     </code></p></div>
+     <div class="example"><pre class="prettyprint lang-sh">$ ./config.nice --prefix=/home/test/apache --with-port=90</pre>
+</div>
 
     </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif"></a></div>
 <div class="section">
 <h2 id="thirdp">Paquets tiers <a title="Lien permanent" href="#thirdp" class="permalink">&para;</a></h2>
 
-    <p>De nombreux tiers fournissent leur propre distribution du serveur HTTP
-    Apache &agrave; installer sur une plate-forme particuli&egrave;re. On peut citer les
-    diff&eacute;rentes distributions Linux, divers paquets <a href="https://httpd.apache.org/docs/trunk/en/platform/windows.html">Windows</a>,
-    macOS, et de nombreux autres.</p>
-
-    <p>Notre license logicielle non seulement permet, mais aussi
-    encourage ce genre de redistribution. Cependant, ceci conduit &agrave; une
-    situation ou l'organisation de la configuration et les valeurs par
-    d&eacute;faut de votre installation du serveur peuvent ne pas correspondre
-    &agrave; ce qui est &eacute;crit dans la documentation. Bien que f&acirc;cheuse, cette
-    situation n'est pas appel&eacute;e &agrave; &eacute;voluer de sit&ocirc;t.</p>
-
-    <p>Une  <a href="https://cwiki.apache.org/confluence/display/httpd/DistrosDefaultLayout">description
-    de ces distributions tierces</a> est dans le wiki du serveur HTTP. Vous
-    devrez cependant vous familiariser par vous-m&ecirc;me avec la gestion du paquet
-    de votre plate-forme particuli&egrave;re et les proc&eacute;dures d'installation.</p>
+    <p>De nombreux syst&egrave;mes d&rsquo;exploitation fournissent des paquets Apache httpd
+    pr&eacute;construits. Ces paquets permettent de d&eacute;marrer rapidement, mais ils
+    diff&egrave;rent souvent d&rsquo;une construction &agrave; partir des sources quant &agrave;
+    l&rsquo;organisation du fichier de configuration, aux modules int&eacute;gr&eacute;s et aux
+    chemins par d&eacute;faut. La documentation sur ce site d&eacute;crit la construction du
+    serveur &agrave; partir des sources&nbsp;; si vous utilisez un paquet de plateforme,
+    consultez la documentation de votre distribution pour les d&eacute;tails
+    sp&eacute;cifiques &agrave; la plateforme.</p>
+
+    <p>Quelques exemples courants&nbsp;:</p>
+
+    <dl>
+    <dt>Fedora / CentOS / Red Hat Enterprise Linux</dt>
+    <dd>
+    <pre class="prettyprint lang-sh">sudo dnf install httpd
+sudo systemctl start httpd</pre>
+
+    <p>Voir <a href="https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-apache-http-server/index.html">la
+    documentation du projet Fedora</a> pour l&rsquo;organisation de la configuration
+    et des notes sp&eacute;cifiques &agrave; la plateforme.</p>
+    </dd>
+
+    <dt>Ubuntu / Debian</dt>
+    <dd>
+<pre class="prettyprint lang-sh">sudo apt install apache2
+sudo systemctl start apache2</pre>
+
+    <p>Voir <a href="https://ubuntu.com/tutorials/install-and-configure-apache">documentation
+    d&rsquo;Ubuntu</a> pour l&rsquo;organisation de la configuration
+    et des notes sp&eacute;cifiques &agrave; la plateforme.</p>
+    </dd>
+    </dl>
+
+    <p>Notre licence logicielle non seulement permet, mais aussi encourage ce
+    genre de distribution tierce. Cependant, cela conduit &agrave; une situation ou
+    l'organisation de la configuration et les valeurs par d&eacute;faut de votre
+    installation du serveur peuvent ne pas correspondre &agrave; ce qui est &eacute;crit dans
+    la documentation. Une <a href="https://cwiki.apache.org/confluence/display/httpd/DistrosDefaultLayout">description
+    de ces distributions tierces</a> est disponible dans le wiki du serveur
+    HTTP.</p>
+
+    <div class="warning">Votre plateforme favorite n&rsquo;est pas mentionn&eacute;e ici&nbsp;? <a href="https://httpd.apache.org/docs-project/">Voil&agrave; une bonne occasion pour
+    vous d&rsquo;am&eacute;liorer cette documentation.</a></div>
 
 </div></div>
 <div class="bottomlang">

Modified: httpd/httpd/trunk/docs/manual/install.xml.meta
==============================================================================
--- httpd/httpd/trunk/docs/manual/install.xml.meta	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/install.xml.meta	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -10,7 +10,7 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant>es</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">pt-br</variant>

Modified: httpd/httpd/trunk/docs/manual/mod/event.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/event.html.en.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/event.html.en.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -47,6 +47,12 @@ of consuming threads only for connection
       <code>--with-mpm=event</code> to the <code class="program"><a href="../programs/configure.html">configure</a></code>
       script's arguments when building the <code class="program"><a href="../programs/httpd.html">httpd</a></code>.</p>
 
+
+    <p>When built as a DSO module, it can be loaded with:</p>
+
+    <pre class="prettyprint lang-config">LoadModule mpm_event_module modules/mod_mpm_event.so</pre>
+
+
 </div>
 <div id="quickview"><h3>Topics</h3>
 <ul id="topics">
@@ -78,6 +84,7 @@ of consuming threads only for connection
 </ul>
 <h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mpm_event">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mpm_event">Report a bug</a></li></ul><h3>See also</h3>
 <ul class="seealso">
+<li><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></li>
 <li><a href="worker.html">The worker MPM</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif"></a></div>

Modified: httpd/httpd/trunk/docs/manual/mod/event.html.fr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/event.html.fr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/event.html.fr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -30,6 +30,8 @@
 <a href="../es/mod/event.html" hreflang="es" rel="alternate" title="Espa&ntilde;ol">&nbsp;es&nbsp;</a> |
 <a href="../fr/mod/event.html" title="Fran&ccedil;ais">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut &ecirc;tre p&eacute;rim&eacute;e. V&eacute;rifiez la version
+            anglaise pour les changements r&eacute;cents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Une variante du MPM <code class="module"><a href="../mod/worker.html">worker</a></code> con&ccedil;ue pour ne
 mobiliser des threads que pour les connexions en cours de traitement</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>MPM</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/event.xml.es
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/event.xml.es	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/event.xml.es	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1807868:1873372 (outdated) -->
+<!-- English Revision: 1807868:1935407 (outdated) -->
 <!-- Spanish Translation: Daniel Ferradal <[email protected]> -->
 
 <!--

Modified: httpd/httpd/trunk/docs/manual/mod/event.xml.fr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/event.xml.fr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/event.xml.fr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 1873372 -->
+<!-- English Revision: 1873372:1935407 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/event.xml.meta
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/event.xml.meta	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/event.xml.meta	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/motorz.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/motorz.html.en.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/motorz.html.en.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -56,6 +56,12 @@ built on the APR pollset and thread pool
       it as a loadable module with
       <code>--enable-mpms-shared=motorz</code>.</p>
 
+
+    <p>When built as a DSO module, it can be loaded with:</p>
+
+    <pre class="prettyprint lang-config">LoadModule mpm_motorz_module modules/mod_mpm_motorz.so</pre>
+
+
 </div>
 <div id="quickview"><h3>Topics</h3>
 <ul id="topics">
@@ -84,6 +90,7 @@ built on the APR pollset and thread pool
 </ul>
 <h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=motorz">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=motorz">Report a bug</a></li></ul><h3>See also</h3>
 <ul class="seealso">
+<li><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></li>
 <li><a href="event.html">The event MPM</a></li>
 <li><a href="worker.html">The worker MPM</a></li>
 <li><a href="prefork.html">The prefork MPM</a></li>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_netware.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_netware.html.en.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_netware.html.en.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -65,6 +65,7 @@
     ones and launching new ones. On the NetWare OS it is highly
     recommended that this directive remain set to 0. This allows worker
     threads to continue servicing requests indefinitely.</p>
+
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">
@@ -82,6 +83,7 @@
 </ul>
 <h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mpm_netware">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mpm_netware">Report a bug</a></li></ul><h3>See also</h3>
 <ul class="seealso">
+<li><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></li>
 <li><a href="../bind.html">Setting which addresses and
     ports Apache httpd uses</a>
 </li>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_netware.html.fr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_netware.html.fr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_netware.html.fr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -29,6 +29,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mpm_netware.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mpm_netware.html" title="Fran&ccedil;ais">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut &ecirc;tre p&eacute;rim&eacute;e. V&eacute;rifiez la version
+            anglaise pour les changements r&eacute;cents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Module multi-processus impl&eacute;mentant un serveur web bas&eacute;
 exclusivement sur les threads et optimis&eacute; pour Novell
 NetWare</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_netware.xml.fr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_netware.xml.fr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_netware.xml.fr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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 : 1021924 -->
+<!-- English Revision: 1021924:1935407 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_netware.xml.meta
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_netware.xml.meta	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_netware.xml.meta	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_winnt.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_winnt.html.en.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_winnt.html.en.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -102,6 +102,7 @@ AcceptFilter https none</pre>
       documentation for details.)</li>
     </ul>
 
+
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">
@@ -121,6 +122,7 @@ AcceptFilter https none</pre>
 </ul>
 <h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mpm_winnt">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mpm_winnt">Report a bug</a></li></ul><h3>See also</h3>
 <ul class="seealso">
+<li><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></li>
 <li><a href="../platform/windows.html">Using Apache HTTP Server on Microsoft Windows</a></li>
 </ul></div>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_winnt.html.fr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_winnt.html.fr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_winnt.html.fr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -31,6 +31,8 @@
 <a href="../fr/mod/mpm_winnt.html" title="Fran&ccedil;ais">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mpm_winnt.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut &ecirc;tre p&eacute;rim&eacute;e. V&eacute;rifiez la version
+            anglaise pour les changements r&eacute;cents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Module multi-processus optimis&eacute; pour Windows
 NT.</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>MPM</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.de
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.de	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.de	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 420990:1673947 (outdated) -->
+<!-- English Revision: 420990:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.fr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.fr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.fr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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 : 1673947 -->
+<!-- English Revision: 1673947:1935407 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.ja
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.ja	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.ja	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 420990:1673947 (outdated) -->
+<!-- English Revision: 420990:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.meta
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.meta	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml.meta	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -9,7 +9,7 @@
   <variants>
     <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/mpmt_os2.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpmt_os2.html.en.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpmt_os2.html.en.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -49,6 +49,7 @@
     maintenance thread so that the number of idle threads is kept between
     <code class="directive"><a href="../mod/mpm_common.html#minsparethreads">MinSpareThreads</a></code> and
     <code class="directive"><a href="../mod/mpm_common.html#maxsparethreads">MaxSpareThreads</a></code>.</p>
+
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">
@@ -66,6 +67,7 @@
 </ul>
 <h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mpmt_os2">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mpmt_os2">Report a bug</a></li></ul><h3>See also</h3>
 <ul class="seealso">
+<li><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></li>
 <li><a href="../bind.html">Setting which addresses and ports Apache
 uses</a></li>
 </ul></div>

Modified: httpd/httpd/trunk/docs/manual/mod/mpmt_os2.html.fr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpmt_os2.html.fr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpmt_os2.html.fr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -29,6 +29,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mpmt_os2.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mpmt_os2.html" title="Fran&ccedil;ais">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut &ecirc;tre p&eacute;rim&eacute;e. V&eacute;rifiez la version
+            anglaise pour les changements r&eacute;cents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>MPM hybride multi-processus, multi-thread pour
 OS/2</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>MPM</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml.fr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml.fr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml.fr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 1874148 -->
+<!-- English Revision: 1874148:1935407 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml.meta
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml.meta	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml.meta	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/prefork.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/prefork.html.en.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/prefork.html.en.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -52,6 +52,12 @@
     to handle as many simultaneous requests as you expect to receive, but
     small enough to assure that there is enough physical RAM for all
     processes.</p>
+
+    <p>When built as a DSO module, it can be loaded with:</p>
+
+    <pre class="prettyprint lang-config">LoadModule mpm_prefork_module modules/mod_mpm_prefork.so</pre>
+
+
 </div>
 <div id="quickview"><h3>Topics</h3>
 <ul id="topics">
@@ -78,6 +84,7 @@
 </ul>
 <h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mpm_prefork">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mpm_prefork">Report a bug</a></li></ul><h3>See also</h3>
 <ul class="seealso">
+<li><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></li>
 <li><a href="../bind.html">Setting which addresses and ports Apache HTTP Server
 uses</a></li>
 </ul></div>

Modified: httpd/httpd/trunk/docs/manual/mod/prefork.html.fr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/prefork.html.fr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/prefork.html.fr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -32,6 +32,8 @@
 <a href="../ja/mod/prefork.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../tr/mod/prefork.html" hreflang="tr" rel="alternate" title="T&uuml;rk&ccedil;e">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut &ecirc;tre p&eacute;rim&eacute;e. V&eacute;rifiez la version
+            anglaise pour les changements r&eacute;cents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Impl&eacute;mente un serveur web avec d&eacute;marrage anticip&eacute; de
 processus, sans thread</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>MPM</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/prefork.html.tr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/prefork.html.tr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/prefork.html.tr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -32,6 +32,7 @@
 <a href="../ja/mod/prefork.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../tr/mod/prefork.html" title="T&uuml;rk&ccedil;e">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu &ccedil;eviri g&uuml;ncel olmayabilir. Son değişiklikler i&ccedil;in İngilizce s&uuml;r&uuml;m ge&ccedil;erlidir.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">A&ccedil;ıklama:</a></th><td>Evresiz &ouml;n &ccedil;atallamalı HTTP sunucusu oluşturur</td></tr>
 <tr><th><a href="module-dict.html#Status">Durum:</a></th><td>MPM</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Mod&uuml;l&nbsp;Betimleyici:</a></th><td>mpm_prefork_module</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/prefork.xml.de
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/prefork.xml.de	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/prefork.xml.de	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 420990:1137744 (outdated) -->
+<!-- English Revision: 420990:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/prefork.xml.fr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/prefork.xml.fr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/prefork.xml.fr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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 : 1137744 -->
+<!-- English Revision: 1137744:1935407 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/prefork.xml.ja
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/prefork.xml.ja	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/prefork.xml.ja	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 420990:1137744 (outdated) -->
+<!-- English Revision: 420990:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/prefork.xml.meta
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/prefork.xml.meta	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/prefork.xml.meta	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -9,8 +9,8 @@
   <variants>
     <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/prefork.xml.tr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/prefork.xml.tr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/prefork.xml.tr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 1137744 -->
+<!-- English Revision: 1137744:1935407 (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/worker.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/worker.html.en.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/worker.html.en.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -52,6 +52,12 @@
     <code class="directive"><a href="../mod/mpm_common.html#maxrequestworkers">MaxRequestWorkers</a></code>, which
     controls the maximum total number of threads that may be
     launched.</p>
+
+    <p>When built as a DSO module, it can be loaded with:</p>
+
+    <pre class="prettyprint lang-config">LoadModule mpm_worker_module modules/mod_mpm_worker.so</pre>
+
+
 </div>
 <div id="quickview"><h3>Topics</h3>
 <ul id="topics">
@@ -81,6 +87,7 @@
 </ul>
 <h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mpm_worker">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mpm_worker">Report a bug</a></li></ul><h3>See also</h3>
 <ul class="seealso">
+<li><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></li>
 <li><a href="../bind.html">Setting which addresses and ports Apache HTTP Server uses</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif"></a></div>

Modified: httpd/httpd/trunk/docs/manual/mod/worker.html.fr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/worker.html.fr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/worker.html.fr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -32,6 +32,8 @@
 <a href="../ja/mod/worker.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../tr/mod/worker.html" hreflang="tr" rel="alternate" title="T&uuml;rk&ccedil;e">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut &ecirc;tre p&eacute;rim&eacute;e. V&eacute;rifiez la version
+            anglaise pour les changements r&eacute;cents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Module multi-processus impl&eacute;mentant un serveur web hybride
 multi-processus multi-thread</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>MPM</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/worker.xml.de
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/worker.xml.de	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/worker.xml.de	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 280384:1414094 (outdated) -->
+<!-- English Revision: 280384:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/worker.xml.fr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/worker.xml.fr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/worker.xml.fr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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 : 1414094 -->
+<!-- English Revision: 1414094:1935407 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/worker.xml.ja
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/worker.xml.ja	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/worker.xml.ja	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 431460:1414094 (outdated) -->
+<!-- English Revision: 431460:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/worker.xml.meta
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/worker.xml.meta	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/worker.xml.meta	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -9,7 +9,7 @@
   <variants>
     <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">tr</variant>
   </variants>

Modified: httpd/httpd/trunk/docs/manual/mod/worker.xml.tr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/worker.xml.tr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mod/worker.xml.tr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 1174747:1414094 (outdated) -->
+<!-- English Revision: 1174747:1935407 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/mpm.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mpm.html.en.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mpm.html.en.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -151,7 +151,7 @@ two features.</p>
     updating the <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code> directive
     for the MPM instead of by rebuilding the server.</p>
 
-    <pre class="prettyprint lang-config">LoadModule mpm_prefork_module modules/mod_mpm_prefork.so</pre>
+    <pre class="prettyprint lang-config">LoadModule mpm_event_module modules/mod_mpm_event.so</pre>
 
 
     <p>Attempting to <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code>

Modified: httpd/httpd/trunk/docs/manual/mpm.html.fr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mpm.html.fr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mpm.html.fr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -32,6 +32,8 @@
 <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="T&uuml;rk&ccedil;e">&nbsp;tr&nbsp;</a> |
 <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut &ecirc;tre p&eacute;rim&eacute;e. V&eacute;rifiez la version
+            anglaise pour les changements r&eacute;cents.</div>
 
 <p>Ce document d&eacute;crit ce qu'est un Module Multi-Processus, ainsi
 que la mani&egrave;re dont ces modules sont utilis&eacute;s par le serveur HTTP Apache.</p>

Modified: httpd/httpd/trunk/docs/manual/mpm.xml.de
==============================================================================
--- httpd/httpd/trunk/docs/manual/mpm.xml.de	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mpm.xml.de	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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.de.xsl"?>
-<!-- English Revision: 420990:1602764 (outdated) -->
+<!-- English Revision: 420990:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mpm.xml.fr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mpm.xml.fr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mpm.xml.fr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision : 1602764 -->
+<!-- English Revision: 1602764:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mpm.xml.ja
==============================================================================
--- httpd/httpd/trunk/docs/manual/mpm.xml.ja	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mpm.xml.ja	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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:1602764 (outdated) -->
+<!-- English Revision: 420990:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mpm.xml.ko
==============================================================================
--- httpd/httpd/trunk/docs/manual/mpm.xml.ko	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mpm.xml.ko	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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:1602764 (outdated) -->
+<!-- English Revision: 105989:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mpm.xml.meta
==============================================================================
--- httpd/httpd/trunk/docs/manual/mpm.xml.meta	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mpm.xml.meta	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -10,7 +10,7 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant>es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>

Modified: httpd/httpd/trunk/docs/manual/mpm.xml.tr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mpm.xml.tr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mpm.xml.tr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 1174747:1602764 (outdated) -->
+<!-- English Revision: 1174747:1935407 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/mpm.xml.zh-cn
==============================================================================
--- httpd/httpd/trunk/docs/manual/mpm.xml.zh-cn	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/mpm.xml.zh-cn	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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.zh-cn.xsl"?>
-<!-- English Revision: 927046:1602764 (outdated) -->
+<!-- English Revision: 927046:1935407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/platform/netware.html.fr.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/netware.html.fr.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/platform/netware.html.fr.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -27,8 +27,6 @@
 <a href="../fr/platform/netware.html" title="Fran&ccedil;ais">&nbsp;fr&nbsp;</a> |
 <a href="../ko/platform/netware.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut &ecirc;tre p&eacute;rim&eacute;e. V&eacute;rifiez la version
-            anglaise pour les changements r&eacute;cents.</div>
 
 
     <p>Ce document explique l'installation, la configuration et le
@@ -201,9 +199,10 @@
     "install" &agrave; la ligne de commande du makefile va provoquer la
     construction d'une distribution compl&egrave;te sous forme d'un paquetage
     dans le sous-r&eacute;pertoire <code>DIST</code>. Vous pouvez simplement
-    installer Apache en copiant la distribution cr&eacute;&eacute;e pr&eacute;c&eacute;demment &agrave; la
+    installer Apache en copiant la distribution cr&eacute;&eacute;e pr&eacute;c&eacute;demment par les
+    makefiles &agrave; la
     racine d'un volume Netware (voir <a href="#comp">Compilation
-    d'Apache pour NetWare</a> ci-dessous).</p>
+    d'Apache httpd pour NetWare</a> ci-dessous).</p>
 
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif"></a></div>
 <div class="section">

Modified: httpd/httpd/trunk/docs/manual/platform/netware.xml.meta
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/netware.xml.meta	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/platform/netware.xml.meta	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/rewrite/htaccess.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/htaccess.html.en.utf8	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/rewrite/htaccess.html.en.utf8	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -110,6 +110,11 @@ In <code>.htaccess</code> context, the d
 <code>products/widget</code> - no leading slash, no
 <code>/app/</code> prefix.</p>
 
+<p class="figure">
+      <img src="../images/rewrite_path_stripping.png" alt="Flowchart showing the path stripping, substitution,           and RewriteBase pipeline in per-directory context, with           three outcomes: relative path (RewriteBase prepended),           absolute path (used as-is), and absolute URI (external           redirect)"><br>
+      <dfn>Figure:</dfn> Per-directory path stripping and RewriteBase pipeline
+</p>
+
 <p>This means you must write your patterns differently depending on
 where the rule lives:</p>
 
@@ -222,6 +227,11 @@ After the substitution is made, Apache r
 the top - including re-applying the <code>.htaccess</code> rules.
 This can lead to infinite loops.</p>
 
+<p class="figure">
+      <img src="../images/rewrite_l_flag_looping.png" alt="Flowchart showing how the [L] flag causes looping in           per-directory context by triggering a subrequest that           re-enters the ruleset"><br>
+      <dfn>Figure:</dfn> Per-directory [L] flag looping behavior
+</p>
+
 <p>Consider this rule:</p>
 
 <pre class="prettyprint lang-config"># In .htaccess - this may loop!

Modified: httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.de
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.de	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.de	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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.de.xsl"?>
-<!-- English Revision: 1933067:1934451 (outdated) -->
+<!-- English Revision: 1933067:1935417 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.es
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.es	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.es	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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.es.xsl"?>
-<!-- English Revision: 1933067:1934451 (outdated) -->
+<!-- English Revision: 1933067:1935417 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.fr
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.fr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.fr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 1933067:1934451 (outdated) -->
+<!-- English Revision: 1933067:1935417 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.ja
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.ja	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.ja	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 1933067:1934451 (outdated) -->
+<!-- English Revision: 1933067:1935417 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.ko
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.ko	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.ko	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 1933067:1934451 (outdated) -->
+<!-- English Revision: 1933067:1935417 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.tr
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.tr	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.tr	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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: 1933067:1934451 (outdated) -->
+<!-- English Revision: 1933067:1935417 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.zh-cn
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.zh-cn	Tue Jun 16 16:34:25 2026	(r1935418)
+++ httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml.zh-cn	Tue Jun 16 16:45:50 2026	(r1935419)
@@ -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.zh-cn.xsl"?>
-<!-- English Revision: 1933067:1934451 (outdated) -->
+<!-- English Revision: 1933067:1935417 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more