From: Luca Toscano Date: Wed, 25 Jan 2017 15:22:53 +0000 (+0000) Subject: documentation rebuild X-Git-Tag: 2.5.0-alpha~750 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c8cd4655929a1a4a8c12f1b6e3489bc06ac54e;p=thirdparty%2Fapache%2Fhttpd.git documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780213 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/lua.html.en b/docs/manual/developer/lua.html.en index ead4059dda9..e6b78f92a58 100644 --- a/docs/manual/developer/lua.html.en +++ b/docs/manual/developer/lua.html.en @@ -468,7 +468,7 @@ end
--[[
      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.
 ]]--
 
diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en
index 0641efa3de5..f1aed022a02 100644
--- a/docs/manual/expr.html.en
+++ b/docs/manual/expr.html.en
@@ -494,7 +494,7 @@ listfunction ::= listfuncname "(" word ")"Escape characters as required by LDAP distinguished name escaping
             (RFC4514) and LDAP filter escaping (RFC4515).
 replace
-        replace(string, "from", "to") replaces all occurences of "from"
+        replace(string, "from", "to") replaces all occurrences of "from"
             in the string with "to".
 
 
diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr
index e9660e066ca..8831a2000ce 100644
--- a/docs/manual/expr.xml.fr
+++ b/docs/manual/expr.xml.fr
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
 
diff --git a/docs/manual/expr.xml.meta b/docs/manual/expr.xml.meta
index d5a2e5e1a51..ea324a8bb25 100644
--- a/docs/manual/expr.xml.meta
+++ b/docs/manual/expr.xml.meta
@@ -8,6 +8,6 @@
 
   
     en
-    fr
+    fr
   
 
diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en
index 04768a7a06b..706b72420b1 100644
--- a/docs/manual/glossary.html.en
+++ b/docs/manual/glossary.html.en
@@ -359,7 +359,7 @@
       See: SSL/TLS Encryption
     
 
