svn commit: r1935420 - in httpd/httpd/branches/2.4.x/docs/manual: . mod rewrite
[email protected] Tue, 16 Jun 2026 16:46:03 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178162836398.2482020.17663678436948021585@svn03-he-fi> |
Author: rbowen
Date: Tue Jun 16 16:46:03 2026
New Revision: 1935420
Log:
Rebuild html, meta files
Modified:
httpd/httpd/branches/2.4.x/docs/manual/env.html.en
httpd/httpd/branches/2.4.x/docs/manual/env.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/env.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/env.xml.ja
httpd/httpd/branches/2.4.x/docs/manual/env.xml.ko
httpd/httpd/branches/2.4.x/docs/manual/env.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/env.xml.tr
httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.en
httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.html.en
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.en
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.de
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.ja
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.en
httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.en
httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.tr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.de
httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.ja
httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.tr
httpd/httpd/branches/2.4.x/docs/manual/mod/worker.html.en
httpd/httpd/branches/2.4.x/docs/manual/mod/worker.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/worker.html.tr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.de
httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.ja
httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.tr
httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en
httpd/httpd/branches/2.4.x/docs/manual/mpm.html.es
httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de
httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es
httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja
httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko
httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr
httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn
httpd/httpd/branches/2.4.x/docs/manual/rewrite/htaccess.html.en
httpd/httpd/branches/2.4.x/docs/manual/rewrite/htaccess.xml.fr
Modified: httpd/httpd/branches/2.4.x/docs/manual/env.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.html.en Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.html.en Tue Jun 16 16:46:03 2026 (r1935420)
@@ -271,9 +271,11 @@
<h2 id="cgi">CGI environment variables <a title="Permanent link" href="#cgi" class="permalink">¶</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/branches/2.4.x/docs/manual/env.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.html.fr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.html.fr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -29,6 +29,8 @@
<a href="./ko/env.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
<a href="./tr/env.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<p>Deux types de variables d'environnement affectent le serveur
HTTP Apache.</p>
Modified: httpd/httpd/branches/2.4.x/docs/manual/env.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.xml.fr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml.fr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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: 1934651 -->
+<!-- English Revision: 1934651:1935410 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
Modified: httpd/httpd/branches/2.4.x/docs/manual/env.xml.ja
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.xml.ja Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml.ja Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1934651 (outdated) -->
+<!-- English Revision: 659902:1935410 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/env.xml.ko
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.xml.ko Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml.ko Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1934651 (outdated) -->
+<!-- English Revision: 105989:1935410 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/env.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.xml.meta Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml.meta Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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/branches/2.4.x/docs/manual/env.xml.tr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.xml.tr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml.tr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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: 1885047:1934651 (outdated) -->
+<!-- English Revision: 1885047:1935410 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
Reviewed by: Orhan Berent <berent belgeler.gen.tr>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.en Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.en Tue Jun 16 16:46:03 2026 (r1935420)
@@ -45,6 +45,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">
@@ -76,6 +82,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__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component=mpm_event">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&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/branches/2.4.x/docs/manual/mod/event.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.fr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.fr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -29,6 +29,8 @@
<p><span>Langues Disponibles: </span><a href="../en/mod/event.html" hreflang="en" rel="alternate" title="English"> en </a> |
<a href="../fr/mod/event.html" title="Français"> fr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements ré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ç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/branches/2.4.x/docs/manual/mod/event.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.fr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.fr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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: 1873381 -->
+<!-- English Revision: 1873381:1935408 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta Tue Jun 16 16:46:03 2026 (r1935420)
@@ -8,6 +8,6 @@
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
</variants>
</metafile>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.html.en Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.html.en Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component=mpm_netware">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&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/branches/2.4.x/docs/manual/mod/mpm_netware.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.html.fr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.html.fr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -29,6 +29,8 @@
<p><span>Langues Disponibles: </span><a href="../en/mod/mpm_netware.html" hreflang="en" rel="alternate" title="English"> en </a> |
<a href="../fr/mod/mpm_netware.html" title="Français"> fr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Module multi-processus implémentant un serveur web basé
exclusivement sur les threads et optimisé pour Novell
NetWare</td></tr>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.xml.fr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.xml.fr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1935408 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.xml.meta Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_netware.xml.meta Tue Jun 16 16:46:03 2026 (r1935420)
@@ -8,6 +8,6 @@
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
</variants>
</metafile>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.en Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.en Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component=mpm_winnt">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&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/branches/2.4.x/docs/manual/mod/mpm_winnt.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.fr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.fr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -31,6 +31,8 @@
<a href="../fr/mod/mpm_winnt.html" title="Français"> fr </a> |
<a href="../ja/mod/mpm_winnt.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Module multi-processus optimisé pour Windows
NT.</td></tr>
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>MPM</td></tr>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.de
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.de Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.de Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1599013 (outdated) -->
+<!-- English Revision: 420990:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.fr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.fr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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 : 1599013 -->
+<!-- English Revision: 1599013:1935408 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.ja
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.ja Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.ja Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1599013 (outdated) -->
+<!-- English Revision: 420990:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.meta Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml.meta Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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/branches/2.4.x/docs/manual/mod/mpmt_os2.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.en Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.en Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component=mpmt_os2">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&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/branches/2.4.x/docs/manual/mod/mpmt_os2.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.fr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.fr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -29,6 +29,8 @@
<p><span>Langues Disponibles: </span><a href="../en/mod/mpmt_os2.html" hreflang="en" rel="alternate" title="English"> en </a> |
<a href="../fr/mod/mpmt_os2.html" title="Français"> fr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements ré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/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.fr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.fr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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 : 1874169 -->
+<!-- English Revision: 1874169:1935408 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.meta Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.meta Tue Jun 16 16:46:03 2026 (r1935420)
@@ -8,6 +8,6 @@
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
</variants>
</metafile>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.en Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.en Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component=mpm_prefork">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&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/branches/2.4.x/docs/manual/mod/prefork.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.fr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.fr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -32,6 +32,8 @@
<a href="../ja/mod/prefork.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="../tr/mod/prefork.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Implémente un serveur web avec démarrage anticipé de
processus, sans thread</td></tr>
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>MPM</td></tr>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.tr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.tr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.html.tr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -32,6 +32,7 @@
<a href="../ja/mod/prefork.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="../tr/mod/prefork.html" title="Türkçe"> tr </a></p>
</div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Açıklama:</a></th><td>Evresiz ön ç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ül Betimleyici:</a></th><td>mpm_prefork_module</td></tr>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.de
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.de Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.de Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.fr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.fr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1935408 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.ja
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.ja Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.ja Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.meta Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.meta Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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/branches/2.4.x/docs/manual/mod/prefork.xml.tr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.tr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/prefork.xml.tr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1935408 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/worker.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/worker.html.en Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/worker.html.en Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component=mpm_worker">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&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/branches/2.4.x/docs/manual/mod/worker.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/worker.html.fr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/worker.html.fr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -32,6 +32,8 @@
<a href="../ja/mod/worker.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="../tr/mod/worker.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Module multi-processus implé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/branches/2.4.x/docs/manual/mod/worker.html.tr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/worker.html.tr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/worker.html.tr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -32,6 +32,7 @@
<a href="../ja/mod/worker.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="../tr/mod/worker.html" title="Türkçe"> tr </a></p>
</div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Açıklama:</a></th><td>Çok evreli ve çok süreçli melez bir HTTP sunucusu oluşturan çok
süreçlilik modülü.</td></tr>
<tr><th><a href="module-dict.html#Status">Durum:</a></th><td>MPM</td></tr>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.de
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.de Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.de Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1414098 (outdated) -->
+<!-- English Revision: 280384:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.fr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.fr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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 : 1414098 -->
+<!-- English Revision: 1414098:1935408 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.ja
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.ja Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.ja Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1414098 (outdated) -->
+<!-- English Revision: 431460:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.meta Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.meta Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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/branches/2.4.x/docs/manual/mod/worker.xml.tr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.tr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/worker.xml.tr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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: 1414098 -->
+<!-- English Revision: 1414098:1935408 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
Reviewed by: Orhan Berent <berent belgeler.gen.tr>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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/branches/2.4.x/docs/manual/mpm.html.es
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.html.es Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.html.es Tue Jun 16 16:46:03 2026 (r1935420)
@@ -32,6 +32,10 @@
<a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> |
<a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p>
</div>
+<div class="outofdate">Esta traducción podría estar
+ obsoleta. Consulte la versión en inglés de la
+ documentación para comprobar si se han producido cambios
+ recientemente.</div>
<p>Este documento describe que es un Módulo de Multiprocesamiento y
como los usa Apache.</p>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -32,6 +32,8 @@
<a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> |
<a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<p>Ce document décrit ce qu'est un Module Multi-Processus, ainsi
que la manière dont ces modules sont utilisés par le serveur HTTP Apache.</p>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8 Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8 Tue Jun 16 16:46:03 2026 (r1935420)
@@ -32,6 +32,7 @@
<a href="./tr/mpm.html" title="Türkçe"> tr </a> |
<a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p>
</div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
<p>Bu belgede Çok Süreçlilik Modülü denince ne anlaşıldığı ve bunların
Apache HTTP Sunucusu tarafından nasıl kullanıldıkları açıklanmıştır.</p>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1602766 (outdated) -->
+<!-- English Revision: 420990:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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: 1602766 -->
+<!-- English Revision: 1602766:1935408 (outdated) -->
<!-- Reviewed by Luis Gil de Bernabé Pfeiffer-->
<!--
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -3,7 +3,7 @@
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision : 1602766 -->
+<!-- English Revision: 1602766:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1602766 (outdated) -->
+<!-- English Revision: 420990:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1602766 (outdated) -->
+<!-- English Revision: 105989:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta Tue Jun 16 16:46:03 2026 (r1935420)
@@ -9,11 +9,11 @@
<variants>
<variant outdated="yes">de</variant>
<variant>en</variant>
- <variant>es</variant>
- <variant>fr</variant>
+ <variant outdated="yes">es</variant>
+ <variant outdated="yes">fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
- <variant>tr</variant>
+ <variant outdated="yes">tr</variant>
<variant outdated="yes">zh-cn</variant>
</variants>
</metafile>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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: 1602766 -->
+<!-- English Revision: 1602766:1935408 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
Reviewed by: Orhan Berent <berent belgeler.gen.tr>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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:1602766 (outdated) -->
+<!-- English Revision: 927046:1935408 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/htaccess.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/htaccess.html.en Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/htaccess.html.en Tue Jun 16 16:46:03 2026 (r1935420)
@@ -104,6 +104,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>
@@ -216,6 +221,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/branches/2.4.x/docs/manual/rewrite/htaccess.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/htaccess.xml.fr Tue Jun 16 16:45:50 2026 (r1935419)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/htaccess.xml.fr Tue Jun 16 16:46:03 2026 (r1935420)
@@ -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: 1933066:1934664 (outdated) -->
+<!-- English Revision: 1933066:1935418 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->