]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rebuild html, meta files
authorRich Bowen <rbowen@apache.org>
Tue, 5 May 2026 17:09:51 +0000 (17:09 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 5 May 2026 17:09:51 +0000 (17:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933853 13f79535-47bb-0310-9956-ffa450edef68

58 files changed:
docs/man/rotatelogs.8
docs/manual/developer/hooks.html.en.utf8
docs/manual/developer/lua.html.en.utf8
docs/manual/developer/modules.html.en.utf8
docs/manual/developer/modules.xml.ja
docs/manual/mod/core.html.en.utf8
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.fr
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_crypto.html.en.utf8
docs/manual/mod/mod_crypto.html.fr.utf8
docs/manual/mod/mod_crypto.xml.fr
docs/manual/mod/mod_crypto.xml.meta
docs/manual/mod/mod_dir.html.en.utf8
docs/manual/mod/mod_dir.xml.fr
docs/manual/mod/mod_dir.xml.ja
docs/manual/mod/mod_dir.xml.ko
docs/manual/mod/mod_dir.xml.tr
docs/manual/mod/mod_proxy.html.en.utf8
docs/manual/mod/mod_proxy.xml.fr
docs/manual/mod/mod_proxy.xml.ja
docs/manual/mod/mod_proxy_html.html.en.utf8
docs/manual/mod/mod_proxy_html.xml.fr
docs/manual/mod/mod_request.html.en.utf8
docs/manual/mod/mod_request.html.fr.utf8
docs/manual/mod/mod_request.html.tr.utf8
docs/manual/mod/mod_request.xml.fr
docs/manual/mod/mod_request.xml.meta
docs/manual/mod/mod_request.xml.tr
docs/manual/mod/mod_rewrite.html.en.utf8
docs/manual/mod/mod_rewrite.xml.fr
docs/manual/mod/mod_ssl.html.en.utf8
docs/manual/mod/mod_ssl.xml.es
docs/manual/mod/mod_ssl.xml.fr
docs/manual/mod/mod_xml2enc.html.en.utf8
docs/manual/mod/mod_xml2enc.xml.fr
docs/manual/mod/quickreference.html.de
docs/manual/mod/quickreference.html.en.utf8
docs/manual/mod/quickreference.html.es.utf8
docs/manual/mod/quickreference.html.ja.utf8
docs/manual/mod/quickreference.html.ko.euc-kr
docs/manual/mod/quickreference.html.tr.utf8
docs/manual/mod/quickreference.html.zh-cn.utf8
docs/manual/programs/configure.html.en.utf8
docs/manual/programs/configure.html.fr.utf8
docs/manual/programs/configure.xml.fr
docs/manual/programs/configure.xml.ko
docs/manual/programs/configure.xml.meta
docs/manual/programs/configure.xml.tr
docs/manual/rewrite/remapping.xml.de
docs/manual/rewrite/remapping.xml.es
docs/manual/rewrite/remapping.xml.fr
docs/manual/rewrite/remapping.xml.ja
docs/manual/rewrite/remapping.xml.ko
docs/manual/rewrite/remapping.xml.tr
docs/manual/rewrite/remapping.xml.zh-cn

index c3d46b7647aec154ce84daac4f0974c11a9d1ca2..1c9cca562fb47dd4c7a318d1897e5b89ac6edde2 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "ROTATELOGS" 8 "2026-04-30" "Apache HTTP Server" "rotatelogs"
+.TH "ROTATELOGS" 8 "2026-05-03" "Apache HTTP Server" "rotatelogs"
 
 .SH NAME
 rotatelogs \- Piped logging program to rotate Apache logs
@@ -47,7 +47,7 @@ Causes the use of local time rather than GMT as the base for the interval or for
 .PP Causes a hard link to be made from the current logfile to the specified link name\&. This can be used to watch the log continuously across rotations using a command like \fBtail -F linkname\fR\&. .PP If the linkname is not an absolute path, it is relative to \fBrotatelogs\fR' working directory, which is the ServerRoot when \fBrotatelogs\fR is run by the server\&.  
 .TP
 \fB-p\fR \fIprogram\fR
-.PP If given, \fBrotatelogs\fR will execute the specified program every time a new log file is opened\&. The filename of the newly opened file is passed as the first argument to the program\&. If executing after a rotation, the old log file is passed as the second argument\&. .PP \fBrotatelogs\fR does not wait for the specified program to terminate before continuing to operate, and will not log any error code returned on termination\&. .PP The spawned program uses the same stdin, stdout, and stderr as rotatelogs itself, and also inherits the environment\&. .PP When two parameters are provided, under some conditions the parameters will have the same value\&. For example, if rotation is triggerd but the portions of the time and date incorporated into the log filename do not change across the rotation\&.  
+.PP If given, \fBrotatelogs\fR will execute the specified program every time a new log file is opened\&. The filename of the newly opened file is passed as the first argument to the program\&. If executing after a rotation, the old log file is passed as the second argument\&. .PP \fBrotatelogs\fR does not wait for the specified program to terminate before continuing to operate, and will not log any error code returned on termination\&. .PP The spawned program uses the same stdin, stdout, and stderr as rotatelogs itself, and also inherits the environment\&. .PP When two parameters are provided, under some conditions the parameters will have the same value\&. For example, if rotation is triggered but the portions of the time and date incorporated into the log filename do not change across the rotation\&.  
 .TP
 \fB-f\fR
 Causes the logfile to be opened immediately, as soon as \fBrotatelogs\fR starts, instead of waiting for the first logfile entry to be read (for non-busy sites, there may be a substantial delay between when the server is started and when the first request is handled, meaning that the associated logfile does not "exist" until then, which causes problems from some automated logging tools)  
index 9a841e4856a1ab10ba5d0a9932668a77464abf94..c55acd91b722f447047880d15eb345fe29a5de11 100644 (file)
@@ -171,7 +171,7 @@ ret=ap_run_do_something(r, n);</pre>
     
 
     <h3><a name="hooking-add" id="hooking-add">Add a hook registering function</a></h3>
-      <p>During initialisation, the server will call each modules hook
+      <p>During initialization, the server will call each modules hook
       registering function, which is included in the module
       structure:</p>
 
index 0d3a150326fd0f4627ac8192ad797ec69273757e..404821ffea004a03d109bce4ea3e09a2dfc9ed02 100644 (file)
@@ -101,11 +101,10 @@ pool, and if it has high usage, use the <code>thread</code> setting. As your ser
 load increases, so will the number of states being actively used, and having your scope
 set to <code>once/request/conn</code> will stop being beneficial to your memory footprint.
 </p>
-<p>
-<strong>Note:</strong> The <code>min</code> and <code>max</code> settings for the
+<div class="note">The <code>min</code> and <code>max</code> settings for the
 <code>server</code> scope denotes the minimum and maximum states to keep in a pool per
 server <em>process</em>, so keep this below your <code>ThreadsPerChild</code> limit.
-</p>
+</div>
 
 
 <h3>Using code caching</h3>
index c22f0328f673d2f043f64c5a03db551e665b0c34..72513e117fcf64a6c2ff66c7e7bc0c3adcdcef85 100644 (file)
@@ -47,7 +47,7 @@
       yet checks and acts upon the error.</p>
     
 
-    <h3><a name="init" id="init">Initialisation Routines</a></h3>
+    <h3><a name="init" id="init">Initialization Routines</a></h3>
       <p>These should now be renamed to better signify where they sit
       in the overall process. So the name gets a small change from
       <code>mmap_init</code> to <code>mmap_post_config</code>. The arguments
index 72e9754aec96206c3e7109971298506d9d8aa68c..70f14dc83daf3d36cfa8dbb8344c7e19e6e2cfa0 100644 (file)
@@ -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.en.xsl"?>
-<!-- English Revision: 420993:1933179 (outdated) -->
+<!-- English Revision: 420993:1933830 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 81cb6bd2f1cb4374dc58f6a415532319ef1a1f82..5fd95003148bbd17bd1ab05a6fd1cfb036c9c6d0 100644 (file)
@@ -1024,20 +1024,22 @@ named file-system directory, sub-directories, and their contents.</td></tr>
     the corresponding <code class="directive">&lt;Directory&gt;</code> will
     be applied.</p>
 
-   <p><strong>Note that the default access for
+    <div class="warning">
+    <p>The default access for
     <code>&lt;Directory "/"&gt;</code> is to permit all access.
     This means that Apache httpd will serve any file mapped from an URL. It is
     recommended that you change this with a block such
-    as</strong></p>
+    as</p>
 
     <pre class="prettyprint lang-config">&lt;Directory "/"&gt;
   Require all denied
 &lt;/Directory&gt;</pre>
 
 
-    <p><strong>and then override this for directories you
+    <p>Then override this for directories you
     <em>want</em> accessible. See the <a href="../misc/security_tips.html">Security Tips</a> page for more
-    details.</strong></p>
+    details.</p>
+    </div>
 
     <p>The directory sections occur in the <code>httpd.conf</code> file.
     <code class="directive">&lt;Directory&gt;</code> directives
@@ -4753,6 +4755,12 @@ itself</td></tr>
     </code></p></div>
     </div>
 
+    <div class="warning">
+    <p>IPv6 addresses in <code class="directive">ServerName</code> are not
+        currently supported and will produce a startup error, even when
+        enclosed in square brackets. This is a
+        <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=52178">known issue</a>.</p></div>
+
 
 <h3>See also</h3>
 <ul>
index e5c268dcb7ded68da1aff94e8cd9d0a34b33c8ab..ad983073533137409aaf634b80530744d02f5ee8 100644 (file)
@@ -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: 344972:1933772 (outdated) -->
+<!-- English Revision: 344972:1933833 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 380809e9fa77f507a3584195463b92839fb25c5d..e4e3949e67b1e6daf812463ccd3a13b8ff6d0943 100644 (file)
@@ -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.es.xsl"?>
-<!-- English Revision: 1741251:1933772 (outdated) -->
+<!-- English Revision: 1741251:1933833 (outdated) -->
 <!-- Translated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
 <!-- Reviewed by Sergio Ramos-->
 <!--
index 4c5bb287bc9cbb383ef3805671b6948df4c2b482..641ed06fdaac9c94e4e1328cff9263b67767b2f3 100644 (file)
@@ -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: 1932811:1933772 (outdated) -->
+<!-- English Revision: 1932811:1933833 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 340159ea8c6807b29fc64e43d77a826436f5a711..31639d750a2d21e4d3c67f91a44dc3123a883324 100644 (file)
@@ -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: 669847:1933772 (outdated) -->
+<!-- English Revision: 669847:1933833 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ce139037cce4a858418cd9fec5000852ab1f4e61..ec2cf88039847cb4de6e650029fda822b8cca78f 100644 (file)
@@ -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: 1302855:1933772 (outdated) -->
+<!-- English Revision: 1302855:1933833 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index adf4613551dde55b36fbce6c613eabd1c14afbac..d2d086141d2218f8aca1c4d0301bad74c04ef99d 100644 (file)
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="CryptoIV" id="CryptoIV">CryptoIV</a> <a name="cryptoiv" id="cryptoiv">Directive</a> <a title="Permanent link" href="#cryptoiv" class="permalink">&para;</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>IV (Initialisation Vector) to be used by the crypto filter</td></tr>
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>IV (Initialization Vector) to be used by the crypto filter</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CryptoIV value</code></td></tr>
 <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CryptoIV none</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_crypto</td></tr>
 </table>
-    <p>The <code class="directive">CryptoIV</code> directive allows the IV (initialisation
+    <p>The <code class="directive">CryptoIV</code> directive allows the IV (initialization
     vector) to be specified for the particular URL space. The IV can be read from
     a file, or can be set based on the <a href="../expr.html">expression parser</a>,
     allowing for flexible scenarios for the setting of keys.</p>
index 9ed391e632d4bd95d84a9cd99f491509dac8d3b1..56b579dd9c2d920a90d380bd99d8b3c92e463f19 100644 (file)
@@ -29,6 +29,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_crypto.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_crypto.html" title="Français">&nbsp;fr&nbsp;</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>Support du chiffrement/déchiffrement symétrique</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur de Module:</a></th><td>crypto_module</td></tr>
index 611a5eb0d233aa5b486c91fa1baeaf9625f96e29..5490134ee684ea30a70204828cac4c80a743c699 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
 <!-- $LastChangedRevision: 1752104 $ -->
-<!-- English Revision : 1752104 -->
+<!-- English Revision: 1752104:1933830 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- $LastChangedRevision: 2017021901 $ -->
 
index 4872ae3416b240ae8eb8b92fafbe853842433fed..4d0688993fe718d9bfa3337eb8d5b19461e30c64 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index 1a0aa2fd11a28423b1206e303c7da30217507e83..9715a5ae918135f6dc932bfea9e79cf380d79d7b 100644 (file)
@@ -150,10 +150,10 @@ a directory</td></tr>
     literally if it has any arguments before or after it, even if they are "disabled"
     as well.</p>
 
-    <p><strong>Note:</strong> Multiple <code class="directive">DirectoryIndex</code>
+    <div class="note">Multiple <code class="directive">DirectoryIndex</code>
     directives within the <a href="../sections.html"><em>same context</em></a> will add
     to the list of resources to look for rather than replace:
-    </p>
+    </div>
     <pre class="prettyprint lang-config"># Example A: Set index.html as an index page, then add index.php to that list as well.
 &lt;Directory "/foo"&gt;
     DirectoryIndex index.html
index 8ff1312e3865b4d0818d43997933c39daf9654a1..d630d3dd9e329fb53c546bab11130f0d90fbea3c 100644 (file)
@@ -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: 1894515:1933594 (outdated) -->
+<!-- English Revision: 1894515:1933850 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 8937aced688f8fdb5987c210da089426755fde32..76f36a4e2f7b2fe158a4f58b9212b69da0c58fbd 100644 (file)
@@ -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:1933594 (outdated) -->
+<!-- English Revision: 420990:1933850 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 80fc43e02a03d59bdf876401ff429bcfb6792d6b..9b9c47be48368e188ff5c996c00bce62625944cc 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1933594 (outdated) -->
+<!-- English Revision: 151408:1933850 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a429c99a9b5e6d3f0a0b336c27e61d0716ff69e1..3e9bafac74c78632aadfc28b8bd6dd7b939cb1b3 100644 (file)
@@ -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: 1307726:1933594 (outdated) -->
+<!-- English Revision: 1307726:1933850 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index a1d0ce1a54fe9170e441ca75e1b9f626e9b836dd..1824d554cc27ea5417a63332f7412347e3f46eab 100644 (file)
@@ -1104,10 +1104,10 @@ through</td></tr>
     the socket is local, the hostname used (in this case <code>localhost</code>)
     is moot, but it is passed as the Host: header value of the request.</p>
 
-    <div class="note"><strong>Note:</strong> The path associated with the <code>unix:</code>
+    <div class="note">The path associated with the <code>unix:</code>
     URL is <code class="directive">DefaultRuntimeDir</code> aware.</div>
 
-    <div class="note"><strong>Note:</strong> <code class="directive">RewriteRule</code> requires
+    <div class="note"><code class="directive">RewriteRule</code> requires
     the <code>[P,NE]</code> option to prevent the <code>'|'</code> character
     from being escaped.</div>
 
@@ -1799,7 +1799,7 @@ when the <var>url</var> parameter contains backreference(s) (see note below).
        matches, the server will substitute any parenthesized matches into the given
        string and use it as a new <var>url</var>.</p>
 
-    <div class="note"><strong>Note: </strong>This directive cannot be used within a
+    <div class="note">This directive cannot be used within a
     <code>&lt;Directory&gt;</code> context.</div>
 
     <div class="warning"><h3>Worker matching with backreferences</h3>
index 03d4752bfe7433a16145157af184237373f770ae..6a0885706730df0d5dd590df4ab865e0e0e9dff2 100644 (file)
@@ -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: 1932769:1933753 (outdated) -->
+<!-- English Revision: 1932769:1933850 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index f35d52fcae1fda45796bceb32cc0dcde9f00a9a5..1fc9d78e0f5625b47c4f628cb87169b864de6331 100644 (file)
@@ -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: 344971:1933753 (outdated) -->
+<!-- English Revision: 344971:1933850 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6f832a9e5f493416b087ce0dda5fca2e34c241d0..777273adbbff2142ce2a7ba9906550a709643cd5 100644 (file)
@@ -137,8 +137,9 @@ still be configured using regular filter directives, this will not support
 i18n at all.  Instead, a new directive <code class="directive">ProxyHTMLEnable</code>
 has been introduced to configure both mod_proxy_html's filter and mod_xml2enc.
 It is recommended that you always use ProxyHTMLEnable even where i18n
-support is not required. <strong>Note that this is a change from earlier
-versions where filter directives were used to activate mod_proxy_html.</strong></p>
+support is not required.</p>
+<div class="note">This is a change from earlier
+versions where filter directives were used to activate mod_proxy_html.</div>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index 1edee1c8472716ded96143150da98c0558beb574..1fdd012ec2604c6abc0ea3e17f42871734565f92 100644 (file)
@@ -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: 1932817:1933739 (outdated) -->
+<!-- English Revision: 1932817:1933850 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 
 <!--
index e8e53ce82256419cf66b7825af250ef136e1c62a..3ebe02eae3f321af1cc6823267f219a21891d6dc 100644 (file)
@@ -81,13 +81,13 @@ mod_include.</td></tr>
     into the URL space from another server using
     <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>.</p>
 
-    <p><strong>Note:</strong> Each request set aside has to be set
+    <div class="note">Each request set aside has to be set
     aside in temporary RAM until the request is complete. As a result,
     care should be taken to ensure sufficient RAM is available on the
     server to support the intended load. Use of this directive
     should be limited to where needed on targeted parts of your
     URL space, and with the lowest possible value that is still big
-    enough to hold a request body.</p>
+    enough to hold a request body.</div>
 
     <p>If the request size sent by the client exceeds the maximum
     size allocated by this directive, the server will return
index 0c795763a56123d2cc9402578f537e2e45273893..71743338cbcf248c6b568be9197cd23d0716c2d9 100644 (file)
@@ -30,6 +30,8 @@
 <a href="../fr/mod/mod_request.html" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../tr/mod/mod_request.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</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>Filtres permettant de traiter et de mettre à disposition
 les corps de requêtes HTTP</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Base</td></tr>
index 20a1c3b748a6f777b3df9262cf94ae51903964c1..796728dc20613370479e068130a5caec44e3fff3 100644 (file)
@@ -30,6 +30,7 @@
 <a href="../fr/mod/mod_request.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../tr/mod/mod_request.html" title="Türkçe">&nbsp;tr&nbsp;</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>HTTP istek gövdelerini işleme sokup kullanılabilir kılan süzgeçler</td></tr>
 <tr><th><a href="module-dict.html#Status">Durum:</a></th><td>Temel</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Modül Betimleyici:</a></th><td>request_module</td></tr>
index 744ad895e74d23af63dc96998f9034e45447a400..ed9864f05197dc8fa15b8f236a25088ea411344e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 772682 -->
+<!-- English Revision: 772682:1933850 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- $LastChangedRevision: 2009050301 $ -->
 
index 61e71b948c95d270d07f422edfad8b65416c1f30..875787e89480eddcd1703c35d4b8ba86fee66418 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">fr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 26ea8dd5f67ff74a5958e2388e50a95c09f9a172..838e2c864d20110061a6cc5f60df9bfbcbee56ad 100644 (file)
@@ -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: 772682 -->
+<!-- English Revision: 772682:1933850 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 716516efb1d36c997b9a322b5c1586f1e9543516..2c261a28a7c8775779dbdbc596f27471fe99fe67 100644 (file)
@@ -1264,6 +1264,27 @@ cannot use <code>$N</code> in the substitution string!
 
       </dl>
 
+      <div class="note"><h3>How path substitutions are interpreted</h3>
+      <p>Whether a path substitution is treated as a file-system path
+      or a URL-path depends on the context and whether it begins with
+      a slash:</p>
+      <ul>
+        <li><strong>Starts with <code>/</code>, server/vhost context:</strong>
+        Treated as a file-system path if the first path component exists
+        on disk; otherwise treated as a URL-path.</li>
+        <li><strong>Starts with <code>/</code>, per-directory context:</strong>
+        Always treated as a URL-path. No file-system guessing occurs.</li>
+        <li><strong>Does not start with <code>/</code> (relative),
+        server/vhost context:</strong> Treated as a URL-path relative
+        to the current request URI.</li>
+        <li><strong>Does not start with <code>/</code> (relative),
+        per-directory context:</strong> Treated as a URL-path relative
+        to the directory-path for which the <code class="directive"><a href="../mod/core.html#directory">Directory</a></code> or <code>.htaccess</code>
+        applies. See <code class="directive">RewriteBase</code> for controlling
+        the prefix added to relative substitutions.</li>
+      </ul>
+      </div>
+
       <p>In addition to plain text, the <em>Substitution</em> string can include</p>
 
       <ol>
index 60bd9792dee27dd5c7859afc94ec9ed78c21ccdf..f08040a19fc49fa8131801d1273f6470d014db22 100644 (file)
@@ -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: 1932387:1933772 (outdated) -->
+<!-- English Revision: 1932387:1933815 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 1a6465f9bc6cfb71f000cce2aa9c3f34fa07f988..4807671e786c9173896a5855541b3f81ea91ac38 100644 (file)
@@ -2921,7 +2921,10 @@ stapling related OCSP queries (such as responses with an overall status
 other than "successful", responses with a certificate status other than
 "good", expired responses etc.) on to the client.
 If set to <code>off</code>, only responses indicating a certificate status
-of "good" will be included in the TLS handshake.</p>
+of "good" or "revoked" will be included in the TLS handshake.
+Responses with a "revoked" status are always included regardless of
+this setting, because suppressing a known revocation would be a
+security risk.</p>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index 3279cd8270c519e49d5e65db7bed953e0730d5dd..608be532335c9f20b7787caf155fdceba7ba0664 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 1817381:1933739 (outdated) -->
+<!-- English Revision: 1817381:1933788 (outdated) -->
 <!-- Spanish Translation: Daniel Ferradal <dferradal@apache.org> -->
 <!-- Updated and reviewed: Luis Gil de bernabe <lgilbernabe@apache.org> -->
 
index acf00bc4b7c692e4000845b9a9058c31c3720b00..8ab88e1d21179d632260526f516fd9d8e31be0f6 100644 (file)
@@ -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: 1933097:1933739 (outdated) -->
+<!-- English Revision: 1933097:1933788 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index e4d98582c78a9e585acf433e38be6874b49f52c1..109af15437511c994f6ef588ad02d32ca5eb28b1 100644 (file)
@@ -141,7 +141,7 @@ them to a supported encoding using <code class="directive">xml2EncAlias</code>.<
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="xml2EncAlias" id="xml2EncAlias">xml2EncAlias</a> <a name="xml2encalias" id="xml2encalias">Directive</a> <a title="Permanent link" href="#xml2encalias" class="permalink">&para;</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Recognise Aliases for encoding values</td></tr>
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Recognize Aliases for encoding values</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>xml2EncAlias <var>charset alias [alias ...]</var></code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
index 52029331ad8bb2fdbcb449c1798d26a9e599f11f..ddbac018eecb77f2cb5d70c7f08361c26c5b055e 100644 (file)
@@ -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: 1852223:1933179 (outdated) -->
+<!-- English Revision: 1852223:1933830 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index d06706d50308b0ff37fde74a942146be3fdffe37..16048560da9ba60f97e4ebc9e12c32b0214d1f17 100644 (file)
@@ -391,7 +391,7 @@ module</td></tr>
   einen Hauptspeicherauszug erstellt</td></tr>
 <tr><td><a href="mod_crypto.html#cryptocipher">CryptoCipher name</a></td><td> aes256 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Cipher to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptodriver">CryptoDriver name</a></td><td> openssl </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the crypto driver to use</td></tr>
-<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialisation Vector) to be used by the crypto filter</td></tr>
+<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialization Vector) to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptokey">CryptoKey value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Key to be used by the crypto filter</td></tr>
 <tr><td><a href="mod_crypto.html#cryptosize">CryptoSize integer</a></td><td> 131072 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Maximum size in bytes to buffer by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_ssl_ct.html#ctauditstorage">CTAuditStorage <em>directory</em></a></td><td></td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Existing directory where data for off-line audit will be stored</td></tr>
@@ -1324,7 +1324,7 @@ a given virtual host</td></tr>
 <tr class="odd"><td><a href="mod_watchdog.html#watchdoginterval">WatchdogInterval <var>time-interval</var>[s]</a></td><td> 1 </td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Watchdog interval in seconds</td></tr>
 <tr><td><a href="mod_include.html#xbithack" id="X" name="X">XBitHack on|off|full</a></td><td> off </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Parse SSI directives in files with the execute bit
 set</td></tr>
-<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognise Aliases for encoding values</td></tr>
+<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognize Aliases for encoding values</td></tr>
 <tr><td><a href="mod_xml2enc.html#xml2encdefault">xml2EncDefault <var>name</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets a default encoding to assume when absolutely no information
 can be <a href="#sniffing">automatically detected</a></td></tr>
 <tr class="odd"><td><a href="mod_xml2enc.html#xml2startparse">xml2StartParse <var>element [element ...]</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Advise the parser to skip leading junk.</td></tr>
index 6cd0585c0852fb7f50e94d0c1b34f88a825c4710..455502cd6494989a0901821c92a7e1ffe88f8185 100644 (file)
@@ -387,7 +387,7 @@ module</td></tr>
 switch before dumping core</td></tr>
 <tr><td><a href="mod_crypto.html#cryptocipher">CryptoCipher name</a></td><td> aes256 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Cipher to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptodriver">CryptoDriver name</a></td><td> openssl </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the crypto driver to use</td></tr>
-<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialisation Vector) to be used by the crypto filter</td></tr>
+<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialization Vector) to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptokey">CryptoKey value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Key to be used by the crypto filter</td></tr>
 <tr><td><a href="mod_crypto.html#cryptosize">CryptoSize integer</a></td><td> 131072 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Maximum size in bytes to buffer by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_ssl_ct.html#ctauditstorage">CTAuditStorage <em>directory</em></a></td><td></td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Existing directory where data for off-line audit will be stored</td></tr>
