]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Tue, 28 Jan 2014 23:04:45 +0000 (23:04 +0000)
committerAndré Malo <nd@apache.org>
Tue, 28 Jan 2014 23:04:45 +0000 (23:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1562304 13f79535-47bb-0310-9956-ffa450edef68

34 files changed:
docs/manual/misc/perf-scaling.html.en
docs/manual/mod/core.html.en
docs/manual/mod/core.html.fr
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.meta
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.html.fr
docs/manual/mod/mod_proxy.xml.fr
docs/manual/mod/mod_proxy.xml.ja
docs/manual/mod/mod_proxy.xml.meta
docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.html.fr
docs/manual/mod/mod_rewrite.xml.fr
docs/manual/mod/mod_rewrite.xml.meta
docs/manual/mod/mpmt_os2.html.en
docs/manual/platform/netware.html.en
docs/manual/platform/netware.xml.ko
docs/manual/programs/log_server_status.html.en
docs/manual/programs/split-logfile.html.en
docs/manual/rewrite/advanced.html.en
docs/manual/sitemap.html.en
docs/manual/sitemap.html.fr
docs/manual/sitemap.xml.de
docs/manual/sitemap.xml.es
docs/manual/sitemap.xml.fr
docs/manual/sitemap.xml.ja
docs/manual/sitemap.xml.ko
docs/manual/sitemap.xml.meta
docs/manual/sitemap.xml.tr
docs/manual/sitemap.xml.zh-cn

index cf8b5997485e90212baa3b35921bab0c4794e134..307694aea975f4f5fc1d7fc07271742bacde7998 100644 (file)
@@ -5,8 +5,7 @@
               This file is generated from xml source: DO NOT EDIT
         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
       -->
-<title>Performance Scaling
-     - Apache HTTP Server</title>
+<title>Performance Scaling - Apache HTTP Server</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,8 +19,7 @@
 <img alt="" src="../images/feather.gif" /></div>
 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
 <div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a></div><div id="page-content"><div id="preamble"><h1>Performance Scaling
-    </h1>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Performance Scaling</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/misc/perf-scaling.html" title="English">&nbsp;en&nbsp;</a></p>
 </div>
@@ -762,7 +760,7 @@ Swap:       3903784      12540  3891244
                 MPM runs a smaller number of child processes, and spawns
                 multiple request handling threads within each child process. In
                 2.4 MPMs are no longer hard-wired. They too can be exchanged
-                via <code class="directive"><a href="../mod/core.html#loadmodule">LoadModule</a></code>.
+                via <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code>.
                 The default MPM in 2.4 is the event MPM. 
             </p>
             <p>The maximum number of workers, be they pre-forked child
@@ -777,7 +775,7 @@ Swap:       3903784      12540  3891244
             </p>
             <p>Finally, if the httpd server in question is not executing any third-party
                code, via <code>mod_php</code>, <code>mod_perl</code> or similar,
-               we recommend the use of <code class="module"><a href="../mod/mpm_event.html">mpm_event</a></code>. This MPM is ideal
+               we recommend the use of <code class="module">mpm_event</code>. This MPM is ideal
                for situations where httpd serves as a thin layer between clients and
                backend servers doing the real job, such as a proxy or cache.
             </p>
@@ -787,8 +785,7 @@ Swap:       3903784      12540  3891244
                 </a></h4>
                 
                 <p>
-                    The <code>MaxClients
-                    </code>
+                    The <code>MaxClients</code>
                     directive in your Apache httpd configuration file specifies
                     the maximum number of workers your server can create. It
                     has two related directives, <code>MinSpareServers
@@ -814,8 +811,7 @@ Swap:       3903784      12540  3891244
                     complicated. Threaded MPMs support the <code>
                         ThreadsPerChild
                     </code>
-                    directive1 . Apache requires that <code>MaxClients
-                    </code>
+                    directive1 . Apache requires that <code>MaxClients</code>
                     is evenly divisible by <code>ThreadsPerChild
                     </code>
                     .If you set either directive to a number that doesn't
@@ -823,10 +819,8 @@ Swap:       3903784      12540  3891244
                     complaint to the error log and adjust the <code>
                         ThreadsPerChild
                     </code>
-                    value downwards until it is an even factor of <code>
-                        MaxClients
-                    </code>
-                    .
+                    value downwards until it is an even factor of
+                    <code>MaxClients</code>.
                 </p>
                 
                 
@@ -838,7 +832,7 @@ Swap:       3903784      12540  3891244
                     that all the memory on your system is used, but no more. If
                     your system gets so overloaded that it needs to heavily
                     swap core memory out to disk, performance will degrade
-                    quickly. The formula for determining <code class="directive"><a href="../mod/mpm_common.html#maxclients">MaxClients</a></code>
+                    quickly. The formula for determining <code class="directive"><a href="../mod/mpm_common.html#maxrequestworkers">MaxClients</a></code>
                     is fairly simple: 
                 </p>
                 
@@ -1387,21 +1381,22 @@ Listen *:8001
                 
                     
                 <p>
-                    The Apache Software Foundation Wiki is served by MoinMoin.
-                    MoinMoin is written in Python and runs as a CGI. To date, any
-                    attempts to run it under mod_python has been unsuccessful.
-                    The CGI proved to place an untenably high load on the
-                    server machine, especially when the Wiki was being indexed
-                    by search engines like Google. To lighten the load on the
-                    server machine, the Apache Infrastructure team turned to
-                    mod_cache. It turned out <a href="/httpd/MoinMoin">MoinMoin
-                    </a>
-                    needed a small patch to ensure proper behavior behind the
-                    caching server: certain requests can never be cached and
-                    the corresponding Python modules were patched to send the
-                    proper HTTP response headers. After this modification, the
-                    cache in front of the Wiki was enabled with the following
-                    configuration snippet in <code>httpd.conf</code>:
+                    The Apache Software Foundation Wiki is served by
+                    MoinMoin.  MoinMoin is written in Python and runs as
+                    a CGI. To date, any attempts to run it under
+                    mod_python has been unsuccessful.  The CGI proved to
+                    place an untenably high load on the server machine,
+                    especially when the Wiki was being indexed by search
+                    engines like Google. To lighten the load on the
+                    server machine, the Apache Infrastructure team
+                    turned to mod_cache. It turned out MoinMoin needed a
+                    small patch to ensure proper behavior behind the
+                    caching server: certain requests can never be cached
+                    and the corresponding Python modules were patched to
+                    send the proper HTTP response headers. After this
+                    modification, the cache in front of the Wiki was
+                    enabled with the following configuration snippet in
+                    <code>httpd.conf</code>:
                 </p>
                 
 <pre class="prettyprint lang-config">
@@ -1416,7 +1411,7 @@ CacheMaxExpire 21600
                 
                 <p>This configuration will try to cache any and all content
                     within its virtual host. It will never cache content for
-                    more than six hours (the <code class="directive"><a href="../mod/mod_cace.html#cachemaxexpire">CacheMaxExpire</a></code>
+                    more than six hours (the <code class="directive"><a href="../mod/mod_cache.html#cachemaxexpire">CacheMaxExpire</a></code>
                     directive). If no <code>Expires:</code>
                     header is present in the response, <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> will compute
                     an expiration period from the <code>Last-Modified:</code>
index 8d93301c42e34d044d0c3f13a7740d92b055d45e..073af6b3478ecebf75804fbbd220e96934171920 100644 (file)
@@ -974,7 +974,7 @@ the contents of file-system directories matching a regular expression.</td></tr>
     <p>From 2.4.8 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of paths to be referenced
-    from within <a href="expr.html">expressions</a> and modules like
+    from within <a href="../expr.html">expressions</a> and modules like
     <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. In order to prevent confusion, numbered
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
@@ -1821,14 +1821,14 @@ filenames</td></tr>
     <p>From 2.4.8 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of files to be referenced
-    from within <a href="expr.html">expressions</a> and modules like
+    from within <a href="../expr.html">expressions</a> and modules like
     <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. In order to prevent confusion, numbered
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
 <pre class="prettyprint lang-config">
-&lt;FileMatch ^(?&lt;sitename&gt;[^/]+)&gt;
+&lt;FilesMatch ^(?&lt;sitename&gt;[^/]+)&gt;
     require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
-&lt;/FileMatch&gt;
+&lt;/FilesMatch&gt;
 </pre>
 
 
@@ -1990,7 +1990,7 @@ satisfied by a request at runtime</td></tr>
     documentation is available in <a href="../expr.html">Expressions in
     Apache HTTP Server</a>.</p>
 
-    <p>Only directives that support the <a href="mod/directive-dict.html#Context">directory context</a> can be used within this configuration section.</p>
+    <p>Only directives that support the <a href="directive-dict.html#Context">directory context</a> can be used within this configuration section.</p>
 
 
 <h3>See also</h3>
@@ -2794,7 +2794,7 @@ matching URLs</td></tr>
     <p>From 2.4.8 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of URLs to be referenced
-    from within <a href="expr.html">expressions</a> and modules like
+    from within <a href="../expr.html">expressions</a> and modules like
     <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. In order to prevent confusion, numbered
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
index 7d368d3f6cbddc12cfacb305ae0945710eee3dbd..2dc907c2b4182a3e81f7a38fa9e54f2ccdc5f16f 100644 (file)
@@ -31,6 +31,8 @@
 <a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../tr/mod/core.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>Fonctionnalités de base du serveur HTTP Apache toujours
 disponibles</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Core</td></tr></table>
index 12f2132041852234643a2212b2895c1844ce54ba..8aa896f9307d5b840274dec79381ed6131fbbc9c 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:1555569 (outdated) -->
+<!-- English Revision: 344972:1562300 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index cc7f59849ef19940bffd115dc3da370f7846085a..d0f1895dec4d1ffdd13aea6bad0390428b519e8a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1040494:1555569 (outdated) -->
+<!-- English Revision: 1040494:1562300 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index cedb739a69ef5d35999f9f533abc921f25c2a940..8b58120187c3b7e7af3845e3152f3ca55ef3c25a 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 : 1555569 -->
+<!-- English Revision: 1555569:1562300 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 0f4cefb53163d632483028c1872b1afcdd6a369c..5412b51b13036e8803a229c2e5412ead31d8f95c 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:1555569 (outdated) -->
+<!-- English Revision: 669847:1562300 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e78755527afd76e79a93204836e49a52f246c2bf..b9d96ee4c52f9b48a91a39e026f2df4b34b47a06 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">tr</variant>
   </variants>
index c49127c537ce957590075c988ded0c5f0e6e01af..3e327511bd4e59c19e866c77fa4997f407670862 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:1555569 (outdated) -->
+<!-- English Revision: 1302855:1562300 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 90c11fb07e6fe0f25cebb97875ae8dee40badf70..00ede7064fd254e6211cbf34828b634741b82d81 100644 (file)
@@ -935,7 +935,7 @@ proxied resources</td></tr>
     <p>From 2.5.0 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of URLs to be referenced
-    from within <a href="expr.html">expressions</a> and modules like
+    from within <a href="../expr.html">expressions</a> and modules like
     <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. In order to prevent confusion, numbered
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
index 4ad9351e88a1965fb9aec3baef3dd69a0ac0562d..4f113fe0b25375689c28da9bec2aee3d59f77b8a 100644 (file)
@@ -28,6 +28,8 @@
 <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>
index 062a2f436837256c795ed1d51bff8ab636698351..cc008ccbce0ff59fe5806437451bf0768ef67172 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: 1560518 -->
+<!-- English Revision: 1560518:1562300 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 58cfa2e54887683954d9c0ae8860dbac7f9c7de8..81b681428378e4b3defce8e9cede2b7730b0b3b9 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:1560518 (outdated) -->
+<!-- English Revision: 344971:1562300 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 38a79fdda73051e6f035124b21c4af3bff8e6129..f0185375d448127624a8715f7540d52668653323 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>
index edba50cf32b514b2747818ce4b73d356c84019d8..f405d56bedab581fdaaeca9d439b36f062ca7bf1 100644 (file)
@@ -901,7 +901,7 @@ RewriteRule  ^/$                 /homepage.std.html  [L]
       <p>When <code class="directive"><a href="#rewriterule">RewriteRule</a></code>
       is used in <code>VirtualHost</code> or server context with
       version 2.2.22 or later of httpd, <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
-      will only process the rewrite rules if the request URI is a <a href="./directive-dict.html#Syntax">URL-path</a>.  This avoids
+      will only process the rewrite rules if the request URI is a <a href="directive-dict.html#Syntax">URL-path</a>.  This avoids
       some security issues where particular rules could allow
       "surprising" pattern expansions (see <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3368">CVE-2011-3368</a>
       and <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4317">CVE-2011-4317</a>).
@@ -956,8 +956,8 @@ RewriteRule  ^/$                 /homepage.std.html  [L]
       <p><a id="patterns" name="patterns"><em>Pattern</em></a> is
       a perl compatible <a id="regexp" name="regexp">regular
       expression</a>. On the first RewriteRule, it is matched against
-      the (%-decoded) <a href="./directive-dict.html#Syntax">URL-path</a> (or 
-      <a href="./directive-dict.html#Syntax">file-path</a>, depending 
+      the (%-decoded) <a href="directive-dict.html#Syntax">URL-path</a> (or 
+      <a href="directive-dict.html#Syntax">file-path</a>, depending 
       on the context) of the request. Subsequent patterns are matched against the 
       output of the last matching RewriteRule.</p>
 
index 72f11e0b2a65dec566977ea4447216ae158a71cc..adcaa1604187421219ca12941a336de12eab169d 100644 (file)
@@ -27,6 +27,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_rewrite.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_rewrite.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>Ce module fournit un moteur de réécriture à base de
 règles permettant de réécrire les URLs des requêtes
 à la volée</td></tr>
index af67884c7332071fc7f488d104cbc278ca3cfa2e..cff38907adfa5dde6ae1dadfea05afadaf190688 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 : 1555116 -->
+<!-- English Revision: 1555116:1562300 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index decc0a7b1e85192770cea6f795335aaa7841b0f0..0be21e86f4d3e241aa6b35fcdd36de7efe6541b7 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index 5c032c15af91eef1d36ad15ab3cf4fff388e2441..622239a1befe3cf0830265856191f97cff5c8969 100644 (file)
@@ -49,7 +49,7 @@
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">
-<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#group">Group</a></li>
+<li><img alt="" src="../images/right.gif" /> <a href="mod_unixd.html#group">Group</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxconnectionsperchild">MaxConnectionsPerChild</a></li>
@@ -59,7 +59,7 @@
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#receivebuffersize">ReceiveBufferSize</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#startservers">StartServers</a></li>
-<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#user">User</a></li>
+<li><img alt="" src="../images/right.gif" /> <a href="mod_unixd.html#user">User</a></li>
 </ul>
 <h3>See also</h3>
 <ul class="seealso">
index 0c38930f254590ae191aca4818617162aac161d9..aa5b5a0405200bcf9a03755d7f84031db90744d3 100644 (file)
     <a href="http://httpd.apache.org/bug_report.html">bug reporting
     page.</a></p>
 
-    <p>The bug reporting page and dev-httpd mailing list are <em>not</em>
-    provided to answer questions about configuration or running Apache.
-    Before you submit a bug report or request, first consult this document, the
-    <a href="../faq/">Frequently Asked Questions</a> page and the other
-    relevant documentation topics. If you still have a question or problem,
-    post it to the <a href="news://developer-forums.novell.com/novell.devsup.webserver">
-    novell.devsup.webserver</a> newsgroup, where many Apache users are more than
-    willing to answer new and obscure questions about using Apache on NetWare.</p>
+    <p>The bug reporting page and dev-httpd mailing list are
+    <em>not</em> provided to answer questions about configuration or
+    running Apache.  Before you submit a bug report or request, first
+    consult this document, the <a href="http://wiki.apache.org/httpd/FAQ">Frequently Asked
+    Questions</a> page and the other relevant documentation topics. If
+    you still have a question or problem, post it to the <a href="news://developer-forums.novell.com/novell.devsup.webserver">
+    novell.devsup.webserver</a> newsgroup, where many Apache users are
+    more than willing to answer new and obscure questions about using
+    Apache on NetWare.</p>
 
     <p>Most of this document assumes that you are installing Apache
     from a binary distribution. If you want to compile Apache
     <p>Apache is configured by reading configuration files usually stored
     in the <code>conf</code> directory. These are the same as files used
     to configure the Unix version, but there are a few different directives for
-    Apache on NetWare. See the <a href="../">Apache
+    Apache on NetWare. See the <a href="../mod/">Apache module
     documentation</a> for all the available directives.</p>
 
     <p>The main differences in Apache for NetWare are:</p>
index 4a523417330407698f1f123f241debaf5ca8cc6f..90092cb7b9498fda0826ab44281ccdbf67634784 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:1174747 (outdated) -->
+<!-- English Revision: 105989:1562300 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index df748117613fdd8a5ba53aba16490986a60da909..b6b43d102d1e6123ef28adfcf8588e88e4af9e5b 100644 (file)
@@ -21,9 +21,7 @@
 <div id="path">
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>log_server_status - Log periodic status summaries</h1>
 <div class="toplang">
-<p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
-<a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/programs/log_server_status.html" title="English">&nbsp;en&nbsp;</a></p>
 </div>
 
     <p>This perl script is designed to be run at a frequent interval by
@@ -58,13 +56,11 @@ which can then be used for statistical analysis.</p>
 
 </div></div>
 <div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
-<a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/programs/log_server_status.html" title="English">&nbsp;en&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';
-var comments_identifier = 'http://httpd.apache.org/docs/trunk/programs/other.html';
+var comments_identifier = 'http://httpd.apache.org/docs/trunk/programs/log_server_status.html';
 (function(w, d) {
     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
         d.write('<div id="comments_thread"><\/div>');
index 645b3c9172c90d71ab6c0f6d0385d59e26de75de..99fd19850eb5b4f5e6178f0245f44402a7723974 100644 (file)
@@ -21,9 +21,7 @@
 <div id="path">
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>split-logfile - Split up multi-vhost logfiles</h1>
 <div class="toplang">
-<p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
-<a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/programs/split-logfile.html" title="English">&nbsp;en&nbsp;</a></p>
 </div>
 
     <p>This perl script will take a combined Web server access log file and
@@ -57,13 +55,11 @@ CustomLog logs/access_log combined_plus_vhost
 
 </div></div>
 <div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
-<a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/programs/split-logfile.html" title="English">&nbsp;en&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';
-var comments_identifier = 'http://httpd.apache.org/docs/trunk/programs/other.html';
+var comments_identifier = 'http://httpd.apache.org/docs/trunk/programs/split-logfile.html';
 (function(w, d) {
     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
         d.write('<div id="comments_thread"><\/div>');
index 138bd008c16f502aeeafae08cfe6ba82aa17347f..ad08ed1ed8622a17f03ee46d0c472174e700aa10 100644 (file)
@@ -21,7 +21,7 @@
 <div id="path">
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>Advanced Techniques with mod_rewrite</h1>
 <div class="toplang">
-<p><span>Available Languages: </span><a href="../en/rewrite/avoid.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/rewrite/advanced.html" title="English">&nbsp;en&nbsp;</a></p>
 </div>
 
 
@@ -505,11 +505,11 @@ RewriteCond %{ENV:rewritten} =1
 
 </div></div>
 <div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/rewrite/avoid.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/rewrite/advanced.html" title="English">&nbsp;en&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';
-var comments_identifier = 'http://httpd.apache.org/docs/trunk/rewrite/avoid.html';
+var comments_identifier = 'http://httpd.apache.org/docs/trunk/rewrite/advanced.html';
 (function(w, d) {
     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
         d.write('<div id="comments_thread"><\/div>');
index 1e7563b14cc5a113f6569547bf813bcadb7f57d9..7df24ecded153f3e5da6683eb070124cf45529c4 100644 (file)
@@ -71,8 +71,8 @@ Documentation</a>.</p>
 <li><a href="server-wide.html">Server-Wide Configuration</a></li>
 <li><a href="logs.html">Log Files</a></li>
 <li><a href="urlmapping.html">Mapping URLs to Filesystem Locations</a></li>
-<li><a href="misc/security_tips.html">Security Tips</a></li>
 <li><a href="dso.html">Dynamic Shared Object (DSO) support</a></li>
+<li><a href="compliance.html">HTTP Protocol Compliance</a></li>
 <li><a href="content-negotiation.html">Content Negotiation</a></li>
 <li><a href="custom-error.html">Custom error responses</a></li>
 <li><a href="bind.html">Setting which addresses and ports Apache uses</a></li>
@@ -83,7 +83,7 @@ Documentation</a>.</p>
 <li><a href="filter.html">Filters</a></li>
 <li><a href="socache.html">Shared Object Cache Support</a></li>
 <li><a href="suexec.html">suEXEC Support</a></li>
-<li><a href="misc/perf-tuning.html">Performance Hints</a></li>
+<li><a href="dns-caveats.html">Issues Regarding DNS and Apache</a></li>
 <li><a href="http://wiki.apache.org/httpd/FAQ">Frequently Asked Questions</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
@@ -95,19 +95,24 @@ Documentation</a>.</p>
 <li><a href="vhosts/examples.html">VirtualHost Examples</a></li>
 <li><a href="vhosts/details.html">An In-Depth Discussion of Virtual Host Matching</a></li>
 <li><a href="vhosts/fd-limits.html">File descriptor limitations</a></li>
-<li><a href="dns-caveats.html">Issues Regarding DNS and Apache</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="rewrite" id="rewrite">URL Rewriting Guide</a></h2>
 <ul><li class="separate"><a href="rewrite/">Overview</a></li>
 <li><a href="mod/mod_rewrite.html">mod_rewrite reference
 documentation</a></li>
-<li><a href="rewrite/intro.html">Introduction</a></li>
-<li><a href="rewrite/flags.html">Flags</a></li>
-<li><a href="rewrite/tech.html">Technical details</a></li>
-<li><a href="rewrite/remapping.html">Remapping URLs</a></li>
-<li><a href="rewrite/access.html">Access control</a></li>
+<li><a href="rewrite/intro.html">Introduction to regular expressions and
+mod_rewrite</a></li>
+<li><a href="rewrite/remapping.html">Using mod_rewrite for redirection and
+remapping of URLs</a></li>
+<li><a href="rewrite/access.html">Using mod_rewrite to control access</a></li>
+<li><a href="rewrite/vhosts.html">Dynamic virtual hosts with mod_rewrite</a></li>
+<li><a href="rewrite/proxy.html">Dynamic proxying with mod_rewrite</a></li>
+<li><a href="rewrite/rewritemap.html">Using RewriteMap</a></li>
 <li><a href="rewrite/advanced.html">Advanced techniques</a></li>
+<li><a href="rewrite/avoid.html">When NOT to use mod_rewrite</a></li>
+<li><a href="rewrite/flags.html">RewriteRule Flags</a></li>
+<li><a href="rewrite/tech.html">Technical details</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="ssl" id="ssl">Apache SSL/TLS Encryption</a></h2>
@@ -120,7 +125,8 @@ documentation</a></li>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="howto" id="howto">Guides, Tutorials, and HowTos</a></h2>
 <ul><li class="separate"><a href="howto/">Overview</a></li>
-<li><a href="howto/auth.html">Authentication</a></li>
+<li><a href="howto/auth.html">Authentication and Authorization</a></li>
+<li><a href="howto/access.html">Access Control</a></li>
 <li><a href="howto/cgi.html">Dynamic Content with CGI</a></li>
 <li><a href="howto/ssi.html">Introduction to Server Side Includes</a></li>
 <li><a href="howto/htaccess.html">.htaccess files</a></li>
@@ -133,6 +139,7 @@ documentation</a></li>
 Windows</a></li>
 <li><a href="platform/win_compiling.html">Compiling Apache for
 Microsoft Windows</a></li>
+<li><a href="platform/rpm.html">Using Apache With RPM Based Systems</a></li>
 <li><a href="platform/netware.html">Using Apache with Novell NetWare</a></li>
 <li><a href="platform/perf-hp.html">Running a High-Performance Web
 Server on HPUX</a></li>
@@ -146,19 +153,29 @@ Server on HPUX</a></li>
 <li><a href="programs/apxs.html">Manual Page: apxs</a></li>
 <li><a href="programs/configure.html">Manual Page: configure</a></li>
 <li><a href="programs/dbmmanage.html">Manual Page: dbmmanage</a></li>
+<li><a href="programs/fcgistarter.html">Manual Page: fcgistarter</a></li>
+<li><a href="programs/firehose.html">Manual Page: firehose</a></li>
 <li><a href="programs/htcacheclean.html">Manual Page: htcacheclean</a></li>
 <li><a href="programs/htdbm.html">Manual Page: htdbm</a></li>
 <li><a href="programs/htdigest.html">Manual Page: htdigest</a></li>
 <li><a href="programs/htpasswd.html">Manual Page: htpasswd</a></li>
+<li><a href="programs/httxt2dbm.html">Manual Page: httxt2dbm</a></li>
 <li><a href="programs/logresolve.html">Manual Page: logresolve</a></li>
+<li><a href="programs/log_server_status.html">Manual Page:
+log_server_status</a></li>
 <li><a href="programs/rotatelogs.html">Manual Page: rotatelogs</a></li>
+<li><a href="programs/split-logfile.html">Manual Page: split-logfile</a></li>
 <li><a href="programs/suexec.html">Manual Page: suexec</a></li>
 <li><a href="programs/other.html">Other Programs</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="misc" id="misc">Apache Miscellaneous Documentation</a></h2>
 <ul><li class="separate"><a href="misc/">Overview</a></li>
+<li><a href="misc/perf-tuning.html">Performance Notes - Apache Tuning</a></li>
+<li><a href="misc/perf-scaling.html">Performance Scaling</a></li>
+<li><a href="misc/security_tips.html">Security Tips</a></li>
 <li><a href="misc/relevant_standards.html">Relevant Standards</a></li>
+<li><a href="misc/password_encryptions.html">Password Encryption Formats</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="modules" id="modules">Apache modules</a></h2>
@@ -304,6 +321,8 @@ Server on HPUX</a></li>
 <li><a href="developer/modules.html">Converting Modules from 1.3 to 2.x</a></li>
 <li><a href="developer/request.html">Request Processing in 2.x</a></li>
 <li><a href="developer/filters.html">How Filters Work in 2.x</a></li>
+<li><a href="developer/output-filters.html">Guidelines for output filters in 2.x</a></li>
+<li><a href="developer/thread_safety.html">Thread Safety Issues in 2.x</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="index" id="index">Glossary and Index</a></h2>
index 8d86ea0ff3e56cac33fe68cd9e2f19a2530acc30..7fd20d36d411c3f89e59cc5e7b3ddae114bc7bc1 100644 (file)
@@ -32,6 +32,8 @@
 <a href="./tr/sitemap.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a> |
 <a href="./zh-cn/sitemap.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&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>Cette page contient la liste des éléments actuellement disponibles de
 la <a href="./">Documentation du serveur HTTP Apache Version
index 7b73e719ffe28b60f4eb22826daaba6de59d5d29..98fc52e26d8aab62ac7b50624085ca47caa5f0b5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 1044380:1329362 (outdated) -->
+<!-- English Revision: 1044380:1562300 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6bbcc1bc5cfad7df7e482d5975b1fdc70570a547..af5d84df6c2565532785adc4ebaccedd649237a0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 151408:1329362 (outdated) -->
+<!-- English Revision: 151408:1562300 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a611cd61ac0b23ba484f4d574bf7a18b5024186b..53ba462437b517703e4bb460623937bd25c869dd 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision : 1329362 -->
+<!-- English Revision: 1329362:1562300 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 66689d2e38fe17b1dfae5d49d5f8c9b0873669df..379c81a9edfb1e40e55b96b9a3d9b4ad2aea1cc1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 587444:1329362 (outdated) -->
+<!-- English Revision: 587444:1562300 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6fd4e76af2771d1c5378c7a91918991bad299c71..76fc0c836028984a4c4ab89ef69784b06385de19 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1329362 (outdated) -->
+<!-- English Revision: 151408:1562300 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 741ec7f0b50071679033c72ea8231e0b0dcee9c5..4ae81b685811deda3ca6306bd7ce7ae3b764db07 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 296e3eed5e8701e1819b219ad1b387b42f48e084..285e5943d00a9dab1c66129e8b850ce07dff685f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 1075625:1329362 (outdated) -->
+<!-- English Revision: 1075625:1562300 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index bbc1caf34698c7ddf0b954eb90fdcd10bfa12646..4315fd5eecdaef3de5a6ad98d72df34b10953e54 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.zh-cn.xsl"?>
-<!-- English Revision: 1044380:1329362 (outdated) -->
+<!-- English Revision: 1044380:1562300 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more