svn commit: r1935204 - in httpd/httpd/branches/2.4.x/docs/manual: . mod platform
[email protected] Thu, 11 Jun 2026 20:15:48 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178120894887.884633.18346438695550747476@svn03-he-fi> |
Author: rbowen
Date: Thu Jun 11 20:15:48 2026
New Revision: 1935204
Log:
Rebuilds HTML, meta files
Modified:
httpd/httpd/branches/2.4.x/docs/manual/install.html.en
httpd/httpd/branches/2.4.x/docs/manual/install.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/install.xml.de
httpd/httpd/branches/2.4.x/docs/manual/install.xml.es
httpd/httpd/branches/2.4.x/docs/manual/install.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/install.xml.ja
httpd/httpd/branches/2.4.x/docs/manual/install.xml.ko
httpd/httpd/branches/2.4.x/docs/manual/install.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/install.xml.pt-br
httpd/httpd/branches/2.4.x/docs/manual/install.xml.tr
httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.html.en
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.html.en
httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.ko
httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en
httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.fr.utf8
httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ja
httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ko
httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.tr
Modified: httpd/httpd/branches/2.4.x/docs/manual/install.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.html.en Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.html.en Thu Jun 11 20:15:48 2026 (r1935204)
@@ -34,15 +34,16 @@
</div>
- <p>This document covers compilation and installation of the Apache HTTP Server
- on Unix and Unix-like systems only. For compiling and
- installation on Windows, see <a href="platform/windows.html">Using Apache HTTP Server with Microsoft
- Windows</a> and <a href="platform/win_compiling.html">Compiling Apache for Microsoft Windows</a>.
- For other platforms, see the <a href="platform/">platform</a> documentation.</p>
-
- <p>Apache httpd uses <code>libtool</code> and <code>autoconf</code>
- to create a build environment that looks like many other Open Source
- projects.</p>
+ <p>The Apache HTTP Server is released as source code. This document
+ covers building and installing the server from source on Unix and
+ Unix-like systems. For Windows, see <a href="platform/windows.html">Using Apache HTTP Server with Microsoft
+ Windows</a> and <a href="platform/win_compiling.html">Compiling Apache httpd for Microsoft
+ Windows</a>. For other platforms, see the <a href="platform/">platform</a> documentation.</p>
+
+ <p>If you install httpd from a distribution package (RPM, DEB, etc.),
+ configuration layout and defaults may differ from what is described here.
+ See <a href="#thirdp">third-party packages</a> below, and consult your
+ distribution's documentation for platform-specific details.</p>
<p>If you are upgrading from one minor version to the next (for
example, 2.4.66 to 2.4.67), please skip down to the <a href="#upgrading">upgrading</a> section.</p>
@@ -66,45 +67,6 @@
<h2 id="overview">Overview for the
impatient <a title="Permanent link" href="#overview" class="permalink">¶</a></h2>
- <dl>
- <dt>Installing on Fedora/CentOS/Red Hat Enterprise Linux</dt>
- <dd>
- <pre class="prettyprint lang-sh">sudo dnf install httpd
-
-# Start service
-sudo systemctl start httpd
-
-# Stop service
-sudo systemctl stop httpd
-
-# Restart service
-sudo systemctl restart httpd</pre>
-
-
- <div class="warning">See <a href="https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-apache-http-server/index.html">the
- Fedora project's documentation</a> for platform-specific notes.</div>
- </dd>
-
- <dt>Installing on Ubuntu/Debian</dt>
- <dd>
-<pre class="prettyprint lang-sh">sudo apt install apache2
-
-# Start service
-sudo systemctl start apache2
-
-# Stop service
-sudo systemctl stop apache2
-
-# Restart service
-sudo systemctl restart apache2</pre>
-
-
- <div class="warning">See <a href="https://ubuntu.com/tutorials/install-and-configure-apache">Ubuntu's documentation</a> for platform-specific notes.</div>
-
- </dd>
-
- <dt>Installing from source</dt>
- <dd>
<table>
<tr>
@@ -164,12 +126,6 @@ $ cd httpd-NN</pre>
<p>Each section of the compilation and installation process is
described in more detail below, beginning with the requirements
for compiling and installing Apache httpd.</p>
- </dd>
- </dl>
-
- <div class="warning">Don't see your favorite platform mentioned
- here? <a href="https://httpd.apache.org/docs-project/">Come help us
- improve this doc.</a></div>
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif"></a></div>
<div class="section">
@@ -187,19 +143,19 @@ $ cd httpd-NN</pre>
(be sure the directory names do not have version numbers; for example,
the APR distribution must be under /httpd_source_tree_root/srclib/apr/) and use
<code>./configure</code>'s <code>--with-included-apr</code>
- option. On some platforms, you may have to install the
+ option. On some platforms, you may have to install the
corresponding <code>-dev</code> packages to allow httpd to build
against your installed copy of APR and APR-Util.</dd>
- <dt>Perl-Compatible Regular Expressions Library (PCRE)</dt>
- <dd>This library is required but no longer bundled with httpd.
- Download the source code from <a href="https://www.pcre.org/">https://www.pcre.org</a>,
- or install a Port or Package. If your build system can't find
- the pcre-config script installed by the PCRE build, point to it
- using the <code>--with-pcre</code> parameter. On some platforms,
+ <dt>Perl-Compatible Regular Expressions Library (PCRE2)</dt>
+ <dd>This library is required but not bundled with httpd.
+ Download the source code from <a href="https://github.com/PCRE2Project/pcre2">https://github.com/PCRE2Project/pcre2</a>
+ or install it from your system's package manager. If your build system can't find
+ the <code>pcre2-config</code> script installed by the PCRE2 build,
+ point to it using the <code>--with-pcre</code> parameter. On some platforms,
you may have to install the corresponding <code>-dev</code>
- package to allow httpd to build against your installed copy
- of PCRE.</dd>
+ package (e.g. <code>libpcre2-dev</code> or <code>pcre2-devel</code>)
+ to allow httpd to build against your installed copy of PCRE2.</dd>
<dt>Disk Space</dt>
<dd>Make sure you have at least 200 MB of temporary free disk
@@ -218,13 +174,11 @@ $ cd httpd-NN</pre>
basic build tools such as <code>make</code>.</dd>
<dt>Accurate time keeping</dt>
- <dd>Elements of the HTTP protocol are expressed as the time of
- day. So, it's time to investigate setting some time
- synchronization facility on your system. Most modern Linux
- distributions provide <code>systemd-timesyncd</code> or
- <code>chrony</code> for this purpose. See the <a href="https://www.ntp.org">NTP
- homepage</a> for more details about NTP software and public
- time servers.</dd>
+ <dd>HTTP protocol headers use timestamps, so your system clock
+ must be accurate. Most Linux distributions enable
+ <code>systemd-timesyncd</code> or <code>chrony</code> by
+ default. Verify that time synchronization is active on your
+ system before running a production server.</dd>
<dt><a href="https://www.perl.org/">Perl 5</a>
[OPTIONAL]</dt>
@@ -239,16 +193,13 @@ $ cd httpd-NN</pre>
<div class="section">
<h2 id="download">Download <a title="Permanent link" href="#download" class="permalink">¶</a></h2>
- <p>If you choose to build from source, start by downloading
- the source tarball from the <a href="https://httpd.apache.org/download.cgi">Apache HTTP Server
- download site</a>. The build process (described below)
- allows you to customize your server to suit your
- needs.</p>
+ <p>Download the source tarball from the <a href="https://httpd.apache.org/download.cgi">Apache HTTP Server
+ download site</a>.</p>
<p>After downloading, it is important to verify that you have a
complete and unmodified version of the Apache HTTP Server. This
can be accomplished by testing the downloaded tarball against the
- PGP signature. Details on how to do this are available on the
+ PGP signature. Details on how to do this are available on the
<a href="https://httpd.apache.org/dev/verification.html">verification
page</a>.</p>
@@ -269,11 +220,11 @@ $ cd httpd-NN</pre>
<div class="section">
<h2 id="configure">Configuring the source tree <a title="Permanent link" href="#configure" class="permalink">¶</a></h2>
- <p>The next step is to configure the Apache source tree for your
+ <p>The next step is to configure the httpd source tree for your
particular platform and personal requirements. This is done using
the script <code class="program"><a href="./programs/configure.html">configure</a></code> included in
the root directory of the distribution. (Developers downloading
- an unreleased version of the Apache source tree will need to have
+ an unreleased version of the httpd source tree will need to have
<code>autoconf</code> and <code>libtool</code> installed and will
need to run <code>buildconf</code> before proceeding with the next
steps. This is not necessary for official releases.)</p>
@@ -284,14 +235,14 @@ $ cd httpd-NN</pre>
and command line options.</p>
<p>The most important option is the location <code>--prefix</code>
- where Apache is to be installed later, because Apache has to be
- configured for this location to work correctly. More fine-tuned
+ where httpd is to be installed later, because httpd has to be
+ configured for this location to work correctly. More fine-tuned
control of the location of files is possible with additional <a href="programs/configure.html#installationdirectories">configure
options</a>.</p>
<p>Also at this point, you can specify which <a href="programs/configure.html#optionalfeatures">features</a> you
- want included in Apache by enabling and disabling <a href="mod/">modules</a>. Apache comes with a wide range of modules
- included by default. They will be compiled as
+ want included in httpd by enabling and disabling <a href="mod/">modules</a>. httpd comes with a wide range of modules
+ included by default. They will be compiled as
<a href="dso.html">shared objects (DSOs)</a> which can be loaded
or unloaded at runtime.
You can also choose to compile modules statically by using the option
@@ -301,21 +252,21 @@ $ cd httpd-NN</pre>
<code>--enable-<var>module</var></code> option, where
<var>module</var> is the name of the module with the
<code>mod_</code> string removed and with any underscore converted
- to a dash. Similarly, you can disable modules with the
- <code>--disable-<var>module</var></code> option. Be careful when
+ to a dash. Similarly, you can disable modules with the
+ <code>--disable-<var>module</var></code> option. Be careful when
using these options, since <code class="program"><a href="./programs/configure.html">configure</a></code> cannot warn you
if the module you specify does not exist; it will ignore the option.</p>
<p>In addition, it is sometimes necessary to provide the
<code class="program"><a href="./programs/configure.html">configure</a></code> script with extra information about the
- location of your compiler, libraries, or header files. This is
+ location of your compiler, libraries, or header files. This is
done by passing either environment variables or command line
- options to <code class="program"><a href="./programs/configure.html">configure</a></code>. For more information, see the
+ options to <code class="program"><a href="./programs/configure.html">configure</a></code>. For more information, see the
<code class="program"><a href="./programs/configure.html">configure</a></code> manual page. Or invoke
<code class="program"><a href="./programs/configure.html">configure</a></code> using the <code>--help</code> option.</p>
<p>For a short impression of what possibilities you have, here
- is a typical example which compiles Apache for the installation
+ is a typical example which compiles httpd for the installation
tree <code>/sw/pkg/apache</code> with a particular compiler and flags
plus the two additional modules <code class="module"><a href="./mod/mod_ldap.html">mod_ldap</a></code> and
<code class="module"><a href="./mod/mod_lua.html">mod_lua</a></code>:</p>
@@ -336,10 +287,11 @@ $ cd httpd-NN</pre>
<div class="section">
<h2 id="compile">Build <a title="Permanent link" href="#compile" class="permalink">¶</a></h2>
- <p>Now you can build the various parts which form the Apache
+ <p>Now you can build the various parts which form the httpd
package by running:</p>
-<div class="example"><p><code>$ make</code></p></div>
+<div class="example"><pre class="prettyprint lang-sh">$ make</pre>
+</div>
<p>Please be patient here, since a base configuration takes
several minutes to compile and the time will vary widely
@@ -353,7 +305,8 @@ $ cd httpd-NN</pre>
installation <em>PREFIX</em> (see <code>--prefix</code> option
above) by running:</p>
-<div class="example"><p><code>$ make install</code></p></div>
+<div class="example"><pre class="prettyprint lang-sh">$ make install</pre>
+</div>
<p>This step will typically require root privileges, since
<em>PREFIX</em> is usually a directory with restricted write
@@ -365,23 +318,24 @@ $ cd httpd-NN</pre>
<div class="section">
<h2 id="customize">Customize <a title="Permanent link" href="#customize" class="permalink">¶</a></h2>
- <p>Next, you can customize your Apache HTTP server by editing
+ <p>Next, you can customize your Apache HTTP Server by editing
the <a href="configuring.html">configuration files</a> under
<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>Have a look at the Apache manual under
+ <p>Have a look at the httpd manual under
<code><em>PREFIX</em>/docs/manual/</code> or consult <a href="https://httpd.apache.org/docs/2.4/">https://httpd.apache.org/docs/2.4/</a> for the most recent
version of this manual and a complete reference of available <a href="mod/directives.html">configuration directives</a>.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif"></a></div>
<div class="section">
<h2 id="test">Test <a title="Permanent link" href="#test" class="permalink">¶</a></h2>
- <p>Now you can <a href="invoking.html">start</a> your Apache
- HTTP server by immediately running:</p>
+ <p>Now you can <a href="invoking.html">start</a> your Apache HTTP Server by immediately running:</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>You should then be able to request your first document
via the URL <code>http://localhost/</code>. The web page you see is located
@@ -390,27 +344,28 @@ $ cd httpd-NN</pre>
Then <a href="stopping.html">stop</a> the server again by
running:</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">Upgrading <a title="Permanent link" href="#upgrading" class="permalink">¶</a></h2>
<p>The first step in upgrading is to read the release announcement
and the file <code>CHANGES</code> in the source distribution to
- find any changes that may affect your site. When changing between
+ find any changes that may affect your site. When changing between
major releases (for example, from 2.4 to 2.6),
there will likely be major differences in the compile-time and
- run-time configuration that will require manual adjustments. All
+ run-time configuration that will require manual adjustments. All
modules will also need to be upgraded to accommodate changes in the
module API.</p>
<p>Upgrading from one minor version to the next (for example, from
- 2.4.66 to 2.4.67) is easier. The <code>make install</code>
+ 2.4.66 to 2.4.67) is easier. The <code>make install</code>
process will not overwrite any of your existing documents, log
- files, or configuration files. In addition, the developers make
+ files, or configuration files. In addition, the developers make
every effort to avoid incompatible changes in the
<code class="program"><a href="./programs/configure.html">configure</a></code> options, run-time configuration, or the
- module API between minor versions. In most cases you should be able to
+ module API between minor versions. In most cases you should be able to
use an identical <code class="program"><a href="./programs/configure.html">configure</a></code> command line, an identical
configuration file, and all of your modules should continue to
work.</p>
@@ -418,9 +373,9 @@ $ cd httpd-NN</pre>
<p>To upgrade across minor versions, start by finding the file
<code>config.nice</code> in the <code>build</code> directory of
your installed server or at the root of the source tree for your
- old install. This will contain the exact
+ old install. This will contain the exact
<code class="program"><a href="./programs/configure.html">configure</a></code> command line that you used to
- configure the source tree. Then to upgrade from one version to
+ configure the source tree. Then to upgrade from one version to
the next, you need only copy the <code>config.nice</code> file to
the source tree of the new version, edit it to make any desired
changes, and then run:</p>
@@ -433,7 +388,7 @@ $ <em>PREFIX</em>/bin/apachectl -k start
</div>
<div class="warning">You should always test any new version in your
- environment before putting it into production. For example, you
+ environment before putting it into production. For example, you
can install and run the new version along side the old one by
using a different <code>--prefix</code> and a
different port (by adjusting the <code class="directive"><a href="./mod/mpm_common.html#listen">Listen</a></code> directive) to test for any
@@ -443,32 +398,54 @@ $ <em>PREFIX</em>/bin/apachectl -k start
which will be appended to your original <code class="program"><a href="./programs/configure.html">configure</a></code>
options:</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">Third-party packages <a title="Permanent link" href="#thirdp" class="permalink">¶</a></h2>
- <p>A large number of third parties provide their own packaged
- distributions of the Apache HTTP Server for installation on
- particular platforms. This includes the various Linux distributions,
- various
- <a href="https://httpd.apache.org/docs/trunk/en/platform/windows.html">Windows</a>
- packages, macOS, and many more.</p>
+ <p>Many operating systems ship pre-built Apache httpd packages.
+ These are convenient for getting started quickly, but they often
+ differ from a source build in configuration file layout,
+ compiled-in modules, and default paths. The documentation on this
+ site describes the server as built from source; if you are using a
+ platform package, consult your distribution's documentation for
+ platform-specific details.</p>
+
+ <p>Some common examples:</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>See <a href="https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-apache-http-server/index.html">the
+ Fedora project's documentation</a> for configuration layout and
+ platform-specific notes.</p>
+ </dd>
+
+ <dt>Ubuntu / Debian</dt>
+ <dd>
+<pre class="prettyprint lang-sh">sudo apt install apache2
+sudo systemctl start apache2</pre>
+
+ <p>See <a href="https://ubuntu.com/tutorials/install-and-configure-apache">Ubuntu's
+ documentation</a> for configuration layout and
+ platform-specific notes.</p>
+ </dd>
+ </dl>
<p>Our software license not only permits, but encourages, this kind
of redistribution. However, it does result in a situation where the
configuration layout and defaults on your installation of the server
- may differ from what is stated in the documentation. While
- unfortunate, this situation is not likely to change any time
- soon.</p>
-
- <p>A <a href="https://cwiki.apache.org/confluence/display/httpd/DistrosDefaultLayout">description
- of these third-party distributions</a> is in the HTTP
- Server wiki. However, you will need to familiarize
- yourself with your particular platform's package management and
- installation procedures.</p>
+ may differ from what is stated in the documentation. A <a href="https://cwiki.apache.org/confluence/display/httpd/DistrosDefaultLayout">description
+ of these third-party distributions</a> is available in the HTTP
+ Server wiki.</p>
+
+ <div class="warning">Don't see your favorite platform mentioned
+ here? <a href="https://httpd.apache.org/docs-project/">Come help us
+ improve this doc.</a></div>
</div></div>
<div class="bottomlang">
Modified: httpd/httpd/branches/2.4.x/docs/manual/install.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.html.fr.utf8 Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.html.fr.utf8 Thu Jun 11 20:15:48 2026 (r1935204)
@@ -32,6 +32,8 @@
<a href="./pt-br/install.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> |
<a href="./tr/install.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>Ce document couvre l'installation et la compilation du serveur
Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.de
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.de Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.de Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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: 239255:1934684 (outdated) -->
+<!-- English Revision: 239255:1935203 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.es
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.es Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.es Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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: 1760550:1934684 (outdated) -->
+<!-- English Revision: 1760550:1935203 (outdated) -->
<!-- Spanish Translation by: Luis Gil de Bernabé -->
<!-- Reviewed by: Sergio Ramos -->
Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.fr Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.fr Thu Jun 11 20:15:48 2026 (r1935204)
@@ -3,7 +3,7 @@
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1934684 -->
+<!-- English Revision: 1934684:1935203 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.ja
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.ja Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.ja Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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: 527129:1934684 (outdated) -->
+<!-- English Revision: 527129:1935203 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.ko
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.ko Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.ko Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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:1934684 (outdated) -->
+<!-- English Revision: 105989:1935203 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.meta Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.meta Thu Jun 11 20:15:48 2026 (r1935204)
@@ -10,7 +10,7 @@
<variant outdated="yes">de</variant>
<variant>en</variant>
<variant outdated="yes">es</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
<variant outdated="yes">pt-br</variant>
Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.pt-br
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.pt-br Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.pt-br Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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.pt-br.xsl"?>
-<!-- English Revision: 1933437:1934684 (outdated) -->
+<!-- English Revision: 1933437:1935203 (outdated) -->
<!-- Portuguese(BR) translation: leonardolara --><!-- Reviewed by: leonardolara -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.tr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.tr Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.tr Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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: 1869920:1934684 (outdated) -->
+<!-- English Revision: 1869920:1935203 (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.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.fr.utf8 Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.fr.utf8 Thu Jun 11 20:15:48 2026 (r1935204)
@@ -101,7 +101,7 @@ propose le MPM <code class="module"><a h
<p>Ce module MPM tente de résoudre le "problème keep
alive" de HTTP. Lorsqu'un client a effectué une première requête, il peut
- garder la connexion ouverte et envoyer les requêtes suivante en utilisant le
+ garder la connexion ouverte et envoyer les requêtes suivantes en utilisant le
même socket, ce qui diminue considérablement la charge qui aurait été
induite par la création de nouvelles connexions TCP. Cependant, le
fonctionnement du serveur HTTP Apache impose de réserver un couple processus
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.html.en Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.html.en Thu Jun 11 20:15:48 2026 (r1935204)
@@ -1200,8 +1200,9 @@ sections and consider both set of statem
section of the mod_rewrite introduction.</p>
<p>The <a id="rhs" name="rhs"><em>Substitution</em></a> of a
- rewrite rule is the string that replaces the original URL-path that
- was matched by <em>Pattern</em>. The <em>Substitution</em> may
+ rewrite rule is the string that replaces the URL-path (see
+ <a href="#what_is_matched">"What is matched?"</a> above)
+ when the rule's conditions are met. The <em>Substitution</em> may
be a:</p>
<dl>
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml.fr Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml.fr Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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: 1932386:1934606 (outdated) -->
+<!-- English Revision: 1932386:1935195 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.html.en Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.html.en Thu Jun 11 20:15:48 2026 (r1935204)
@@ -6,7 +6,7 @@
This file is generated from xml source: DO NOT EDIT
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-->
-<title>Compiling Apache for Microsoft Windows - Apache HTTP Server Version 2.4</title>
+<title>Compiling Apache httpd for Microsoft Windows - Apache HTTP Server Version 2.4</title>
<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet">
<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size">
<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css"><link rel="stylesheet" type="text/css" href="../style/css/prettify.css">
@@ -20,7 +20,7 @@
<img alt="" src="../images/feather.png"></div>
<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif"></a></div>
<div id="path">
-<a href="https://www.apache.org/">Apache</a> > <a href="https://httpd.apache.org/">HTTP Server</a> > <a href="https://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.4</a> > <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Compiling Apache for Microsoft Windows</h1>
+<a href="https://www.apache.org/">Apache</a> > <a href="https://httpd.apache.org/">HTTP Server</a> > <a href="https://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.4</a> > <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Compiling Apache httpd for Microsoft Windows</h1>
<button aria-label="Toggle language list" class="lang-toggle"><svg xmlns="http://www.w3.org/2000/svg" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="16" width="16"><circle r="10" cy="12" cx="12"/><line y2="12" x2="22" y1="12" x1="2"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg></button>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/platform/win_compiling.html" title="English"> en </a> |
Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.html.fr.utf8 Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.html.fr.utf8 Thu Jun 11 20:15:48 2026 (r1935204)
@@ -28,6 +28,8 @@
<a href="../fr/platform/win_compiling.html" title="Français"> fr </a> |
<a href="../ko/platform/win_compiling.html" hreflang="ko" rel="alternate" title="Korean"> ko </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>Il y a de nombreux points importants à connaître avant de
Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.fr Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.fr Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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: 1791236 -->
+<!-- English Revision: 1791236:1935203 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.ko
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.ko Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.ko Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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:1791236 (outdated) -->
+<!-- English Revision: 105989:1935203 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.meta Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.meta Thu Jun 11 20:15:48 2026 (r1935204)
@@ -8,7 +8,7 @@
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
<variant outdated="yes">ko</variant>
</variants>
</metafile>
Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en Thu Jun 11 20:15:48 2026 (r1935204)
@@ -54,10 +54,10 @@
<h2 id="documentroot">DocumentRoot <a title="Permanent link" href="#documentroot" class="permalink">¶</a></h2>
<p>In deciding what file to serve for a given request, httpd's
- default behavior is to take the <a href="directive-dict.html#Syntax">URL-Path</a> for the request (the part
- default behavior is to take the URL-Path for the request (the part
- of the URL following the hostname and port) and add it to the end
- of the <code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code> specified
+ default behavior is to take the
+ <a href="directive-dict.html#Syntax">URL-Path</a> for the request
+ and add it to the end of the
+ <code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code> specified
in your configuration files. Therefore, the files and directories
underneath the <code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code>
make up the basic document tree which will be visible from the
Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.fr.utf8 Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.fr.utf8 Thu Jun 11 20:15:48 2026 (r1935204)
@@ -29,6 +29,8 @@
<a href="./ko/urlmapping.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
<a href="./tr/urlmapping.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>Ce document explique comment le serveur HTTP Apache utilise l'URL contenue dans une
requête pour déterminer le noeud du système de fichier à partir duquel le
Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr Thu Jun 11 20:15:48 2026 (r1935204)
@@ -3,7 +3,7 @@
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1934094 -->
+<!-- English Revision: 1934094:1935165 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ja
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ja Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ja Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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: 151408:1934094 (outdated) -->
+<!-- English Revision: 151408:1935165 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ko
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ko Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ko Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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: 151408:1934094 (outdated) -->
+<!-- English Revision: 151408:1935165 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.meta
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.meta Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.meta Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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/urlmapping.xml.tr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.tr Thu Jun 11 20:13:00 2026 (r1935203)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.tr Thu Jun 11 20:15:48 2026 (r1935204)
@@ -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: 1741864:1934094 (outdated) -->
+<!-- English Revision: 1741864:1935165 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
Reviewed by: Orhan Berent <berent belgeler.gen.tr>