]> granicus.if.org Git - apache/commitdiff
documentation rebuild
authorLuca Toscano <elukey@apache.org>
Wed, 25 Jan 2017 15:22:53 +0000 (15:22 +0000)
committerLuca Toscano <elukey@apache.org>
Wed, 25 Jan 2017 15:22:53 +0000 (15:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780213 13f79535-47bb-0310-9956-ffa450edef68

47 files changed:
docs/manual/developer/lua.html.en
docs/manual/expr.html.en
docs/manual/expr.xml.fr
docs/manual/expr.xml.meta
docs/manual/glossary.html.en
docs/manual/glossary.xml.de
docs/manual/glossary.xml.es
docs/manual/glossary.xml.fr
docs/manual/glossary.xml.ja
docs/manual/glossary.xml.ko
docs/manual/glossary.xml.meta
docs/manual/glossary.xml.tr
docs/manual/mod/core.html.en
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_authnz_ldap.html.en
docs/manual/mod/mod_authnz_ldap.xml.fr
docs/manual/mod/mod_authnz_ldap.xml.meta
docs/manual/mod/mod_cache.html.en
docs/manual/mod/mod_cache.xml.fr
docs/manual/mod/mod_cache.xml.ja
docs/manual/mod/mod_cache.xml.ko
docs/manual/mod/mod_cache.xml.meta
docs/manual/mod/mod_ldap.html.en
docs/manual/mod/mod_ldap.xml.fr
docs/manual/mod/mod_ldap.xml.meta
docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.xml.fr
docs/manual/mod/mod_lua.xml.meta
docs/manual/mod/mod_proxy_connect.html.en
docs/manual/mod/mod_proxy_connect.xml.ja
docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml.fr
docs/manual/mod/mod_rewrite.xml.meta
docs/manual/mod/mod_ssl.html.en
docs/manual/mod/quickreference.html.en
docs/manual/socache.html.en
docs/manual/socache.xml.fr
docs/manual/socache.xml.meta
docs/manual/ssl/ssl_intro.html.en
docs/manual/ssl/ssl_intro.xml.fr
docs/manual/ssl/ssl_intro.xml.ja
docs/manual/ssl/ssl_intro.xml.meta

index ead4059dda99189351c4e88c57fc0ccb1bccc2ac..e6b78f92a58fbe16117bd5a1e7127ec07e567df3 100644 (file)
@@ -468,7 +468,7 @@ end</pre>
 
 <pre class="prettyprint lang-lua">--[[
      This script has two user groups; members and admins, and whichever
-     is refered to by the "Require rights" directive is checked to see
+     is referred to by the "Require rights" directive is checked to see
      if the authenticated user belongs to this group.
 ]]--
 
index 0641efa3de535d2f2153d1ba3ad1a09eb9d5b330..f1aed022a029a5c83b6f8f625005d640be260734 100644 (file)
@@ -494,7 +494,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"</pr
         <td>Escape characters as required by LDAP distinguished name escaping
             (RFC4514) and LDAP filter escaping (RFC4515).</td><td /></tr>
 <tr class="odd"><td><code>replace</code></td>
-        <td>replace(string, "from", "to") replaces all occurences of "from"
+        <td>replace(string, "from", "to") replaces all occurrences of "from"
             in the string with "to".</td><td /></tr>
 </table>
 
index e9660e066cadaab64e78b457e27a13c65825f020..8831a2000ce4332b444298aae1d3c0979d6b0242 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: 1776459 -->
+<!-- English Revision: 1776459:1780210 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index d5a2e5e1a51ac2993572999fded854013f9172b5..ea324a8bb253d589dbddfb8780bc04583ce99ac0 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index 04768a7a06bbf589de2694f2d99130d57ab6ac29..706b72420b15774cbc66da895975a8306fbdae08 100644 (file)
       See: <a href="ssl/">SSL/TLS Encryption</a>
     </dd>
 
-    <dt><a name="regularexpresion" id="regularexpresion">Regular Expression</a>
+    <dt><a name="regularexpression" id="regularexpression">Regular Expression</a>
       <a name="regex" id="regex">(Regex)</a></dt>
     <dd>A way of describing a pattern in text - for example, "all the words that
       begin with the letter A" or "every 10-digit phone number" or even "Every
index 7df787cabf342077a3ef94d7257ba5ef97f52c6a..186c15f0b7ad9016b86484e9436b54a935c5b3d3 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: 420990:1673947 (outdated) -->
+<!-- English Revision: 420990:1780210 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 87be13060bed4ab45a7b9faab4783d8b0272bf6d..d6574336e4acef2d38dff47596b628d267feec53 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: 1673947 -->
+<!-- English Revision: 1673947:1780210 (outdated) -->
 <!-- Translation Update by: Luis Gil de BernabĂ© Pfeiffer -->
 <!-- Reviewed by: Sergio Ramos -->
 
index 5bcd1aceb6ba3d0826ed36d5d46d9d73363c656c..1e1dc6eb9caa879830a503417dc8351afb67e605 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: 1673947 -->
+<!-- English Revision: 1673947:1780210 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c4ce8f9eb5fd9cd7d81733c1ee2f8e873fc94a2e..43629be82262b49fb56c111f3e8346c76d46fbc1 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: 664361:1673947 (outdated) -->
+<!-- English Revision: 664361:1780210 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index cc678a8ccd84ad992d148a3e97afd8dfe00a55bb..053b9b719b3daaa568706d9bcd4e65e884812db5 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:1673947 (outdated) -->
+<!-- English Revision: 105989:1780210 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1d2ec0870f931c5d0dae4af8b22aa6eb99d93e87..c5befca943985edc80dc7d4e5ba91156d5339072 100644 (file)
@@ -9,8 +9,8 @@
   <variants>
     <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">es</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
index ebfa8f58a4e3cd4ddc019bc987691aedd9d4cf59..6699cb83c5d25b093db160079b609ea545c3b206 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: 1174747:1673947 (outdated) -->
+<!-- English Revision: 1174747:1780210 (outdated) -->
 <!-- =====================================================
  Translated by: NilgĂĽn Belma BugĂĽner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 681e6b17985a3b5e53a61cfffeb03186171b66b1..81c9c2560fe369cd4b0735a17d895e7a16c8c1af 100644 (file)
@@ -1046,7 +1046,7 @@ the contents of file-system directories matching a regular expression.</td></tr>
     <p>matches directories in <code>/www/</code> (or any subdirectory thereof)
     that consist of three numbers.</p>
 
-   <div class="note"><h3>Compatability</h3>
+   <div class="note"><h3>Compatibility</h3>
       Prior to 2.3.9, this directive implicitly applied to sub-directories
       (like <code class="directive"><a href="#directory">&lt;Directory&gt;</a></code>) and
       could not match the end of line symbol ($).  In 2.3.9 and later,
index 7778ffa6cf1b6b2efa735cd2403f9012771a8915..115cb0fc9c712df3ffeda6bb1051535c5313e584 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:1777163 (outdated) -->
+<!-- English Revision: 344972:1780210 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ec0d3d6c3ea8fc659e4f555913b4e76e77bb5708..35fdcdcdddb5ed8d057e1f44823b5084b96b37ba 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:1777163 (outdated) -->
+<!-- English Revision: 1741251:1780210 (outdated) -->
 <!-- Translated by Luis Gil de BernabĂ© Pfeiffer lgilbernabe[AT]apache.org -->
 <!-- Reviewed by Sergio Ramos-->
 <!--
index b96d66d725065741d607585b9f473b4e5be44b5c..8247c148c029772ebd766def8d52d0d608c2a0de 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: 1777163 -->
+<!-- English Revision: 1777163:1780210 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 2f3fb3c9efabcf2679751c09b65b26a475a18a48..06538a1345ef27a53ed4f3fd3a471a5d0aa9180d 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:1777163 (outdated) -->
+<!-- English Revision: 669847:1780210 (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 b8f100eba81a939b608436e61ae14954d4823fa6..0b2ee21fb6a7c2f5f715a8559a6ace67ab94b5eb 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:1777163 (outdated) -->
+<!-- English Revision: 1302855:1780210 (outdated) -->
 <!-- =====================================================
  Translated by: NilgĂĽn Belma BugĂĽner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 027ad1fe79bee52e4dfa6b642066414ed67420fb..2c02e0f0879f0f92db60492751dc9b4493ab4842 100644 (file)
@@ -890,7 +890,7 @@ authorization</td></tr>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="AuthLDAPBindPassword" id="AuthLDAPBindPassword">AuthLDAPBindPassword</a> <a name="authldapbindpassword" id="authldapbindpassword">Directive</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Password used in conjuction with the bind DN</td></tr>
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Password used in conjunction with the bind DN</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthLDAPBindPassword <em>password</em></code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
index 0ac855111b75d5723dfcdea45ae7a3a29fa1c62e..6052f29f279fa1b505668509676de0750916c3fd 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: 1736705 -->
+<!-- English Revision: 1736705:1780210 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 4ec661a32dd5046d4535dedae299bc720b9734f6..7a6a237d9a1fa816284676c7782fd5bc9431d6d0 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index 8761a6d87001ed09379e88ed215913e189225990..34f450ccd2cd180e6bb087ee6fab02206f7b418c 100644 (file)
@@ -708,10 +708,10 @@ header.</td></tr>
       <li><code>/someapplication/image.gif;jsessionid=123456789</code></li>
       <li><code>/someapplication/image.gif?PHPSESSIONID=12345678</code></li>
     </ul>
-    <p>This causes cachable resources to be stored separately for each session, which
+    <p>This causes cacheable resources to be stored separately for each session, which
     is often not desired. <code class="directive">CacheIgnoreURLSessionIdentifiers</code> lets
     define a list of identifiers that are removed from the key that is used to identify
-    an entity in the cache, such that cachable resources are not stored separately for
+    an entity in the cache, such that cacheable resources are not stored separately for
     each session.
     </p>
     <p><code>CacheIgnoreURLSessionIdentifiers None</code> clears the list of ignored
@@ -859,7 +859,7 @@ CacheLock on</pre>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
 </table>
     <p>The <code class="directive">CacheMaxExpire</code> directive specifies the maximum number of
-    seconds for which cachable HTTP documents will be retained without checking the origin
+    seconds for which cacheable HTTP documents will be retained without checking the origin
     server. Thus, documents will be out of date at most this number of seconds. This maximum
     value is enforced even if an expiry date was supplied with the document.</p>
 
@@ -878,7 +878,7 @@ CacheLock on</pre>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
 </table>
     <p>The <code class="directive">CacheMinExpire</code> directive specifies the minimum number of
-    seconds for which cachable HTTP documents will be retained without checking the origin
+    seconds for which cacheable HTTP documents will be retained without checking the origin
     server. This is only used if no valid expire time was supplied with the document.</p>
 
 
index e318342a4df9100f9c07a734f2699d8369df4189..ef5f7e375b0a68314b2ae42d1b65199ee88bd721 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: 1674195 -->
+<!-- English Revision: 1674195:1780210 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 1c13ca3f25c827cb28728a1ae551a601f2d2b33a..6bcc4c81a8848c94b3d9ada783ea4a0694cd07a0 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: 504183:1674195 (outdated) -->
+<!-- English Revision: 504183:1780210 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 03467a4f95910c2fb3d8b0047e868c2f1bf0408a..88688d7c52768c77954d9b8fd13542ef033f14fa 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: 105569:1674195 (outdated) -->
+<!-- English Revision: 105569:1780210 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 92f1aa14034e75eb937f06f0dfbbef25cc4017b6..29181a9f4862519cf52c83c01e42fd950e6e795b 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
index 1ff7ba4a9e5826ee95b76abc6310dfa1b53491b0..6b747e96a2f29d07789ba46168e36e9fee74c034 100644 (file)
@@ -370,7 +370,7 @@ LDAPTrustedGlobalCert KEY_BASE64 /certs/key1.pem [password]
         <p>Both CA and client certificates may be specified globally
         (LDAPTrustedGlobalCert) or per-connection (LDAPTrustedClientCert).
         When any settings are specified per-connection, the global
-        settings are superceded.</p>
+        settings are superseded.</p>
 
         <p>The documentation for the SDK claims to support both SSL and
         STARTTLS, however STARTTLS does not seem to work on all versions
index 599d73bf04288dd0272d8a0f8947836d31554939..361c4f0c3a3e2003b7f9300385acb4a3ca26d45a 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 : 1673945 -->
+<!-- English Revision: 1673945:1780210 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 92fe318361b3a39a71c3bd36509d9ad41d35e5a2..c8ca841281780c64e086b0b2f9ef461024727a9c 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index eb037ed4f6a9e7bd7ddc17b434c44a8750f09ac2..5f7417c62edb1fc57deea130e5534379053f9d6a 100644 (file)
@@ -923,10 +923,10 @@ end</pre>
                                           -- cost: only valid with BCRYPT algorithm (default = 5).</pre>
 
 
-<pre class="prettyprint lang-lua">r:mkdir(dir [,mode]) -- Creates a directory and sets mode to optional mode paramter.</pre>
+<pre class="prettyprint lang-lua">r:mkdir(dir [,mode]) -- Creates a directory and sets mode to optional mode parameter.</pre>
 
 
-<pre class="prettyprint lang-lua">r:mkrdir(dir [,mode]) -- Creates directories recursive and sets mode to optional mode paramter.</pre>
+<pre class="prettyprint lang-lua">r:mkrdir(dir [,mode]) -- Creates directories recursive and sets mode to optional mode parameter.</pre>
 
 
 <pre class="prettyprint lang-lua">r:rmdir(dir) -- Removes a directory.</pre>
index 0717228f8324719625c88d321a4deecfdc2717f6..30011eb06bca57322b2ae66a6c3726751967a407 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: 1741842 -->
+<!-- English Revision: 1741842:1780210 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index b55c7710e95c9f695fe435d176007bdf28716825..8fc1a0efdf34e8b8870065a1ce5d7c523d3f652c 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index c6acebaa748cfb96d7b1188f0f9291a7d2b1eb8f..5b31c94ff12d3e62eb1e104523e4d05cfea9942d 100644 (file)
@@ -82,7 +82,7 @@
    <p>CONNECT method requests are controlled by the
    <code class="directive"><a href="../mod/mod_proxy.html#proxy">Proxy</a></code> block
    as any other HTTP request going through.
-   SSL connections through a proxy may be filtered explicitely
+   SSL connections through a proxy may be filtered explicitly
    by specifying the target host and port, for instance:
    </p>
 
index a87e99f1762fddc315c41f36f3dc28968aa9b990..59ecb14c0f827f0d43624e82930c92866158929f 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: 894522:1648846 (outdated) -->
+<!-- English Revision: 894522:1780210 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 704d8010a3f8b3c13c9f80bde01206683975ce43..2d2c62122b3133ba807413c286fa393a702c706a 100644 (file)
@@ -1370,7 +1370,7 @@ cannot use <code>$N</code> in the substitution string!
 <tr class="odd">
         <td>qslast|QSL</td>
         <td>Interpret the last (right-most) question mark as the query string
-            delimeter, instead of the first (left-most) as normally used.  
+            delimiter, instead of the first (left-most) as normally used.  
             Available in 2.4.19 and later.
         <em><a href="../rewrite/flags.html#flag_qsl">details
         ...</a></em></td>
index 5b88d97cbbb4a92161c7097edaa177eef604c4e9..b6a40c656c8d7493b78cfa1e14a47923d10818fe 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: 1776708 -->
+<!-- English Revision: 1776708:1780210 (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 77ca136379157983366973883c48ed8ee9750263..afdcba70e73bd8495b12d3fa8e49c3e26e33356a 100644 (file)
@@ -1625,7 +1625,7 @@ As of release 2.4.21, all configurations which enable either one of the
 will use the new <code class="directive"><a href="#sslproxycheckpeername">SSLProxyCheckPeerName</a></code>
 behavior, and all configurations which disable either one of the 
 <code>SSLProxyCheckPeerName</code> or <code>SSLProxyCheckPeerCN</code> options
-will supress all remote server certificate name validation. Only the following
+will suppress all remote server certificate name validation. Only the following
 configuration will trigger the legacy certificate CN comparison in 2.4.21 and
 later releases;
 </p>
index 3e442c60d19a4a15c329fcf1df39aa03910951bf..6b219891815a585566c6ae6c04f38c329db1cc11 100644 (file)
@@ -201,7 +201,7 @@ of user groups for authorization</td></tr>
 authorization</td></tr>
 <tr class="odd"><td><a href="mod_authnz_ldap.html#authldapbindauthoritative">AuthLDAPBindAuthoritative off|on</a></td><td> on </td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Determines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials.</td></tr>
 <tr><td><a href="mod_authnz_ldap.html#authldapbinddn">AuthLDAPBindDN <em>distinguished-name</em></a></td><td></td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Optional DN to use in binding to the LDAP server</td></tr>
-<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapbindpassword">AuthLDAPBindPassword <em>password</em></a></td><td></td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Password used in conjuction with the bind DN</td></tr>
+<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapbindpassword">AuthLDAPBindPassword <em>password</em></a></td><td></td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Password used in conjunction with the bind DN</td></tr>
 <tr><td><a href="mod_authnz_ldap.html#authldapcharsetconfig">AuthLDAPCharsetConfig <em>file-path</em></a></td><td></td><td>s</td><td>E</td></tr><tr><td class="descr" colspan="4">Language to charset conversion configuration file</td></tr>
 <tr class="odd"><td><a href="mod_authnz_ldap.html#authldapcompareasuser">AuthLDAPCompareAsUser on|off</a></td><td> off </td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Use the authenticated user's credentials to perform authorization comparisons</td></tr>
 <tr><td><a href="mod_authnz_ldap.html#authldapcomparednonserver">AuthLDAPCompareDNOnServer on|off</a></td><td> on </td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Use the LDAP server to compare the DNs</td></tr>
index 8b4f64b3d845136c1c8d302463fa9140e0012f4b..b9e8a5466de9658117483c11e1fd5e42fefc0e0b 100644 (file)
@@ -70,7 +70,7 @@
       <dt>const char *create(ap_socache_instance_t **instance, const char *arg,
                           apr_pool_t *tmp, apr_pool_t *p);</dt>
       <dd>Create a session cache based on the given configuration string.
-      The instance pointer returned in the instance paramater will be
+      The instance pointer returned in the instance parameter will be
       passed as the first argument to subsequent invocations.</dd>
 
       <dt>apr_status_t init(ap_socache_instance_t *instance, const char *cname,
index d02ae1a8638fc753cdebe8878ae41ec88b88edda..257c27b0d5fb5e32767094aa1bcdcdee1d177d9f 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 
-<!-- English Revision: 1740717 -->
+<!-- English Revision: 1740717:1780210 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 886fb69e83956b16c65e514fdd76324df4178509..f90a047ed63508318ea1c14ca3335474b48c3a72 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index 7a1963e229f629a7ef68f105bd8bcf1b1bc4a27a..bca8211bc86ab02c1dd1bedee78b00848365d21d 100644 (file)
@@ -520,7 +520,7 @@ the Internet Engineering Task Force (IETF).</p>
     and "RC2" is a proprietary algorithm from RSA DSI [<a href="#AC96">AC96</a>, ch13].</p>
 
 
-<h3><a name="digestfuntion" id="digestfuntion">Digest Function</a></h3>
+<h3><a name="digestfunction" id="digestfunction">Digest Function</a></h3>
 
     <p>The choice of digest function determines how a digest is created
     from a record unit. SSL supports the following:</p>
index 3c7fc05b23448095a31d5fa6dcd4274fa60a3e99..4e0544ea3d781aa6d7d4bb83bb19b473779bbaa2 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: 1776090 -->
+<!-- English Revision: 1776090:1780210 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 6aab0c13023285a79329794684d2dcc5869a0899..428e9b6a1df3ca8d52017dc5a4c86508d6cbdf8b 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: 659902:1776090 (outdated) -->
+<!-- English Revision: 659902:1780210 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0b07b4b091cb1a24bcad3c44fa917afb3692e4c6..d48cebe39b85d52efa112994b111d0e6993ce89d 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>