@@ -1309,7 +1309,7 @@ a given virtual host</td></tr>
 <tr class="odd"><td><a href="mod_watchdog.html#watchdoginterval">WatchdogInterval <var>time-interval</var>[s]</a></td><td> 1 </td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Watchdog interval in seconds</td></tr>
 <tr><td><a href="mod_include.html#xbithack" id="X" name="X">XBitHack on|off|full</a></td><td> off </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Parse SSI directives in files with the execute bit
 set</td></tr>
-<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognise Aliases for encoding values</td></tr>
+<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognize Aliases for encoding values</td></tr>
 <tr><td><a href="mod_xml2enc.html#xml2encdefault">xml2EncDefault <var>name</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets a default encoding to assume when absolutely no information
 can be <a href="#sniffing">automatically detected</a></td></tr>
 <tr class="odd"><td><a href="mod_xml2enc.html#xml2startparse">xml2StartParse <var>element [element ...]</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Advise the parser to skip leading junk.</td></tr>
index 28509886075bcabc74edae8a61657f1ff1f96630..fcee85f7e4e779739bb7d311173548817d1b60b7 100644 (file)
@@ -386,7 +386,7 @@ module</td></tr>
 switch before dumping core</td></tr>
 <tr><td><a href="mod_crypto.html#cryptocipher">CryptoCipher name</a></td><td> aes256 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Cipher to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptodriver">CryptoDriver name</a></td><td> openssl </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the crypto driver to use</td></tr>
