From: Luca Toscano Date: Wed, 25 Jan 2017 15:29:02 +0000 (+0000) Subject: documentation rebuild X-Git-Tag: 2.4.26~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e532e7fa68d23a12b99c1d70930562a1877e2005;p=apache documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1780219 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index 761a107bb7..07d34fbe65 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 45315486f5..3163454c4a 100644 --- a/docs/manual/glossary.xml.de +++ b/docs/manual/glossary.xml.de @@ -1,7 +1,7 @@ - + + - + + + + + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 0bc8a06d1b..2b574dc52e 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 4ec661a32d..7a6a237d9a 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 2d5d569553..7d026138b5 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -709,10 +709,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 @@ -861,7 +861,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.

    @@ -880,7 +880,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 a36747cac0..edece8e146 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 6aaa03e938..3cfe9e8dbf 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 92fe318361..c8ca841281 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 d8c3387a99..5538d0a113 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 24b9db7270..270182625c 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 b55c7710e9..8fc1a0efdf 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_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 5e4d09e74b..ccc0e3a1bf 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1346,7 +1346,7 @@ cannot use $N in the substitution string! qslast|QSL 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. details ... diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr index c0564eddf5..3f409659c7 100644 --- a/docs/manual/mod/mod_rewrite.xml.fr +++ b/docs/manual/mod/mod_rewrite.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index decc0a7b1e..0be21e86f4 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 4ef4524203..0697704d70 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1623,7 +1623,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/mod_ssl.xml.fr b/docs/manual/mod/mod_ssl.xml.fr index 236ca74707..f128244db3 100644 --- a/docs/manual/mod/mod_ssl.xml.fr +++ b/docs/manual/mod/mod_ssl.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_ssl.xml.meta b/docs/manual/mod/mod_ssl.xml.meta index 736a11a017..be20a51f56 100644 --- a/docs/manual/mod/mod_ssl.xml.meta +++ b/docs/manual/mod/mod_ssl.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 6dda45ed0d..a5e9fba66b 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -195,7 +195,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 4af505bf60..bcdb61b0bd 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 841add1a03..3dc83ab583 100644 --- a/docs/manual/socache.xml.fr +++ b/docs/manual/socache.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/socache.xml.meta b/docs/manual/socache.xml.meta index 886fb69e83..f90a047ed6 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 57457b213a..8daa5bb4dc 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 4df32f1197..50ebddf248 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 3ea9154d80..ad8e26583c 100644 --- a/docs/manual/ssl/ssl_intro.xml.ja +++ b/docs/manual/ssl/ssl_intro.xml.ja @@ -1,7 +1,7 @@ - +