]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Various other rebuilds.
authorRichard Bowen <rbowen@apache.org>
Thu, 6 Jun 2013 20:09:18 +0000 (20:09 +0000)
committerRichard Bowen <rbowen@apache.org>
Thu, 6 Jun 2013 20:09:18 +0000 (20:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490416 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.html.fr
docs/manual/install.xml.meta
docs/manual/mod/mod_lua.html.fr
docs/manual/mod/mod_session_dbd.html.en
docs/manual/programs/ab.html.en
docs/manual/programs/ab.xml.ko
docs/manual/programs/ab.xml.tr

index 6d197f28f1bec75d3fc3ba1bdd1bdc690abf4f07..9fdf571f714ab66aecf3745e3fb73ed09acab4a9 100644 (file)
 <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
     HTTP Apache
     sur les systèmes Unix et similaires seulement. Pour la compilation et
     l'installation sous Windows, voir <a href="platform/windows.html">Utiliser le serveur HTTP Apache avec Microsoft
-    Windows</a>. Pour les autres plateformes, se référer à la documentation par
+    Windows</a> et <a href="platform/win_compiling.html">Compilation
+    d'Apache sous Microsoft Windows</a>. Pour les autres plateformes, se
+    référer à la documentation par
      <a href="platform/">plateforme</a>.</p>
 
     <p>Apache httpd utilise <code>libtool</code> et <code>autoconf</code>
index de3fcaf615a27b2d864f49681e4703624e333b3b..6a8403bc307e3e6932cd552553d92fdbf8fa336e 100644 (file)
@@ -10,7 +10,7 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
index 53a00d51bb7b9f33032c5707de0d2ff0cf20e1e4..d050f4b2b12d06b6269b466a7c8be3fece3207f8 100644 (file)
@@ -27,6 +27,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_lua.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_lua.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>Fournit des points d'entrée Lua dans différentes parties du
 traitement des requêtes httpd</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Expérimental</td></tr>
index 91e02fef39f60913475f436c8272785a5299583b..249f9f4803336949619aa4762c693b53d84772ba 100644 (file)
 DBDriver pgsql
 DBDParams "dbname=apachesession user=apache password=xxxxx host=localhost"
 DBDPrepareSQL "delete from session where key = %s" deletesession
-DBDPrepareSQL "update session set value = %s, expiry = %lld where key = %s" updatesession
+DBDPrepareSQL "update session set value = %s, expiry = %lld, key = %s where key = %s" updatesession
 DBDPrepareSQL "insert into session (value, expiry, key) values (%s, %lld, %s)" insertsession
 DBDPrepareSQL "select value from session where key = %s and (expiry = 0 or expiry &gt; %lld)" selectsession
 DBDPrepareSQL "delete from session where expiry != 0 and expiry &lt; %lld" cleansession
index 335866607a221cbfd877a074273a3a2c3c0176c0..19721aef90124b0613e0a1e05ac5e502369861c4 100644 (file)
@@ -54,6 +54,7 @@
     [ -<strong>H</strong> <var>custom-header</var> ]
     [ -<strong>i</strong> ]
     [ -<strong>k</strong> ]
+    [ -<strong>l</strong> ]
     [ -<strong>n</strong> <var>requests</var> ]
     [ -<strong>p</strong> <var>POST-file</var> ]
     [ -<strong>P</strong> <var>proxy-auth-username</var>:<var>password</var> ]
     <dd>Enable the HTTP KeepAlive feature, <em>i.e.</em>, perform multiple
     requests within one HTTP session. Default is no KeepAlive.</dd>
 
+    <dt><code>-l</code></dt>
+    <dd>Do not report errors if the length of the responses is not constant. This 
+    can be usefull for dynamic pages.
+    </dd>
+
     <dt><code>-n <var>requests</var></code></dt>
     <dd>Number of requests to perform for the benchmarking session. The default
     is to just perform a single request which usually leads to
index 899790353e8f8c06666940660d93b3e62390a7ee..bb24321931e8d578485558f2696027a05fb8f42f 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:1422937 (outdated) -->
+<!-- English Revision: 105989:1488644 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index caf831a7278c8195a1117f3de51b0b0b5f8bbe48..5d7652b5b66b83816c36029313c00fba776109d9 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: 1309536:1422937 (outdated) -->
+<!-- English Revision: 1309536:1488644 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>