-<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialisation Vector) to be used by the crypto filter</td></tr>
+<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialization Vector) to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptokey">CryptoKey value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Key to be used by the crypto filter</td></tr>
 <tr><td><a href="mod_crypto.html#cryptosize">CryptoSize integer</a></td><td> 131072 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Maximum size in bytes to buffer by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_ssl_ct.html#ctauditstorage">CTAuditStorage <em>directory</em></a></td><td></td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Existing directory where data for off-line audit will be stored</td></tr>
@@ -1328,7 +1328,7 @@ a given virtual host</td></tr>
 <tr class="odd"><td><a href="mod_watchdog.html#watchdoginterval">WatchdogInterval <var>time-interval</var>[s]</a></td><td> 1 </td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Watchdog interval in seconds</td></tr>
 <tr><td><a href="mod_include.html#xbithack" id="X" name="X">XBitHack on|off|full</a></td><td> off </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Parse SSI directives in files with the execute bit
 set</td></tr>
-<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognise Aliases for encoding values</td></tr>
+<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognize Aliases for encoding values</td></tr>
 <tr><td><a href="mod_xml2enc.html#xml2encdefault">xml2EncDefault <var>name</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets a default encoding to assume when absolutely no information
 can be <a href="#sniffing">automatically detected</a></td></tr>
 <tr class="odd"><td><a href="mod_xml2enc.html#xml2startparse">xml2StartParse <var>element [element ...]</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Advise the parser to skip leading junk.</td></tr>