-    
Regular Expression +
Regular Expression (Regex)
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 diff --git a/docs/manual/glossary.xml.de b/docs/manual/glossary.xml.de index 7df787cabf3..186c15f0b7a 100644 --- a/docs/manual/glossary.xml.de +++ b/docs/manual/glossary.xml.de @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/glossary.xml.fr b/docs/manual/glossary.xml.fr index 5bcd1aceb6b..1e1dc6eb9ca 100644 --- a/docs/manual/glossary.xml.fr +++ b/docs/manual/glossary.xml.fr @@ -3,7 +3,7 @@ - + + + + + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 2f3fb3c9efa..06538a1345e 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_authnz_ldap.xml.meta b/docs/manual/mod/mod_authnz_ldap.xml.meta index 4ec661a32dd..7a6a237d9a1 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml.meta +++ b/docs/manual/mod/mod_authnz_ldap.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 8761a6d8700..34f450ccd2c 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -708,10 +708,10 @@ header.
  • /someapplication/image.gif;jsessionid=123456789
  • /someapplication/image.gif?PHPSESSIONID=12345678
  • -

    This causes cachable resources to be stored separately for each session, which +

    This causes cacheable resources to be stored separately for each session, which is often not desired. CacheIgnoreURLSessionIdentifiers 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.

    CacheIgnoreURLSessionIdentifiers None clears the list of ignored @@ -859,7 +859,7 @@ CacheLock on

    Module:mod_cache

    The CacheMaxExpire 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.

    @@ -878,7 +878,7 @@ CacheLock on Module:mod_cache

    The CacheMinExpire 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.

    diff --git a/docs/manual/mod/mod_cache.xml.fr b/docs/manual/mod/mod_cache.xml.fr index e318342a4df..ef5f7e375b0 100644 --- a/docs/manual/mod/mod_cache.xml.fr +++ b/docs/manual/mod/mod_cache.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja index 1c13ca3f25c..6bcc4c81a88 100644 --- a/docs/manual/mod/mod_cache.xml.ja +++ b/docs/manual/mod/mod_cache.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_ldap.xml.meta b/docs/manual/mod/mod_ldap.xml.meta index 92fe318361b..c8ca8412817 100644 --- a/docs/manual/mod/mod_ldap.xml.meta +++ b/docs/manual/mod/mod_ldap.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index eb037ed4f6a..5f7417c62ed 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -923,10 +923,10 @@ end -- cost: only valid with BCRYPT algorithm (default = 5). -
    r:mkdir(dir [,mode]) -- Creates a directory and sets mode to optional mode paramter.
    +
    r:mkdir(dir [,mode]) -- Creates a directory and sets mode to optional mode parameter.
    -
    r:mkrdir(dir [,mode]) -- Creates directories recursive and sets mode to optional mode paramter.
    +
    r:mkrdir(dir [,mode]) -- Creates directories recursive and sets mode to optional mode parameter.
    r:rmdir(dir) -- Removes a directory.
    diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index 0717228f832..30011eb06bc 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_lua.xml.meta b/docs/manual/mod/mod_lua.xml.meta index b55c7710e95..8fc1a0efdf3 100644 --- a/docs/manual/mod/mod_lua.xml.meta +++ b/docs/manual/mod/mod_lua.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_proxy_connect.html.en b/docs/manual/mod/mod_proxy_connect.html.en index c6acebaa748..5b31c94ff12 100644 --- a/docs/manual/mod/mod_proxy_connect.html.en +++ b/docs/manual/mod/mod_proxy_connect.html.en @@ -82,7 +82,7 @@

    CONNECT method requests are controlled by the Proxy 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:

    diff --git a/docs/manual/mod/mod_proxy_connect.xml.ja b/docs/manual/mod/mod_proxy_connect.xml.ja index a87e99f1762..59ecb14c0f8 100644 --- a/docs/manual/mod/mod_proxy_connect.xml.ja +++ b/docs/manual/mod/mod_proxy_connect.xml.ja @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index decc0a7b1e8..0be21e86f4d 100644 --- a/docs/manual/mod/mod_rewrite.xml.meta +++ b/docs/manual/mod/mod_rewrite.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 77ca1363791..afdcba70e73 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1625,7 +1625,7 @@ As of release 2.4.21, all configurations which enable either one of the will use the new SSLProxyCheckPeerName behavior, and all configurations which disable either one of the SSLProxyCheckPeerName or SSLProxyCheckPeerCN 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;

    diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 3e442c60d19..6b219891815 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -201,7 +201,7 @@ of user groups for authorization authorization AuthLDAPBindAuthoritative off|on on dhEDetermines 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. AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN +AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs diff --git a/docs/manual/socache.html.en b/docs/manual/socache.html.en index 8b4f64b3d84..b9e8a5466de 100644 --- a/docs/manual/socache.html.en +++ b/docs/manual/socache.html.en @@ -70,7 +70,7 @@
    const char *create(ap_socache_instance_t **instance, const char *arg, apr_pool_t *tmp, apr_pool_t *p);
    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.
    apr_status_t init(ap_socache_instance_t *instance, const char *cname, diff --git a/docs/manual/socache.xml.fr b/docs/manual/socache.xml.fr index d02ae1a8638..257c27b0d5f 100644 --- a/docs/manual/socache.xml.fr +++ b/docs/manual/socache.xml.fr @@ -2,7 +2,7 @@ - + diff --git a/docs/manual/socache.xml.meta b/docs/manual/socache.xml.meta index 886fb69e839..f90a047ed63 100644 --- a/docs/manual/socache.xml.meta +++ b/docs/manual/socache.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/ssl/ssl_intro.html.en b/docs/manual/ssl/ssl_intro.html.en index 7a1963e229f..bca8211bc86 100644 --- a/docs/manual/ssl/ssl_intro.html.en +++ b/docs/manual/ssl/ssl_intro.html.en @@ -520,7 +520,7 @@ the Internet Engineering Task Force (IETF).

    and "RC2" is a proprietary algorithm from RSA DSI [AC96, ch13].

    -

    Digest Function

    +

    Digest Function

    The choice of digest function determines how a digest is created from a record unit. SSL supports the following:

    diff --git a/docs/manual/ssl/ssl_intro.xml.fr b/docs/manual/ssl/ssl_intro.xml.fr index 3c7fc05b234..4e0544ea3d7 100644 --- a/docs/manual/ssl/ssl_intro.xml.fr +++ b/docs/manual/ssl/ssl_intro.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/ssl/ssl_intro.xml.ja b/docs/manual/ssl/ssl_intro.xml.ja index 6aab0c13023..428e9b6a1df 100644 --- a/docs/manual/ssl/ssl_intro.xml.ja +++ b/docs/manual/ssl/ssl_intro.xml.ja @@ -1,7 +1,7 @@ - +