]> granicus.if.org Git - apache/commitdiff
various xforms
authorDaniel Gruno <humbedooh@apache.org>
Wed, 19 Sep 2012 16:16:14 +0000 (16:16 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 19 Sep 2012 16:16:14 +0000 (16:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1387663 13f79535-47bb-0310-9956-ffa450edef68

28 files changed:
docs/manual/howto/cgi.html.fr
docs/manual/howto/cgi.xml.meta
docs/manual/install.html.en
docs/manual/install.html.fr
docs/manual/install.xml.de
docs/manual/install.xml.es
docs/manual/install.xml.fr
docs/manual/install.xml.ja
docs/manual/install.xml.ko
docs/manual/install.xml.meta
docs/manual/install.xml.tr
docs/manual/invoking.html.en
docs/manual/invoking.html.fr
docs/manual/invoking.html.tr.utf8
docs/manual/invoking.xml.de
docs/manual/invoking.xml.es
docs/manual/invoking.xml.fr
docs/manual/invoking.xml.ja
docs/manual/invoking.xml.ko
docs/manual/invoking.xml.meta
docs/manual/invoking.xml.tr
docs/manual/mod/mod_authn_dbd.html.en
docs/manual/mod/mod_proxy.html.fr
docs/manual/mod/mod_proxy.xml.meta
docs/manual/platform/windows.html.en
docs/manual/platform/windows.xml.ko
docs/manual/sections.html.fr
docs/manual/sections.xml.meta

index e4d672b8c5330fa9f9bb2dcce13e01467d4073c6..6efd3aaefa897aae637a29cc6951053eca9eaf2b 100644 (file)
@@ -26,8 +26,6 @@
 <a href="../ja/howto/cgi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/howto/cgi.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&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>
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#intro">Introduction</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#configuring">Configurer Apache pour autoriser CGI</a></li>
@@ -522,8 +520,11 @@ print "Hello, World.";
 
       <pre class="prettyprint lang-perl">
 #!/usr/bin/perl
+use strict;
+use warnings;
+
 print "Content-type: text/html\n\n";
-foreach $key (keys %ENV) {
+foreach my $key (keys %ENV) {
     print "$key --&gt; $ENV{$key}&lt;br&gt;";
 }
       </pre>
index 73144f6d4d2bac3cb8c15958a1144449e878f623..3070905d45bbb0cd28a5b8ae2dda9692758eba3b 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
index 750f88ecf0563db85a293cbd3b4d5e84c5e1eebe..92f9250331a3b546855607d31d746065124485c6 100644 (file)
@@ -362,7 +362,7 @@ $ tar xvf httpd-<em>NN</em>.tar
     <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
-    major releases (for example, from 2.0 to 2.2 or from 2.2 to 2.3),
+    major releases (for example, from 2.0 to 2.2 or from 2.2 to 2.4),
     there will likely be major differences in the compile-time and
     run-time configuration that will require manual adjustments.  All
     modules will also need to be upgraded to accommodate changes in the
index e0ff5a131eaacf620c495dbf7f07c66543c18de7..52f2e88b905ad804103034f9f0c4ecfbd5e837fc 100644 (file)
@@ -29,6 +29,8 @@
 <a href="./ko/install.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/install.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>Ce document couvre l'installation et la compilation du serveur
index 6fedc9a1c467f7d147702ceeb99117c0c91003df..4830844d54f3b8c6ba1ddc6442413fe171c21e5b 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: 239255:1334033 (outdated) -->
+<!-- English Revision: 239255:1387659 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e1829bc78d7fc485ba15c8aecd7168e5d6e7c3eb..c659ca0b3542ff9526ebbcaf9c78322ee0ac3715 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: 105989:1334033 (outdated) -->
+<!-- English Revision: 105989:1387659 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1df9bee01d63a198a85c150ceb2d574a0394ca59..13fcc69ec90a580c416b9c37329ae739b3c59786 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision : 1334033 -->
+<!-- English Revision: 1334033:1387659 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index acc56ac94aa3a811121fb0040f03249caa2d6014..32a6f9b6a6ea6285c82a4b5ce7fdb4600e1adaa1 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: 527129:1334033 (outdated) -->
+<!-- English Revision: 527129:1387659 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 2bca308387d2057c26ff6369f474f24d79d8aead..79343d1ac2de287821773161f62a85c219c03e61 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:1334033 (outdated) -->
+<!-- English Revision: 105989:1387659 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6a8403bc307e3e6932cd552553d92fdbf8fa336e..de3fcaf615a27b2d864f49681e4703624e333b3b 100644 (file)
@@ -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">tr</variant>
index f78f1b8a71c6be6efb8ecb9de4fc3ed2f9977fd0..535d372f3f621cf3c8133d2932867ca019d1027f 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: 1296736:1334033 (outdated) -->
+<!-- English Revision: 1296736:1387659 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index b89de422add13fd0e9a6996221f7ba69c53dd41b..01f199a77b4ff82460ce1097ce00b11860cadf6d 100644 (file)
 </div>
 
     <p>On Windows, Apache is normally run as a service on Windows
-    NT, 2000 and XP, or as a console application on Windows 9x and
-    ME. For details, see <a href="platform/windows.html#winsvc">Running Apache as a Service</a>
-    and <a href="platform/windows.html#wincons">Running Apache as a
-    Console Application</a>.</p>
+    NT, 2000 and XP, Vista and 7. For details, see <a href="platform/windows.html#winsvc">Running Apache as a Service</a>.
+    </p>
 
     <p>On Unix, the <code class="program"><a href="./programs/httpd.html">httpd</a></code> program
     is run as a daemon that executes continuously in the
index d5cf4464e78fe98daeaf6aba54c9ee12bf830d4a..b2723acb450305def8cf2fa242cefc7cb99723cf 100644 (file)
@@ -29,6 +29,8 @@
 <a href="./ko/invoking.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/invoking.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>Apache est habituellement lancé en tant que service
     sous Windows NT, 2000 et XP, ou comme application en mode console sous
index d4493beaa4828e0ba8fc298d2ebdc3f8b1d998cd..5c5235649c5aa6a4cd9cb59447f2d455f2721751 100644 (file)
@@ -29,6 +29,7 @@
 <a href="./ko/invoking.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/invoking.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>
 
     <p>Apache normal olarak, Windows NT, 2000 ve XP'de bir hizmet olarak,
       Windows 9x ve ME’de ise bir konsol uygulaması olarak çalışır. Ayrıntılı
index 99e1f95fc7c601f42ec8c403fe70692043fcbef0..24372b3c7f553a6c335af9702a335a86befa5eac 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: 395228:1044380 (outdated) -->
+<!-- English Revision: 395228:1387618 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 85f2d36d960e2d78367bc6175e8d2f62fe243d5d..5f8c556739d156c0fdb1e42996ad662daa037281 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: 105989:1044380 (outdated) -->
+<!-- English Revision: 105989:1387618 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 9e2dba847bc60f0f3e36ce175459eb32b5e13f06..50de02f7082a49d13140f7b49c58178f5ff14339 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed By : Vincent Deffontaines -->
-<!-- English Revision: 1044380 -->
+<!-- English Revision: 1044380:1387618 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index adaa31fa952282d6f7fb2118f73e26b3b8294b3a..8a2319c8ab9376f3b104bc92197ce0f8b17e6eb4 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: 567441:1044380 (outdated) -->
+<!-- English Revision: 567441:1387618 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 62f2856a1d722e265296ae91ca33fb350c94e7e9..1e93fd25d4cd3ac9dfc32fc72a027b79abfeb1b6 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:1044380 (outdated) -->
+<!-- English Revision: 105989:1387618 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f1681166a1f683245c186b3e1b983296a977b581..6919b9d87cd9f11d63c3ddd5e80ccef8e733939e 100644 (file)
@@ -10,9 +10,9 @@
     <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>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index cab4715295b74cda95b35d72c1bc8d8f964fd2c0..d8703e432ff2162e918b416cf86f9755a6ad9157 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: 1044380 -->
+<!-- English Revision: 1044380:1387618 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index ba0eb878f0403071ecc06bdbe2903e410f793a4e..a130bfe6dea99a59bfbf3a47c5d295e988be91da 100644 (file)
@@ -76,7 +76,7 @@
 <div class="section">
 <h2><a name="socache" id="socache">Performance and Cacheing</a></h2>
 
-<p>Some users of DBD authentication in HTTPD 2.2 have reported that it
+<p>Some users of DBD authentication in HTTPD 2.2/2.4 have reported that it
 imposes a problematic load on the database.  This is most likely where
 an HTML page contains hundreds of objects (e.g. images, scripts, etc)
 each of which requires authentication.  Users affected (or concerned)
index 5ccf44ca1f429f936bd885215637dbd29ae18761..8e8814e29de6486ece6efd6fdcc2e235ad97ddd6 100644 (file)
@@ -28,8 +28,6 @@
 <a href="../fr/mod/mod_proxy.html" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mod_proxy.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&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>Serveur mandataire/passerelle multi-protocole</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>proxy_module</td></tr>
@@ -1436,10 +1434,10 @@ ProxyPass /mirror/foo http://backend.example.com
 ProxyPass /special-area http://special.example.com smax=5 max=10
 ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On
 &lt;Proxy balancer://mycluster&gt;
-    BalancerMember ajp://1.2.3.4:8009
-    BalancerMember ajp://1.2.3.5:8009 loadfactor=20
+    BalancerMember ajp://1.2.3.4:8009/
+    BalancerMember ajp://1.2.3.5:8009/ loadfactor=20
     # Less powerful server, don't send as many requests there,
-    BalancerMember ajp://1.2.3.6:8009 loadfactor=5
+    BalancerMember ajp://1.2.3.6:8009/ loadfactor=5
 &lt;/Proxy&gt;
     </pre>
 
@@ -1449,10 +1447,10 @@ ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover
     <pre class="prettyprint lang-config">
 ProxyPass / balancer://hotcluster/ 
 &lt;Proxy balancer://hotcluster&gt;
-    BalancerMember ajp://1.2.3.4:8009 loadfactor=1
-    BalancerMember ajp://1.2.3.5:8009 loadfactor=2
+    BalancerMember ajp://1.2.3.4:8009/ loadfactor=1
+    BalancerMember ajp://1.2.3.5:8009/ loadfactor=2
     # The server below is on hot standby
-    BalancerMember ajp://1.2.3.6:8009 status=+H
+    BalancerMember ajp://1.2.3.6:8009/ status=+H
     ProxySet lbmethod=bytraffic
 &lt;/Proxy&gt;
     </pre>
@@ -1921,8 +1919,8 @@ du serveur HTTP Apache.</td></tr>
 
     <div class="example"><pre class="prettyprint lang-config">
 &lt;Proxy balancer://hotcluster&gt;
-    BalancerMember http://www2.example.com:8080 loadfactor=1
-    BalancerMember http://www3.example.com:8080 loadfactor=2
+    BalancerMember http://www2.example.com:8080/ loadfactor=1
+    BalancerMember http://www3.example.com:8080/ loadfactor=2
     ProxySet lbmethod=bytraffic
 &lt;/Proxy&gt;
       </pre>
index f0185375d448127624a8715f7540d52668653323..38a79fdda73051e6f035124b21c4af3bff8e6129 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>
index d2c0118c83cdf0b40d512e87e4429309f7739eb0..2c3f042f62f192bf4d088a73fce23d1eeb2d8ac9 100644 (file)
@@ -26,7 +26,7 @@
 </div>
 
     <p>This document explains how to install, configure and run
-    Apache 2.3 under Microsoft Windows.  If you have questions after
+    Apache 2.4 under Microsoft Windows.  If you have questions after
     reviewing the documentation (and any event and error logs), you
     should consult the peer-supported
     <a href="http://httpd.apache.org/userslist.html">users' mailing
@@ -53,7 +53,7 @@
 <h2><a name="req" id="req">Operating System Requirements</a></h2>
     
 
-    <p>The primary Windows platform for running Apache 2.3 is Windows
+    <p>The primary Windows platform for running Apache 2.4 is Windows
     2000 or later.  The binary installer only works with the x86 family
     of processors, such as Intel and AMD processors.  Always obtain and
     install the current service pack to avoid operating system bugs.</p>
     <a href="http://support.microsoft.com/kb/292539/">KB 292539</a>.
     Windows XP and later do not require this update.</p>
 
-    <p>Note that you cannot install two versions of Apache 2.3 on the
+    <p>Note that you cannot install two versions of Apache 2.4 on the
     same computer with the binary installer. You can, however, install
     a version of the 1.3 series <strong>and</strong> a version of the
-    2.3 series on the same computer without problems. If you need to
-    have two different 2.3 versions on the same computer, you have to
+    2.4 series on the same computer without problems. If you need to
+    have two different 2.4 versions on the same computer, you have to
     <a href="win_compiling.html">compile and install Apache from the
     source</a>.</p>
 
       <li><p><strong>Where to install.</strong> The default path is
       <code>C:\Program Files\Apache Software Foundation</code>
       under which a directory called
-      <code>Apache2.3</code> will be created by default.</p></li>
+      <code>Apache2.4</code> will be created by default.</p></li>
     </ol>
 
     <p>During the installation, Apache will configure the files in the
@@ -307,14 +307,14 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
       validate all path names given.  This means that each directory
       which Apache evaluates, from the drive root up to the directory
       leaf, must have read, list and traverse directory permissions.
-      If Apache2.3 is installed at C:\Program Files, then the root
-      directory, Program Files and Apache2.3 must all be visible
+      If Apache2.4 is installed at C:\Program Files, then the root
+      directory, Program Files and Apache2.4 must all be visible
       to Apache.</p></li>
 
       <li><p>Apache for Windows contains the ability to load modules at
       runtime, without recompiling the server. If Apache is compiled
       normally, it will install a number of optional modules in the
-      <code>\Apache2.3\modules</code> directory. To activate these or
+      <code>\Apache2.4\modules</code> directory. To activate these or
       other modules, the new <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code>
       directive must be used. For example, to activate the status
       module, use the following (in addition to the status-activating
@@ -398,7 +398,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
     </code></p></div>
 
     <p>If you use the first command without any special parameters except
-    <code>-k install</code>, the service will be called <code>Apache2.3</code>
+    <code>-k install</code>, the service will be called <code>Apache2.4</code>
     and the configuration will be assumed to be <code>conf\httpd.conf</code>.
     </p>
 
@@ -416,8 +416,8 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
 
     <p>Normal starting, restarting and shutting down of an Apache
     service is usually done via the Apache Service Monitor, by using
-    commands like <code>NET START Apache2.3</code> and <code>NET STOP
-    Apache2.3</code> or via normal Windows service management. Before
+    commands like <code>NET START Apache2.4</code> and <code>NET STOP
+    Apache2.4</code> or via normal Windows service management. Before
     starting Apache as a service by any means, you should test the
     service's configuration file by using:</p>
 
@@ -495,7 +495,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
     </ol>
 
     <div class="note">It is usually a good practice to grant the user the Apache
-    service runs as read and execute (RX) access to the whole Apache2.3
+    service runs as read and execute (RX) access to the whole Apache2.4
     directory, except the <code>logs</code> subdirectory, where the
     user has to have at least change (RWXD) rights.</div>
 
@@ -518,7 +518,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
     Windows Control Panel, you may get the following message:</p>
 
     <div class="example"><p><code>
-      Could not start the Apache2.3 service on \\COMPUTER <br />
+      Could not start the Apache2.4 service on \\COMPUTER <br />
       Error 1067; The process terminated unexpectedly.
     </code></p></div>
 
@@ -552,7 +552,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
 
     <p>You can also run Apache via the shortcut Start Apache in Console
     placed to <code>Start Menu --&gt; Programs --&gt; Apache HTTP Server
-    2.3.xx --&gt; Control Apache Server</code> during the installation.
+    2.4.xx --&gt; Control Apache Server</code> during the installation.
     This will open a console window and start Apache inside it. If you
     don't have Apache installed as a service, the window will remain
     visible until you stop Apache by pressing Control-C in the console
@@ -603,7 +603,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
 
     <div class="example"><p><code>
       c: <br />
-      cd "\Program Files\Apache Software Foundation\Apache2.3\bin" <br />
+      cd "\Program Files\Apache Software Foundation\Apache2.4\bin" <br />
       httpd.exe
     </code></p></div>
 
index 7f33aebc24d9bb6b052455f3c27aad97412c9eab..730f357fbedc6cf9fbf3f06a78dbb103b1eb5901 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:1333993 (outdated) -->
+<!-- English Revision: 105989:1387618 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c5d831c2a834f6a05b4cba7b6a55abce08357e65..236aff1775b90549ad13666239865da17ac988bc 100644 (file)
@@ -27,8 +27,6 @@
 <a href="./ko/sections.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/sections.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>Les directives des <a href="configuring.html">fichiers de configuration</a> peuvent s'appliquer
 au serveur dans son ensemble, ou seulement à des répertoires, fichiers, hôtes,
 ou URLs particuliers.  Ce document décrit comment utiliser les conteneurs de
@@ -221,7 +219,7 @@ toute requ
 <pre class="prettyprint lang-config">
 &lt;LocationMatch ^/private&gt;
     Require all denied
-&lt;/Location&gt;
+&lt;/LocationMatch&gt;
 </pre>
 
 
index 0e839c6dc7f5e0ad058d389e5dfc5a81da065571..f5ac84359d4cde9c66931417ec7a724cd3b7b9a6 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>