index c58a671be3f698adc0031ef2c095a90bd55170e7..be4e02e5b0aeed72f8a7e6c0dda837612ef6a360 100644 (file)
@@ -374,7 +374,7 @@ CGI program</td></tr>
 </td></tr>
 <tr><td><a href="mod_crypto.html#cryptocipher">CryptoCipher name</a></td><td> aes256 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Cipher to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptodriver">CryptoDriver name</a></td><td> openssl </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the crypto driver to use</td></tr>
-<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialisation Vector) to be used by the crypto filter</td></tr>
+<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialization Vector) to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptokey">CryptoKey value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Key to be used by the crypto filter</td></tr>
 <tr><td><a href="mod_crypto.html#cryptosize">CryptoSize integer</a></td><td> 131072 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Maximum size in bytes to buffer by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_ssl_ct.html#ctauditstorage">CTAuditStorage <em>directory</em></a></td><td></td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Existing directory where data for off-line audit will be stored</td></tr>
@@ -1242,7 +1242,7 @@ a given virtual host</td></tr>
 <tr class="odd"><td><a href="mod_watchdog.html#watchdoginterval">WatchdogInterval <var>time-interval</var>[s]</a></td><td> 1 </td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Watchdog interval in seconds</td></tr>
 <tr><td><a href="mod_include.html#xbithack" id="X" name="X">XBitHack on|off|full</a></td><td> off </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">実行ビットが設定されたファイルの SSI ディレクティブを
 解析する</td></tr>
