diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8
index 33f7e4b8b2..a1fa82f96b 100644
--- a/docs/manual/mod/core.html.tr.utf8
+++ b/docs/manual/mod/core.html.tr.utf8
@@ -33,6 +33,7 @@
ja |
tr
+Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
Açıklama: | Apache HTTP Sunucusunda daima mevcut olan çekirdek
özellikler |
Durum: | Çekirdek |
---|
diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en
index 71bd2c5d19..246a1b6e83 100644
--- a/docs/manual/mod/mod_http2.html.en
+++ b/docs/manual/mod/mod_http2.html.en
@@ -86,7 +86,8 @@
This module can be configured to provide HTTP/2 related information
- as additional environment variables to the SSI and CGI namespace.
+ as additional environment variables to the SSI and CGI namespace, as well
+ as in custom log configurations (see %{VAR_NAME}e
).
@@ -96,8 +97,13 @@
Value Type: |
Description: |
- HTTPe | flag | HTTP/2 is being used. |
- H2PUSH | flag | HTTP/2 Server Push is enabled for this request and also supported by the client. |
+ HTTP2 | flag | HTTP/2 is being used. |
+ H2PUSH | flag | HTTP/2 Server Push is enabled for this connection and also supported by the client. |
+ H2_PUSH | flag | alternate name for H2PUSH |
+ H2_PUSHED | string | empty or PUSHED for a request being pushed by the server. |
+ H2_PUSHED_ON | number | HTTP/2 stream number that triggered the push of this request. |
+ H2_STREAM_ID | number | HTTP/2 stream number of this request. |
+ H2_STREAM_TAG | string | HTTP/2 process unique stream identifier, consisting of connection id and stream id separated by - . |
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de
index 4c24da2627..345b6c341b 100644
--- a/docs/manual/mod/quickreference.html.de
+++ b/docs/manual/mod/quickreference.html.de
@@ -197,7 +197,7 @@ lower level modules
of user groups for authorization
AuthLDAPAuthorizePrefix prefix | AUTHORIZE_ | dh | E |
Specifies the prefix for environment variables set during
authorization |
-AuthLDAPBindAuthoritativeoff|on | on | dh | E |
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. |
+AuthLDAPBindAuthoritative off|on | on | dh | E |
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. |
AuthLDAPBindDN distinguished-name | | dh | E |
Optional DN to use in binding to the LDAP server |
AuthLDAPBindPassword password | | dh | E |
Password used in conjuction with the bind DN |
AuthLDAPCharsetConfig file-path | | s | E |
Language to charset conversion configuration file |
@@ -208,9 +208,9 @@ authorization
groups.
AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
Use the DN of the client username when checking for
group membership |
-AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
+ |
AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
own username, instead of anonymously or with hard-coded credentials for the server |
-AuthLDAPInitialBindPatternregex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
+ |
AuthLDAPInitialBindPattern regex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
to perform a DN lookup |
AuthLDAPMaxSubGroupDepth Number | 10 | dh | E |
Specifies the maximum sub-group nesting depth that will be
evaluated before the user search is discontinued. |
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index 7e2455ca7b..02fa75b9cf 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -193,7 +193,7 @@ lower level modules
of user groups for authorization
AuthLDAPAuthorizePrefix prefix | AUTHORIZE_ | dh | E |
Specifies the prefix for environment variables set during
authorization |
-AuthLDAPBindAuthoritativeoff|on | on | dh | E |
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. |
+AuthLDAPBindAuthoritative off|on | on | dh | E |
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. |
AuthLDAPBindDN distinguished-name | | dh | E |
Optional DN to use in binding to the LDAP server |
AuthLDAPBindPassword password | | dh | E |
Password used in conjuction with the bind DN |
AuthLDAPCharsetConfig file-path | | s | E |
Language to charset conversion configuration file |
@@ -204,9 +204,9 @@ authorization
groups.
AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
Use the DN of the client username when checking for
group membership |
-AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
+ |
AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
own username, instead of anonymously or with hard-coded credentials for the server |
-AuthLDAPInitialBindPatternregex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
+ |
AuthLDAPInitialBindPattern regex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
to perform a DN lookup |
AuthLDAPMaxSubGroupDepth Number | 10 | dh | E |
Specifies the maximum sub-group nesting depth that will be
evaluated before the user search is discontinued. |
diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es
index 1453af58fa..1d688891bb 100644
--- a/docs/manual/mod/quickreference.html.es
+++ b/docs/manual/mod/quickreference.html.es
@@ -200,7 +200,7 @@ lower level modules
of user groups for authorization
AuthLDAPAuthorizePrefix prefix | AUTHORIZE_ | dh | E |
Specifies the prefix for environment variables set during
authorization |
-AuthLDAPBindAuthoritativeoff|on | on | dh | E |
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. |
+AuthLDAPBindAuthoritative off|on | on | dh | E |
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. |
AuthLDAPBindDN distinguished-name | | dh | E |
Optional DN to use in binding to the LDAP server |
AuthLDAPBindPassword password | | dh | E |
Password used in conjuction with the bind DN |
AuthLDAPCharsetConfig file-path | | s | E |
Language to charset conversion configuration file |
@@ -211,9 +211,9 @@ authorization
groups.
AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
Use the DN of the client username when checking for
group membership |
-AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
+ |
AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
own username, instead of anonymously or with hard-coded credentials for the server |
-AuthLDAPInitialBindPatternregex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
+ |
AuthLDAPInitialBindPattern regex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
to perform a DN lookup |
AuthLDAPMaxSubGroupDepth Number | 10 | dh | E |
Specifies the maximum sub-group nesting depth that will be
evaluated before the user search is discontinued. |
diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8
index 045939427d..6beea928b8 100644
--- a/docs/manual/mod/quickreference.html.ja.utf8
+++ b/docs/manual/mod/quickreference.html.ja.utf8
@@ -188,7 +188,7 @@ lower level modules
テキストファイルの名前を設定する
AuthLDAPAuthorizePrefix prefix | AUTHORIZE_ | dh | E |
Specifies the prefix for environment variables set during
authorization |
-AuthLDAPBindAuthoritativeoff|on | on | dh | E |
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. |
+AuthLDAPBindAuthoritative off|on | on | dh | E |
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. |
AuthLDAPBindDN distinguished-name | | dh | E |
Optional DN to use in binding to the LDAP server |
AuthLDAPBindPassword password | | dh | E |
Password used in conjuction with the bind DN |
AuthLDAPCharsetConfig file-path | | s | E |
Language to charset conversion configuration file |
@@ -199,9 +199,9 @@ authorization
groups.
AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
Use the DN of the client username when checking for
group membership |
-AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
+ |
AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
own username, instead of anonymously or with hard-coded credentials for the server |
-AuthLDAPInitialBindPatternregex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
+ |
AuthLDAPInitialBindPattern regex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
to perform a DN lookup |
AuthLDAPMaxSubGroupDepth Number | 10 | dh | E |
Specifies the maximum sub-group nesting depth that will be
evaluated before the user search is discontinued. |
diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr
index a5d6b63429..d1895e48ce 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -186,7 +186,7 @@ lower level modules
Ѵ
AuthLDAPAuthorizePrefix prefix | AUTHORIZE_ | dh | E |
Specifies the prefix for environment variables set during
authorization |
-AuthLDAPBindAuthoritativeoff|on | on | dh | E |
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. |
+AuthLDAPBindAuthoritative off|on | on | dh | E |
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. |
AuthLDAPBindDN distinguished-name | | dh | E |
Optional DN to use in binding to the LDAP server |
AuthLDAPBindPassword password | | dh | E |
Password used in conjuction with the bind DN |
AuthLDAPCharsetConfig file-path | | s | E |
Language to charset conversion configuration file |
@@ -197,9 +197,9 @@ authorization
groups.
AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
Use the DN of the client username when checking for
group membership |
-AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
+ |
AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
own username, instead of anonymously or with hard-coded credentials for the server |
-AuthLDAPInitialBindPatternregex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
+ |
AuthLDAPInitialBindPattern regex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
to perform a DN lookup |
AuthLDAPMaxSubGroupDepth Number | 10 | dh | E |
Specifies the maximum sub-group nesting depth that will be
evaluated before the user search is discontinued. |
diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8
index b81d012a42..836253609e 100644
--- a/docs/manual/mod/quickreference.html.tr.utf8
+++ b/docs/manual/mod/quickreference.html.tr.utf8
@@ -196,7 +196,7 @@ lower level modules
of user groups for authorization
AuthLDAPAuthorizePrefix prefix | AUTHORIZE_ | dh | E |
Specifies the prefix for environment variables set during
authorization |
-AuthLDAPBindAuthoritativeoff|on | on | dh | E |
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. |
+AuthLDAPBindAuthoritative off|on | on | dh | E |
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. |
AuthLDAPBindDN distinguished-name | | dh | E |
Optional DN to use in binding to the LDAP server |
AuthLDAPBindPassword password | | dh | E |
Password used in conjuction with the bind DN |
AuthLDAPCharsetConfig file-path | | s | E |
Language to charset conversion configuration file |
@@ -207,9 +207,9 @@ authorization
groups.
AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
Use the DN of the client username when checking for
group membership |
-AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
+ |
AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
own username, instead of anonymously or with hard-coded credentials for the server |
-AuthLDAPInitialBindPatternregex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
+ |
AuthLDAPInitialBindPattern regex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
to perform a DN lookup |
AuthLDAPMaxSubGroupDepth Number | 10 | dh | E |
Specifies the maximum sub-group nesting depth that will be
evaluated before the user search is discontinued. |
diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8
index 590545aaaa..e14bf8d0cd 100644
--- a/docs/manual/mod/quickreference.html.zh-cn.utf8
+++ b/docs/manual/mod/quickreference.html.zh-cn.utf8
@@ -188,7 +188,7 @@ lower level modules
of user groups for authorization
AuthLDAPAuthorizePrefix prefix | AUTHORIZE_ | dh | E |
Specifies the prefix for environment variables set during
authorization |
-AuthLDAPBindAuthoritativeoff|on | on | dh | E |
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. |
+AuthLDAPBindAuthoritative off|on | on | dh | E |
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. |
AuthLDAPBindDN distinguished-name | | dh | E |
Optional DN to use in binding to the LDAP server |
AuthLDAPBindPassword password | | dh | E |
Password used in conjuction with the bind DN |
AuthLDAPCharsetConfig file-path | | s | E |
Language to charset conversion configuration file |
@@ -199,9 +199,9 @@ authorization
groups.
AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
Use the DN of the client username when checking for
group membership |
-AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
+ |
AuthLDAPInitialBindAsUser off|on | off | dh | E |
Determines if the server does the initial DN lookup using the basic authentication users'
own username, instead of anonymously or with hard-coded credentials for the server |
-AuthLDAPInitialBindPatternregex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
+ |
AuthLDAPInitialBindPattern regex substitution | (.*) $1 (remote use + | dh | E |
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
to perform a DN lookup |
AuthLDAPMaxSubGroupDepth Number | 10 | dh | E |
Specifies the maximum sub-group nesting depth that will be
evaluated before the user search is discontinued. |