-<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognise Aliases for encoding values</td></tr>
+<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognize Aliases for encoding values</td></tr>
 <tr><td><a href="mod_xml2enc.html#xml2encdefault">xml2EncDefault <var>name</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets a default encoding to assume when absolutely no information
 can be <a href="#sniffing">automatically detected</a></td></tr>
 <tr class="odd"><td><a href="mod_xml2enc.html#xml2startparse">xml2StartParse <var>element [element ...]</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Advise the parser to skip leading junk.</td></tr>
index 892210f65c558a4d89f36f734d6dbe8ec92119dc..d736af963d0f1c528367474c5c8df8498fab27ff 100644 (file)
@@ -369,7 +369,7 @@ CGI program</td></tr>
 switch before dumping core</td></tr>
 <tr><td><a href="mod_crypto.html#cryptocipher">CryptoCipher name</a></td><td> aes256 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Cipher to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptodriver">CryptoDriver name</a></td><td> openssl </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the crypto driver to use</td></tr>
-<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialisation Vector) to be used by the crypto filter</td></tr>
+<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialization Vector) to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptokey">CryptoKey value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Key to be used by the crypto filter</td></tr>
 <tr><td><a href="mod_crypto.html#cryptosize">CryptoSize integer</a></td><td> 131072 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Maximum size in bytes to buffer by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_ssl_ct.html#ctauditstorage">CTAuditStorage <em>directory</em></a></td><td></td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Existing directory where data for off-line audit will be stored</td></tr>
@@ -1266,7 +1266,7 @@ a given virtual host</td></tr>
 <tr class="odd"><td><a href="mod_watchdog.html#watchdoginterval">WatchdogInterval <var>time-interval</var>[s]</a></td><td> 1 </td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Watchdog interval in seconds</td></tr>
 <tr><td><a href="mod_include.html#xbithack" id="X" name="X">XBitHack on|off|full</a></td><td> off </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Parse SSI directives in files with the execute bit
 set</td></tr>
-<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognise Aliases for encoding values</td></tr>
+<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognize Aliases for encoding values</td></tr>
 <tr><td><a href="mod_xml2enc.html#xml2encdefault">xml2EncDefault <var>name</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets a default encoding to assume when absolutely no information
 can be <a href="#sniffing">automatically detected</a></td></tr>
 <tr class="odd"><td><a href="mod_xml2enc.html#xml2startparse">xml2StartParse <var>element [element ...]</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Advise the parser to skip leading junk.</td></tr>
index 79c5461f760d58af9b7583ec85cc0f9ab24c967c..5f0828df17477bec0d0b01f8ca9110554d185b46 100644 (file)
@@ -392,7 +392,7 @@ module</td></tr>
     Sunucusunun geçmeye çalışacağı dizin.</td></tr>
 <tr><td><a href="mod_crypto.html#cryptocipher">CryptoCipher name</a></td><td> aes256 </td><td>skdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Cipher to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptodriver">CryptoDriver name</a></td><td> openssl </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the crypto driver to use</td></tr>
-<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>skdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialisation Vector) to be used by the crypto filter</td></tr>
+<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>skdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialization Vector) to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptokey">CryptoKey value</a></td><td> none </td><td>skdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Key to be used by the crypto filter</td></tr>
 <tr><td><a href="mod_crypto.html#cryptosize">CryptoSize integer</a></td><td> 131072 </td><td>skdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Maximum size in bytes to buffer by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_ssl_ct.html#ctauditstorage">CTAuditStorage <em>directory</em></a></td><td></td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Existing directory where data for off-line audit will be stored</td></tr>
@@ -1311,7 +1311,7 @@ for the virtualhost.</td></tr>
 <tr class="odd"><td><a href="mod_watchdog.html#watchdoginterval">WatchdogInterval <var>time-interval</var>[s]</a></td><td> 1 </td><td>s</td><td>T</td></tr><tr class="odd"><td class="descr" colspan="4">Watchdog interval in seconds</td></tr>
 <tr><td><a href="mod_include.html#xbithack" id="X" name="X">XBitHack on|off|full</a></td><td> off </td><td>skdh</td><td>T</td></tr><tr><td class="descr" colspan="4">Parse SSI directives in files with the execute bit
 set</td></tr>
-<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>T</td></tr><tr class="odd"><td class="descr" colspan="4">Recognise Aliases for encoding values</td></tr>
+<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>T</td></tr><tr class="odd"><td class="descr" colspan="4">Recognize Aliases for encoding values</td></tr>
 <tr><td><a href="mod_xml2enc.html#xml2encdefault">xml2EncDefault <var>name</var></a></td><td></td><td>skdh</td><td>T</td></tr><tr><td class="descr" colspan="4">Sets a default encoding to assume when absolutely no information
 can be <a href="#sniffing">automatically detected</a></td></tr>
 <tr class="odd"><td><a href="mod_xml2enc.html#xml2startparse">xml2StartParse <var>element [element ...]</var></a></td><td></td><td>skdh</td><td>T</td></tr><tr class="odd"><td class="descr" colspan="4">Advise the parser to skip leading junk.</td></tr>
index 0b8bb482303e18052993ae145994365127061e0c..417c46cbd364c8af6773fdca2ec8060f7b8d553a 100644 (file)
@@ -382,7 +382,7 @@ module</td></tr>
 switch before dumping core</td></tr>
 <tr><td><a href="mod_crypto.html#cryptocipher">CryptoCipher name</a></td><td> aes256 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Cipher to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptodriver">CryptoDriver name</a></td><td> openssl </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the crypto driver to use</td></tr>
-<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialisation Vector) to be used by the crypto filter</td></tr>
+<tr><td><a href="mod_crypto.html#cryptoiv">CryptoIV value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">IV (Initialization Vector) to be used by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_crypto.html#cryptokey">CryptoKey value</a></td><td> none </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Key to be used by the crypto filter</td></tr>
 <tr><td><a href="mod_crypto.html#cryptosize">CryptoSize integer</a></td><td> 131072 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Maximum size in bytes to buffer by the crypto filter</td></tr>
 <tr class="odd"><td><a href="mod_ssl_ct.html#ctauditstorage">CTAuditStorage <em>directory</em></a></td><td></td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Existing directory where data for off-line audit will be stored</td></tr>
@@ -1304,7 +1304,7 @@ a given virtual host</td></tr>
 <tr class="odd"><td><a href="mod_watchdog.html#watchdoginterval">WatchdogInterval <var>time-interval</var>[s]</a></td><td> 1 </td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Watchdog interval in seconds</td></tr>
 <tr><td><a href="mod_include.html#xbithack" id="X" name="X">XBitHack on|off|full</a></td><td> off </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Parse SSI directives in files with the execute bit
 set</td></tr>
-<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognise Aliases for encoding values</td></tr>
+<tr class="odd"><td><a href="mod_xml2enc.html#xml2encalias">xml2EncAlias <var>charset alias [alias ...]</var></a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Recognize Aliases for encoding values</td></tr>
 <tr><td><a href="mod_xml2enc.html#xml2encdefault">xml2EncDefault <var>name</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets a default encoding to assume when absolutely no information
 can be <a href="#sniffing">automatically detected</a></td></tr>
 <tr class="odd"><td><a href="mod_xml2enc.html#xml2startparse">xml2StartParse <var>element [element ...]</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Advise the parser to skip leading junk.</td></tr>
index dec6fa51d45540ddbe4bf6697105e859762dc8d4..e7277389be1bbdaa1186ab3776f69c5e4053d06c 100644 (file)
           <code class="program"><a href="../programs/apachectl.html">apachectl</a></code>, <code class="program"><a href="../programs/suexec.html">suexec</a></code>, etc. which
           are necessary to run the Apache HTTP Server. By default
           <code>sbindir</code> is set to
-          <code><var>EPREFIX</var>/sbin</code>.</dd>
+          <code><var>EPREFIX</var>/bin</code> (the same as
+          <code>bindir</code>).</dd>
 
         <dt><code>--sharedstatedir=<var>DIR</var></code></dt>
         <dd>Install modifiable architecture-independent data in <var>DIR</var>.
index c6d881441685d80076110bdca314feb617703686..a2c74656cf1e9137751f3602d14964c8cd0138a1 100644 (file)
@@ -28,6 +28,8 @@
 <a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/configure.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</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>Le script <code class="program"><a href="../programs/configure.html">configure</a></code> permet de configurer
     l'arborescence des sources afin de compiler et installer le serveur
index 3bfaa35b7470bb3c184e1132e63f0b490d974d9f..b138b499b02ff6b5ffb636ee5c87db4efe3088ea 100644 (file)
@@ -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: 1933119 -->
+<!-- English Revision: 1933119:1933791 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 4bbbf8bca843d415b7a20832f7b2f0c58ee681ea..633b1d6057885554e021ec02974dc3f50d388f76 100644 (file)
@@ -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:1933119 (outdated) -->
+<!-- English Revision: 105989:1933791 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 64d57955df339b41912b4ef344b525b9a1268265..b678a08f6e38848dee87a4112fd918d375637988 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index 95588f19f26a22d78575839b36cdb36933aab3bb..ca7a9b3dfb19e44838d2598092ee138b36a4b50d 100644 (file)
@@ -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: 1296923:1933119 (outdated) -->
+<!-- English Revision: 1296923:1933791 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 4447c151d01e3a462ad9c8262d83beb116b8f256..31cc66b54b3baa719400dd76f88e2cd9f84e7fcc 100644 (file)
@@ -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: 1933068:1933781 (outdated) -->
+<!-- English Revision: 1933068:1933782 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 236f0dc4c6e5f56bcea1f9656ebc3c0036092aef..d2cfb1885402ef1be3ad532ee85c549fdd659014 100644 (file)
@@ -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: 1933068:1933781 (outdated) -->
+<!-- English Revision: 1933068:1933782 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 983ceb98ec079877ed7f356e981a3d6803c023fc..28a53dbc8116bf123a999107d7aab4c1c5daf8a8 100644 (file)
@@ -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: 1933068:1933781 (outdated) -->
+<!-- English Revision: 1933068:1933782 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 7047540651ef06e6246d94aee97a4b908271c7c8..fb5e140ad633cf93c6fc077c1e31feb76c132927 100644 (file)
@@ -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: 1933068:1933781 (outdated) -->
+<!-- English Revision: 1933068:1933782 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index debd9fd14737818e178f8fbd764ca9e367c5c815..efc256910f68df9190071c03c4c7a0844b6b0feb 100644 (file)
@@ -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: 1933068:1933781 (outdated) -->
+<!-- English Revision: 1933068:1933782 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 7aa0b70972b1ae339b7910ebe95d4156e1dd9fee..b4bcf481b7bff2c985bf13d4ab3b33b61332f927 100644 (file)
@@ -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: 1933068:1933781 (outdated) -->
+<!-- English Revision: 1933068:1933782 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index fc726598373088456a361a7c276e07c82f43aa14..af955c6fda63e08584e616d326647bbaa077af50 100644 (file)
@@ -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: 1933068:1933781 (outdated) -->
+<!-- English Revision: 1933068:1933782 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more