| Description: | Maximum length of the queue of pending connections |
-| Syntax: | ListenBacklog backlog |
-| Default: | ListenBacklog 511 |
+| Syntax: | ListenBackLog backlog |
+| Default: | ListenBackLog 511 |
| Context: | server config |
| Status: | MPM |
| Module: | event, worker, prefork, mpm_winnt, mpm_netware, mpmt_os2 |
@@ -275,7 +275,7 @@ in *BSDs.
A ratio between the number of (online) CPU cores and the
number of listeners' buckets can be used to make Apache HTTP Server create
num_cpu_cores / ratio listening buckets, each containing its
- own Listen-ing socket(s) on the same port(s), and
+ own Listen-ing socket(s) on the same port(s), and
then make each child handle a single bucket (with round-robin distribution
of the buckets at children creation time).
@@ -782,6 +782,12 @@ per child process
The default value for ThreadsPerChild is
64 when used with mpm_winnt and
25 when used with the others.
+
+ The value of ThreadsPerChild can not exceed the
+ value of ThreadLimit. If a
+ higher value is configured, it will be automatically reduced at start-up
+ and a warning will be logged. The relationship between these 2 directives
+ is explained in ThreadLimit.
diff --git a/docs/manual/mod/mpm_common.html.tr.utf8 b/docs/manual/mod/mpm_common.html.tr.utf8
index 3bf2797c3c1..354307c4435 100644
--- a/docs/manual/mod/mpm_common.html.tr.utf8
+++ b/docs/manual/mod/mpm_common.html.tr.utf8
@@ -32,6 +32,7 @@
ja |
tr
+Bu çeviri güncel olmayabilir. Son deÄiÅiklikler için İngilizce sürüm geçerlidir.
| Açıklama: | Birden fazla Ãok Süreçlilik Modülü (MPM) tarafından gerçeklenmiÅ
yönergeler bütünü. |
| Durum: | MPM |
|---|
diff --git a/docs/manual/mod/overrides.html.en b/docs/manual/mod/overrides.html.en
index 1e3013acadc..4145b0fa850 100644
--- a/docs/manual/mod/overrides.html.en
+++ b/docs/manual/mod/overrides.html.en
@@ -296,7 +296,7 @@ are groups.
| AuthLDAPSubGroupClass | mod_authnz_ldap |
| Specifies which LDAP objectClass values identify directory
objects that are groups during sub-group processing. |
-| AuthLDAPUrl | mod_authnz_ldap |
+| AuthLDAPURL | mod_authnz_ldap |
| URL specifying the LDAP search parameters |
| AuthMerging | mod_authz_core |
| Controls the manner in which each configuration section's
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de
index 3f0e2a81495..9c70816f0ec 100644
--- a/docs/manual/mod/quickreference.html.de
+++ b/docs/manual/mod/quickreference.html.de
@@ -205,7 +205,7 @@ authorization |
| AuthLDAPCompareAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization comparisons |
| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
| AuthLDAPDereferenceAliases never|searching|finding|always | always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | member uniquemember + | dh | E |
| LDAP attributes used to identify the user members of
+ |
| AuthLDAPGroupAttribute attribute | member uniqueMember + | dh | E |
| LDAP attributes used to identify the user members of
groups. |
| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
@@ -220,12 +220,12 @@ query to set the REMOTE_USER environment variable
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
| AuthLDAPSearchAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization searches |
-| AuthLDAPSubGroupAttribute attribute | | dh | E |
| Specifies the attribute labels, one value per
+ |
| AuthLDAPSubGroupAttribute attribute | member uniqueMember + | dh | E |
| Specifies the attribute labels, one value per
directive line, used to distinguish the members of the current group that
are groups. |
| AuthLDAPSubGroupClass LdapObjectClass | groupOfNames groupO + | dh | E |
| Specifies which LDAP objectClass values identify directory
objects that are groups during sub-group processing. |
-| AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthLDAPURL url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
| AuthMerging Off | And | Or | Off | dh | B |
| Controls the manner in which each configuration section's
authorization logic is combined with that of preceding configuration
sections. |
@@ -391,10 +391,10 @@ nicht auf andere Weise ermitteln kann.
| DeflateBufferSize value | 8096 | sv | E |
| Fragment size to be compressed at one time by zlib |
| DeflateCompressionLevel value | | sv | E |
| How much compression do we apply to the output |
| DeflateFilterNote [type] notename | | sv | E |
| Places the compression ratio in a note for logging |
-| DeflateInflateLimitRequestBodyvalue | | svdh | E |
| Maximum size of inflated request bodies |
-| DeflateInflateRatioBurst value | | svdh | E |
| Maximum number of times the inflation ratio for request bodies
+ |
| DeflateInflateLimitRequestBody value | | svdh | E |
| Maximum size of inflated request bodies |
+| DeflateInflateRatioBurst value | 3 | svdh | E |
| Maximum number of times the inflation ratio for request bodies
can be crossed |
-| DeflateInflateRatioLimit value | | svdh | E |
| Maximum inflation ratio for request bodies |
+| DeflateInflateRatioLimit value | 200 | svdh | E |
| Maximum inflation ratio for request bodies |
| DeflateMemLevel value | 9 | sv | E |
| How much memory should be used by zlib for compression |
| DeflateWindowSize value | 15 | sv | E |
| Zlib compression window size |
| Deny from all|host|env=[!]env-variable
@@ -760,9 +760,9 @@ response |
proxied
| ProxyDomain Domain | | sv | E |
| Default domain name for proxied requests |
| ProxyErrorOverride On|Off | Off | svd | E |
| Override error pages for proxied content |
-| ProxyExpressDBMFile <pathname> | | sv | E |
| Pathname to DBM file. |
-| ProxyExpressDBMFile <type> | | sv | E |
| DBM type of file. |
-| ProxyExpressEnable [on|off] | | sv | E |
| Enable the module functionality. |
+| ProxyExpressDBMFile pathname | | sv | E |
| Pathname to DBM file. |
+| ProxyExpressDBMType type | default | sv | E |
| DBM type of file. |
+| ProxyExpressEnable on|off | off | sv | E |
| Enable the module functionality. |
| ProxyFCGIBackendType FPM|GENERIC | FPM | svdh | E |
| Specify the type of backend FastCGI application |
| ProxyFCGISetEnvIf conditional-expression
[!]environment-variable-name
@@ -882,7 +882,7 @@ extensions |
| RequestReadTimeout
[header=timeout[-maxtimeout][,MinRate=rate]
[body=timeout[-maxtimeout][,MinRate=rate]
- | | sv | E |
| Set timeout values for receiving request headers and body from client.
+ | header=20-40,MinRat + | sv | E |
| Set timeout values for receiving request headers and body from client.
|
| Require [not] entity-name
[entity-name] ... | | dh | B |
| Tests whether an authenticated user is authorized by
@@ -1029,7 +1029,7 @@ handshake |
| SSLFIPS on|off | off | s | E |
| SSL FIPS mode Switch |
| SSLHonorCipherOrder on|off | off | sv | E |
| Option to prefer the server's cipher preference order |
| SSLInsecureRenegotiation on|off | off | sv | E |
| Option to enable support for insecure renegotiation |
-| SSLOCSDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
+| SSLOCSPDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
| SSLOCSPEnable on|leaf|off | off | sv | E |
| Enable OCSP validation of the client certificate chain |
| SSLOCSPNoverify On/Off | Off | sv | E |
| skip the OCSP responder certificates verification |
| SSLOCSPOverrideResponder on|off | off | sv | E |
| Force use of the default responder URI for OCSP validation |
@@ -1137,7 +1137,7 @@ requests
| sv | B | | Location of the user-specific directories |
| VHostCGIMode On|Off|Secure | On | v | X |
| Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
+ |
| VHostCGIPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
by a virtual host. |
| VHostGroup unix-groupid | | v | X |
| Sets the Group ID under which a virtual host runs. |
| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to a virtual host. |
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index e7aa625ff88..e2015049162 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -201,7 +201,7 @@ authorization
| AuthLDAPCompareAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization comparisons |
| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
| AuthLDAPDereferenceAliases never|searching|finding|always | always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | member uniquemember + | dh | E |
| LDAP attributes used to identify the user members of
+ |
| AuthLDAPGroupAttribute attribute | member uniqueMember + | dh | E |
| LDAP attributes used to identify the user members of
groups. |
| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
@@ -216,12 +216,12 @@ query to set the REMOTE_USER environment variable
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
| AuthLDAPSearchAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization searches |
-| AuthLDAPSubGroupAttribute attribute | | dh | E |
| Specifies the attribute labels, one value per
+ |
| AuthLDAPSubGroupAttribute attribute | member uniqueMember + | dh | E |
| Specifies the attribute labels, one value per
directive line, used to distinguish the members of the current group that
are groups. |
| AuthLDAPSubGroupClass LdapObjectClass | groupOfNames groupO + | dh | E |
| Specifies which LDAP objectClass values identify directory
objects that are groups during sub-group processing. |
-| AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthLDAPURL url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
| AuthMerging Off | And | Or | Off | dh | B |
| Controls the manner in which each configuration section's
authorization logic is combined with that of preceding configuration
sections. |
@@ -390,10 +390,10 @@ which no other media type configuration could be found.
| DeflateBufferSize value | 8096 | sv | E |
| Fragment size to be compressed at one time by zlib |
| DeflateCompressionLevel value | | sv | E |
| How much compression do we apply to the output |
| DeflateFilterNote [type] notename | | sv | E |
| Places the compression ratio in a note for logging |
-| DeflateInflateLimitRequestBodyvalue | | svdh | E |
| Maximum size of inflated request bodies |
-| DeflateInflateRatioBurst value | | svdh | E |
| Maximum number of times the inflation ratio for request bodies
+ |
| DeflateInflateLimitRequestBody value | | svdh | E |
| Maximum size of inflated request bodies |
+| DeflateInflateRatioBurst value | 3 | svdh | E |
| Maximum number of times the inflation ratio for request bodies
can be crossed |
-| DeflateInflateRatioLimit value | | svdh | E |
| Maximum inflation ratio for request bodies |
+| DeflateInflateRatioLimit value | 200 | svdh | E |
| Maximum inflation ratio for request bodies |
| DeflateMemLevel value | 9 | sv | E |
| How much memory should be used by zlib for compression |
| DeflateWindowSize value | 15 | sv | E |
| Zlib compression window size |
| Deny from all|host|env=[!]env-variable
@@ -616,7 +616,7 @@ from the client |
| LimitXMLRequestBody bytes | 1000000 | svdh | C |
| Limits the size of an XML-based request body |
| Listen [IP-address:]portnumber [protocol] | | s | M |
| IP addresses and ports that the server
listens to |
-| ListenBacklog backlog | | s | M |
| Maximum length of the queue of pending connections |
+| ListenBackLog backlog | 511 | s | M |
| Maximum length of the queue of pending connections |
| ListenCoresBucketsRatio ratio | 0 (disabled) | s | M |
| Ratio between the number of CPU cores (online) and the number of
listeners' buckets |
| LoadFile filename [filename] ... | | sv | E |
| Link in the named object file or library |
@@ -874,7 +874,7 @@ extensions
| RequestReadTimeout
[header=timeout[-maxtimeout][,MinRate=rate]
[body=timeout[-maxtimeout][,MinRate=rate]
- | | sv | E |
| Set timeout values for receiving request headers and body from client.
+ | header=20-40,MinRat + | sv | E |
| Set timeout values for receiving request headers and body from client.
|
| Require [not] entity-name
[entity-name] ... | | dh | B |
| Tests whether an authenticated user is authorized by
@@ -1017,7 +1017,7 @@ handshake |
| SSLFIPS on|off | off | s | E |
| SSL FIPS mode Switch |
| SSLHonorCipherOrder on|off | off | sv | E |
| Option to prefer the server's cipher preference order |
| SSLInsecureRenegotiation on|off | off | sv | E |
| Option to enable support for insecure renegotiation |
-| SSLOCSDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
+| SSLOCSPDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
| SSLOCSPEnable on|leaf|off | off | sv | E |
| Enable OCSP validation of the client certificate chain |
| SSLOCSPNoverify On/Off | Off | sv | E |
| skip the OCSP responder certificates verification |
| SSLOCSPOverrideResponder on|off | off | sv | E |
| Force use of the default responder URI for OCSP validation |
@@ -1122,7 +1122,7 @@ requests
| sv | B | | Location of the user-specific directories |
| VHostCGIMode On|Off|Secure | On | v | X |
| Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
+ |
| VHostCGIPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
by a virtual host. |
| VHostGroup unix-groupid | | v | X |
| Sets the Group ID under which a virtual host runs. |
| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to a virtual host. |
diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es
index d11499c0956..6b3c376b958 100644
--- a/docs/manual/mod/quickreference.html.es
+++ b/docs/manual/mod/quickreference.html.es
@@ -204,7 +204,7 @@ authorization
| AuthLDAPCompareAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization comparisons |
| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
| AuthLDAPDereferenceAliases never|searching|finding|always | always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | member uniquemember + | dh | E |
| LDAP attributes used to identify the user members of
+ |
| AuthLDAPGroupAttribute attribute | member uniqueMember + | dh | E |
| LDAP attributes used to identify the user members of
groups. |
| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
@@ -219,12 +219,12 @@ query to set the REMOTE_USER environment variable
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
| AuthLDAPSearchAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization searches |
-| AuthLDAPSubGroupAttribute attribute | | dh | E |
| Specifies the attribute labels, one value per
+ |
| AuthLDAPSubGroupAttribute attribute | member uniqueMember + | dh | E |
| Specifies the attribute labels, one value per
directive line, used to distinguish the members of the current group that
are groups. |
| AuthLDAPSubGroupClass LdapObjectClass | groupOfNames groupO + | dh | E |
| Specifies which LDAP objectClass values identify directory
objects that are groups during sub-group processing. |
-| AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthLDAPURL url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
| AuthMerging Off | And | Or | Off | dh | B |
| Controls the manner in which each configuration section's
authorization logic is combined with that of preceding configuration
sections. |
@@ -393,10 +393,10 @@ which no other media type configuration could be found.
| DeflateBufferSize value | 8096 | sv | E |
| Fragment size to be compressed at one time by zlib |
| DeflateCompressionLevel value | | sv | E |
| How much compression do we apply to the output |
| DeflateFilterNote [type] notename | | sv | E |
| Places the compression ratio in a note for logging |
-| DeflateInflateLimitRequestBodyvalue | | svdh | E |
| Maximum size of inflated request bodies |
-| DeflateInflateRatioBurst value | | svdh | E |
| Maximum number of times the inflation ratio for request bodies
+ |
| DeflateInflateLimitRequestBody value | | svdh | E |
| Maximum size of inflated request bodies |
+| DeflateInflateRatioBurst value | 3 | svdh | E |
| Maximum number of times the inflation ratio for request bodies
can be crossed |
-| DeflateInflateRatioLimit value | | svdh | E |
| Maximum inflation ratio for request bodies |
+| DeflateInflateRatioLimit value | 200 | svdh | E |
| Maximum inflation ratio for request bodies |
| DeflateMemLevel value | 9 | sv | E |
| How much memory should be used by zlib for compression |
| DeflateWindowSize value | 15 | sv | E |
| Zlib compression window size |
| Deny from all|host|env=[!]env-variable
@@ -619,7 +619,7 @@ from the client |
| LimitXMLRequestBody bytes | 1000000 | svdh | C |
| Limits the size of an XML-based request body |
| Listen [IP-address:]portnumber [protocol] | | s | M |
| IP addresses and ports that the server
listens to |
-| ListenBacklog backlog | | s | M |
| Maximum length of the queue of pending connections |
+| ListenBackLog backlog | 511 | s | M |
| Maximum length of the queue of pending connections |
| ListenCoresBucketsRatio ratio | 0 (disabled) | s | M |
| Ratio between the number of CPU cores (online) and the number of
listeners' buckets |
| LoadFile filename [filename] ... | | sv | E |
| Link in the named object file or library |
@@ -755,9 +755,9 @@ response
proxied
| ProxyDomain Domain | | sv | E |
| Default domain name for proxied requests |
| ProxyErrorOverride On|Off | Off | svd | E |
| Override error pages for proxied content |
-| ProxyExpressDBMFile <pathname> | | sv | E |
| Pathname to DBM file. |
-| ProxyExpressDBMFile <type> | | sv | E |
| DBM type of file. |
-| ProxyExpressEnable [on|off] | | sv | E |
| Enable the module functionality. |
+| ProxyExpressDBMFile pathname | | sv | E |
| Pathname to DBM file. |
+| ProxyExpressDBMType type | default | sv | E |
| DBM type of file. |
+| ProxyExpressEnable on|off | off | sv | E |
| Enable the module functionality. |
| ProxyFCGIBackendType FPM|GENERIC | FPM | svdh | E |
| Specify the type of backend FastCGI application |
| ProxyFCGISetEnvIf conditional-expression
[!]environment-variable-name
@@ -877,7 +877,7 @@ extensions |
| RequestReadTimeout
[header=timeout[-maxtimeout][,MinRate=rate]
[body=timeout[-maxtimeout][,MinRate=rate]
- | | sv | E |
| Set timeout values for receiving request headers and body from client.
+ | header=20-40,MinRat + | sv | E |
| Set timeout values for receiving request headers and body from client.
|
| Require [not] entity-name
[entity-name] ... | | dh | B |
| Tests whether an authenticated user is authorized by
@@ -1020,7 +1020,7 @@ handshake |
| SSLFIPS on|off | off | s | E |
| SSL FIPS mode Switch |
| SSLHonorCipherOrder on|off | off | sv | E |
| Option to prefer the server's cipher preference order |
| SSLInsecureRenegotiation on|off | off | sv | E |
| Option to enable support for insecure renegotiation |
-| SSLOCSDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
+| SSLOCSPDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
| SSLOCSPEnable on|leaf|off | off | sv | E |
| Enable OCSP validation of the client certificate chain |
| SSLOCSPNoverify On/Off | Off | sv | E |
| skip the OCSP responder certificates verification |
| SSLOCSPOverrideResponder on|off | off | sv | E |
| Force use of the default responder URI for OCSP validation |
@@ -1126,7 +1126,7 @@ requests
| sv | B | | Location of the user-specific directories |
| VHostCGIMode On|Off|Secure | On | v | X |
| Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
+ |
| VHostCGIPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
by a virtual host. |
| VHostGroup unix-groupid | | v | X |
| Sets the Group ID under which a virtual host runs. |
| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to a virtual host. |
diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8
index a3ff70abb77..f84a6597fd8 100644
--- a/docs/manual/mod/quickreference.html.ja.utf8
+++ b/docs/manual/mod/quickreference.html.ja.utf8
@@ -196,7 +196,7 @@ authorization
| AuthLDAPCompareAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization comparisons |
| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
| AuthLDAPDereferenceAliases never|searching|finding|always | always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | member uniquemember + | dh | E |
| LDAP attributes used to identify the user members of
+ |
| AuthLDAPGroupAttribute attribute | member uniqueMember + | dh | E |
| LDAP attributes used to identify the user members of
groups. |
| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
@@ -211,12 +211,12 @@ query to set the REMOTE_USER environment variable
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
| AuthLDAPSearchAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization searches |
-| AuthLDAPSubGroupAttribute attribute | | dh | E |
| Specifies the attribute labels, one value per
+ |
| AuthLDAPSubGroupAttribute attribute | member uniqueMember + | dh | E |
| Specifies the attribute labels, one value per
directive line, used to distinguish the members of the current group that
are groups. |
| AuthLDAPSubGroupClass LdapObjectClass | groupOfNames groupO + | dh | E |
| Specifies which LDAP objectClass values identify directory
objects that are groups during sub-group processing. |
-| AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthLDAPURL url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
| AuthMerging Off | And | Or | Off | dh | B |
| Controls the manner in which each configuration section's
authorization logic is combined with that of preceding configuration
sections. |
@@ -371,10 +371,10 @@ variables
| DeflateBufferSize value | 8096 | sv | E |
| zlib ãä¸åº¦ã«å§ç¸®ããå¡ã®å¤§ãã |
| DeflateCompressionLevel value | | sv | E |
| åºåã«å¯¾ãã¦è¡ãªãå§ç¸®ã®ç¨åº¦ |
| DeflateFilterNote [type] notename | | sv | E |
| ãã®ã³ã°ç¨ã«å§ç¸®æ¯ãã¡ã¢ã«è¿½å |
-| DeflateInflateLimitRequestBodyvalue | | svdh | E |
| Maximum size of inflated request bodies |
-| DeflateInflateRatioBurst value | | svdh | E |
| Maximum number of times the inflation ratio for request bodies
+ |
| DeflateInflateLimitRequestBody value | | svdh | E |
| Maximum size of inflated request bodies |
+| DeflateInflateRatioBurst value | 3 | svdh | E |
| Maximum number of times the inflation ratio for request bodies
can be crossed |
-| DeflateInflateRatioLimit value | | svdh | E |
| Maximum inflation ratio for request bodies |
+| DeflateInflateRatioLimit value | 200 | svdh | E |
| Maximum inflation ratio for request bodies |
| DeflateMemLevel value | 9 | sv | E |
| zlib ãå§ç¸®ã«ä½¿ãã¡ã¢ãªã®ã¬ãã«ãæå® |
| DeflateWindowSize value | 15 | sv | E |
| Zlib ã®å§ç¸®ç¨ã¦ã£ã³ãã¦ã®å¤§ãã |
| Deny from all|host|env=[!]env-variable
@@ -712,9 +712,9 @@ malicious privileges-aware code. |
[word|host|domain] ... | sv | E | | ãããã·æ¥ç¶ãç¦æ¢ããèªå¥ããã¹ãåããã¡ã¤ã³ãæå®ãã |
| ProxyDomain Domain | | sv | E |
| ãããã·ããããªã¯ã¨ã¹ãã®ããã©ã«ãã®ãã¡ã¤ã³å |
| ProxyErrorOverride On|Off | Off | sv | E |
| ãããã·ãããã³ã³ãã³ãã®ã¨ã©ã¼ãã¼ã¸ã䏿¸ããã |
-| ProxyExpressDBMFile <pathname> | | sv | E |
| Pathname to DBM file. |
-| ProxyExpressDBMFile <type> | | sv | E |
| DBM type of file. |
-| ProxyExpressEnable [on|off] | | sv | E |
| Enable the module functionality. |
+| ProxyExpressDBMFile pathname | | sv | E |
| Pathname to DBM file. |
+| ProxyExpressDBMType type | default | sv | E |
| DBM type of file. |
+| ProxyExpressEnable on|off | off | sv | E |
| Enable the module functionality. |
| ProxyFCGIBackendType FPM|GENERIC | FPM | svdh | E |
| Specify the type of backend FastCGI application |
| ProxyFCGISetEnvIf conditional-expression
[!]environment-variable-name
@@ -818,7 +818,7 @@ header |
| RequestReadTimeout
[header=timeout[-maxtimeout][,MinRate=rate]
[body=timeout[-maxtimeout][,MinRate=rate]
- | | sv | E |
| Set timeout values for receiving request headers and body from client.
+ | header=20-40,MinRat + | sv | E |
| Set timeout values for receiving request headers and body from client.
|
| Require [not] entity-name
[entity-name] ... | | dh | B |
| Tests whether an authenticated user is authorized by
@@ -947,7 +947,7 @@ handshake |
| SSLFIPS on|off | off | s | E |
| SSL FIPS mode Switch |
| SSLHonorCipherOrder on|off | off | sv | E |
| Option to prefer the server's cipher preference order |
| SSLInsecureRenegotiation on|off | off | sv | E |
| Option to enable support for insecure renegotiation |
-| SSLOCSDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
+| SSLOCSPDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
| SSLOCSPEnable on|leaf|off | off | sv | E |
| Enable OCSP validation of the client certificate chain |
| SSLOCSPNoverify On/Off | Off | sv | E |
| skip the OCSP responder certificates verification |
| SSLOCSPOverrideResponder on|off | off | sv | E |
| Force use of the default responder URI for OCSP validation |
@@ -1052,7 +1052,7 @@ requests
| UserDir directory-filename [directory-filename] ... | | sv | B |
| ã¦ã¼ã¶å°ç¨ãã£ã¬ã¯ããªã®ä½ç½® |
| VHostCGIMode On|Off|Secure | On | v | X |
| Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
+ |
| VHostCGIPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
by a virtual host. |
| VHostGroup unix-groupid | | v | X |
| Sets the Group ID under which a virtual host runs. |
| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to a virtual host. |
diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr
index 6eb868a98a9..28bf84ceb2b 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -194,7 +194,7 @@ authorization
| AuthLDAPCompareAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization comparisons |
| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
| AuthLDAPDereferenceAliases never|searching|finding|always | always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | member uniquemember + | dh | E |
| LDAP attributes used to identify the user members of
+ |
| AuthLDAPGroupAttribute attribute | member uniqueMember + | dh | E |
| LDAP attributes used to identify the user members of
groups. |
| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
@@ -209,12 +209,12 @@ query to set the REMOTE_USER environment variable
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
| AuthLDAPSearchAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization searches |
-| AuthLDAPSubGroupAttribute attribute | | dh | E |
| Specifies the attribute labels, one value per
+ |
| AuthLDAPSubGroupAttribute attribute | member uniqueMember + | dh | E |
| Specifies the attribute labels, one value per
directive line, used to distinguish the members of the current group that
are groups. |
| AuthLDAPSubGroupClass LdapObjectClass | groupOfNames groupO + | dh | E |
| Specifies which LDAP objectClass values identify directory
objects that are groups during sub-group processing. |
-| AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthLDAPURL url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
| AuthMerging Off | And | Or | Off | dh | B |
| Controls the manner in which each configuration section's
authorization logic is combined with that of preceding configuration
sections. |
@@ -370,10 +370,10 @@ which no other media type configuration could be found.
| DeflateBufferSize value | 8096 | sv | E |
| zlibÀÌ Çѹø¿¡ ¾ÐÃàÇÒ Å©±â |
| DeflateCompressionLevel value | | sv | E |
| Ãâ·ÂÀ» ¾î´ÀÁ¤µµ ¾ÐÃàÇϴ°¡ |
| DeflateFilterNote [type] notename | | sv | E |
| ¾ÐÃà·üÀ» ·Î±×¿¡ ±â·ÏÇÑ´Ù |
-| DeflateInflateLimitRequestBodyvalue | | svdh | E |
| Maximum size of inflated request bodies |
-| DeflateInflateRatioBurst value | | svdh | E |
| Maximum number of times the inflation ratio for request bodies
+ |
| DeflateInflateLimitRequestBody value | | svdh | E |
| Maximum size of inflated request bodies |
+| DeflateInflateRatioBurst value | 3 | svdh | E |
| Maximum number of times the inflation ratio for request bodies
can be crossed |
-| DeflateInflateRatioLimit value | | svdh | E |
| Maximum inflation ratio for request bodies |
+| DeflateInflateRatioLimit value | 200 | svdh | E |
| Maximum inflation ratio for request bodies |
| DeflateMemLevel value | 9 | sv | E |
| zlibÀÌ ¾ÐÃàÇÒ¶§ »ç¿ëÇÏ´Â ¸Þ¸ð¸®·® |
| DeflateWindowSize value | 15 | sv | E |
| Zlib ¾ÐÃà window size |
| Deny from all|host|env=[!]env-variable
@@ -585,7 +585,7 @@ from the client |
| LimitXMLRequestBody bytes | 1000000 | svdh | C |
| Limits the size of an XML-based request body |
| Listen [IP-address:]portnumber [protocol] | | s | M |
| IP addresses and ports that the server
listens to |
-| ListenBacklog backlog | | s | M |
| Maximum length of the queue of pending connections |
+| ListenBackLog backlog | 511 | s | M |
| Maximum length of the queue of pending connections |
| ListenCoresBucketsRatio ratio | 0 (disabled) | s | M |
| Ratio between the number of CPU cores (online) and the number of
listeners' buckets |
| LoadFile filename [filename] ... | | s | E |
| ÁöÁ¤ÇÑ ¸ñÀûÆÄÀÏÀ̳ª ¶óÀ̺귯¸®¸¦ ÀоîµéÀδ٠|
@@ -719,9 +719,9 @@ response
proxied
| ProxyDomain Domain | | sv | E |
| Default domain name for proxied requests |
| ProxyErrorOverride On|Off | Off | svd | E |
| Override error pages for proxied content |
-| ProxyExpressDBMFile <pathname> | | sv | E |
| Pathname to DBM file. |
-| ProxyExpressDBMFile <type> | | sv | E |
| DBM type of file. |
-| ProxyExpressEnable [on|off] | | sv | E |
| Enable the module functionality. |
+| ProxyExpressDBMFile pathname | | sv | E |
| Pathname to DBM file. |
+| ProxyExpressDBMType type | default | sv | E |
| DBM type of file. |
+| ProxyExpressEnable on|off | off | sv | E |
| Enable the module functionality. |
| ProxyFCGIBackendType FPM|GENERIC | FPM | svdh | E |
| Specify the type of backend FastCGI application |
| ProxyFCGISetEnvIf conditional-expression
[!]environment-variable-name
@@ -838,7 +838,7 @@ extensions |
| RequestReadTimeout
[header=timeout[-maxtimeout][,MinRate=rate]
[body=timeout[-maxtimeout][,MinRate=rate]
- | | sv | E |
| Set timeout values for receiving request headers and body from client.
+ | header=20-40,MinRat + | sv | E |
| Set timeout values for receiving request headers and body from client.
|
| Require [not] entity-name
[entity-name] ... | | dh | B |
| Tests whether an authenticated user is authorized by
@@ -976,7 +976,7 @@ handshake |
| SSLFIPS on|off | off | s | E |
| SSL FIPS mode Switch |
| SSLHonorCipherOrder on|off | off | sv | E |
| Option to prefer the server's cipher preference order |
| SSLInsecureRenegotiation on|off | off | sv | E |
| Option to enable support for insecure renegotiation |
-| SSLOCSDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
+| SSLOCSPDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
| SSLOCSPEnable on|leaf|off | off | sv | E |
| Enable OCSP validation of the client certificate chain |
| SSLOCSPNoverify On/Off | Off | sv | E |
| skip the OCSP responder certificates verification |
| SSLOCSPOverrideResponder on|off | off | sv | E |
| Force use of the default responder URI for OCSP validation |
@@ -1080,7 +1080,7 @@ requests
| UserDir directory-filename | public_html | sv | B |
| »ç¿ëÀÚº° µð·ºÅ丮 À§Ä¡ |
| VHostCGIMode On|Off|Secure | On | v | X |
| Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
+ |
| VHostCGIPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
by a virtual host. |
| VHostGroup unix-groupid | | v | X |
| Sets the Group ID under which a virtual host runs. |
| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to a virtual host. |
diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8
index 7d9ab9d8c6c..b700260ca6b 100644
--- a/docs/manual/mod/quickreference.html.tr.utf8
+++ b/docs/manual/mod/quickreference.html.tr.utf8
@@ -204,7 +204,7 @@ authorization
| AuthLDAPCompareAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization comparisons |
| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
| AuthLDAPDereferenceAliases never|searching|finding|always | always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | member uniquemember + | dh | E |
| LDAP attributes used to identify the user members of
+ |
| AuthLDAPGroupAttribute attribute | member uniqueMember + | dh | E |
| LDAP attributes used to identify the user members of
groups. |
| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
@@ -219,12 +219,12 @@ query to set the REMOTE_USER environment variable
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
| AuthLDAPSearchAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization searches |
-| AuthLDAPSubGroupAttribute attribute | | dh | E |
| Specifies the attribute labels, one value per
+ |
| AuthLDAPSubGroupAttribute attribute | member uniqueMember + | dh | E |
| Specifies the attribute labels, one value per
directive line, used to distinguish the members of the current group that
are groups. |
| AuthLDAPSubGroupClass LdapObjectClass | groupOfNames groupO + | dh | E |
| Specifies which LDAP objectClass values identify directory
objects that are groups during sub-group processing. |
-| AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthLDAPURL url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
| AuthMerging Off | And | Or | Off | dh | T |
| Controls the manner in which each configuration section's
authorization logic is combined with that of preceding configuration
sections. |
@@ -394,10 +394,10 @@ türünü belirlerdi.
| DeflateBufferSize value | 8096 | sk | E |
| Fragment size to be compressed at one time by zlib |
| DeflateCompressionLevel value | | sk | E |
| How much compression do we apply to the output |
| DeflateFilterNote [type] notename | | sk | E |
| Places the compression ratio in a note for logging |
-| DeflateInflateLimitRequestBodyvalue | | skdh | E |
| Maximum size of inflated request bodies |
-| DeflateInflateRatioBurst value | | skdh | E |
| Maximum number of times the inflation ratio for request bodies
+ |
| DeflateInflateLimitRequestBody value | | skdh | E |
| Maximum size of inflated request bodies |
+| DeflateInflateRatioBurst value | 3 | skdh | E |
| Maximum number of times the inflation ratio for request bodies
can be crossed |
-| DeflateInflateRatioLimit value | | skdh | E |
| Maximum inflation ratio for request bodies |
+| DeflateInflateRatioLimit value | 200 | skdh | E |
| Maximum inflation ratio for request bodies |
| DeflateMemLevel value | 9 | sk | E |
| How much memory should be used by zlib for compression |
| DeflateWindowSize value | 15 | sk | E |
| Zlib compression window size |
| Deny from all|host|env=[!]env-variable
@@ -870,7 +870,7 @@ extensions |
| RequestReadTimeout
[header=timeout[-maxtimeout][,MinRate=rate]
[body=timeout[-maxtimeout][,MinRate=rate]
- | | sk | E |
| Set timeout values for receiving request headers and body from client.
+ | header=20-40,MinRat + | sk | E |
| Set timeout values for receiving request headers and body from client.
|
| Require [not] entity-name
[entity-name] ... | | dh | T |
| Tests whether an authenticated user is authorized by
@@ -1012,7 +1012,7 @@ handshake |
| SSLFIPS on|off | off | s | E |
| SSL FIPS mode Switch |
| SSLHonorCipherOrder on|off | off | sk | E |
| Option to prefer the server's cipher preference order |
| SSLInsecureRenegotiation on|off | off | sk | E |
| Option to enable support for insecure renegotiation |
-| SSLOCSDefaultResponder uri | | sk | E |
| Set the default responder URI for OCSP validation |
+| SSLOCSPDefaultResponder uri | | sk | E |
| Set the default responder URI for OCSP validation |
| SSLOCSPEnable on|leaf|off | off | sk | E |
| Enable OCSP validation of the client certificate chain |
| SSLOCSPNoverify On/Off | Off | sk | E |
| skip the OCSP responder certificates verification |
| SSLOCSPOverrideResponder on|off | off | sk | E |
| Force use of the default responder URI for OCSP validation |
@@ -1123,7 +1123,7 @@ gerçekleÅmesi için sunucunun geçmesini bekleyeceÄi süre.
| UserDir dizin [dizin] ... | | sk | T |
| Kullanıcıya özel dizinlerin yeri |
| VHostCGIMode On|Off|Secure | On | k | D |
| Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | k | D |
| Assign arbitrary privileges to subprocesses created
+ |
| VHostCGIPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | k | D |
| Assign arbitrary privileges to subprocesses created
by a virtual host. |
| VHostGroup unix-groupid | | k | D |
| Sets the Group ID under which a virtual host runs. |
| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | k | D |
| Assign arbitrary privileges to a virtual host. |
diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8
index 5df319b46cf..3a85d3e2af2 100644
--- a/docs/manual/mod/quickreference.html.zh-cn.utf8
+++ b/docs/manual/mod/quickreference.html.zh-cn.utf8
@@ -196,7 +196,7 @@ authorization
| AuthLDAPCompareAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization comparisons |
| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
| AuthLDAPDereferenceAliases never|searching|finding|always | always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | member uniquemember + | dh | E |
| LDAP attributes used to identify the user members of
+ |
| AuthLDAPGroupAttribute attribute | member uniqueMember + | dh | E |
| LDAP attributes used to identify the user members of
groups. |
| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
@@ -211,12 +211,12 @@ query to set the REMOTE_USER environment variable
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
| AuthLDAPSearchAsUser on|off | off | dh | E |
| Use the authenticated user's credentials to perform authorization searches |
-| AuthLDAPSubGroupAttribute attribute | | dh | E |
| Specifies the attribute labels, one value per
+ |
| AuthLDAPSubGroupAttribute attribute | member uniqueMember + | dh | E |
| Specifies the attribute labels, one value per
directive line, used to distinguish the members of the current group that
are groups. |
| AuthLDAPSubGroupClass LdapObjectClass | groupOfNames groupO + | dh | E |
| Specifies which LDAP objectClass values identify directory
objects that are groups during sub-group processing. |
-| AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthLDAPURL url [NONE|SSL|TLS|STARTTLS] | | dh | E |
| URL specifying the LDAP search parameters |
| AuthMerging Off | And | Or | Off | dh | B |
| Controls the manner in which each configuration section's
authorization logic is combined with that of preceding configuration
sections. |
@@ -385,10 +385,10 @@ which no other media type configuration could be found.
| DeflateBufferSize value | 8096 | sv | E |
| Fragment size to be compressed at one time by zlib |
| DeflateCompressionLevel value | | sv | E |
| How much compression do we apply to the output |
| DeflateFilterNote [type] notename | | sv | E |
| Places the compression ratio in a note for logging |
-| DeflateInflateLimitRequestBodyvalue | | svdh | E |
| Maximum size of inflated request bodies |
-| DeflateInflateRatioBurst value | | svdh | E |
| Maximum number of times the inflation ratio for request bodies
+ |
| DeflateInflateLimitRequestBody value | | svdh | E |
| Maximum size of inflated request bodies |
+| DeflateInflateRatioBurst value | 3 | svdh | E |
| Maximum number of times the inflation ratio for request bodies
can be crossed |
-| DeflateInflateRatioLimit value | | svdh | E |
| Maximum inflation ratio for request bodies |
+| DeflateInflateRatioLimit value | 200 | svdh | E |
| Maximum inflation ratio for request bodies |
| DeflateMemLevel value | 9 | sv | E |
| How much memory should be used by zlib for compression |
| DeflateWindowSize value | 15 | sv | E |
| Zlib compression window size |
| Deny from all|host|env=[!]env-variable
@@ -611,7 +611,7 @@ from the client |
| LimitXMLRequestBody bytes | 1000000 | svdh | C |
| Limits the size of an XML-based request body |
| Listen [IP-address:]portnumber [protocol] | | s | M |
| IP addresses and ports that the server
listens to |
-| ListenBacklog backlog | | s | M |
| Maximum length of the queue of pending connections |
+| ListenBackLog backlog | 511 | s | M |
| Maximum length of the queue of pending connections |
| ListenCoresBucketsRatio ratio | 0 (disabled) | s | M |
| Ratio between the number of CPU cores (online) and the number of
listeners' buckets |
| LoadFile filename [filename] ... | | sv | E |
| Link in the named object file or library |
@@ -747,9 +747,9 @@ response
proxied
| ProxyDomain Domain | | sv | E |
| Default domain name for proxied requests |
| ProxyErrorOverride On|Off | Off | svd | E |
| Override error pages for proxied content |
-| ProxyExpressDBMFile <pathname> | | sv | E |
| Pathname to DBM file. |
-| ProxyExpressDBMFile <type> | | sv | E |
| DBM type of file. |
-| ProxyExpressEnable [on|off] | | sv | E |
| Enable the module functionality. |
+| ProxyExpressDBMFile pathname | | sv | E |
| Pathname to DBM file. |
+| ProxyExpressDBMType type | default | sv | E |
| DBM type of file. |
+| ProxyExpressEnable on|off | off | sv | E |
| Enable the module functionality. |
| ProxyFCGIBackendType FPM|GENERIC | FPM | svdh | E |
| Specify the type of backend FastCGI application |
| ProxyFCGISetEnvIf conditional-expression
[!]environment-variable-name
@@ -869,7 +869,7 @@ extensions |
| RequestReadTimeout
[header=timeout[-maxtimeout][,MinRate=rate]
[body=timeout[-maxtimeout][,MinRate=rate]
- | | sv | E |
| Set timeout values for receiving request headers and body from client.
+ | header=20-40,MinRat + | sv | E |
| Set timeout values for receiving request headers and body from client.
|
| Require [not] entity-name
[entity-name] ... | | dh | B |
| Tests whether an authenticated user is authorized by
@@ -1012,7 +1012,7 @@ handshake |
| SSLFIPS on|off | off | s | E |
| SSL FIPS mode Switch |
| SSLHonorCipherOrder on|off | off | sv | E |
| Option to prefer the server's cipher preference order |
| SSLInsecureRenegotiation on|off | off | sv | E |
| Option to enable support for insecure renegotiation |
-| SSLOCSDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
+| SSLOCSPDefaultResponder uri | | sv | E |
| Set the default responder URI for OCSP validation |
| SSLOCSPEnable on|leaf|off | off | sv | E |
| Enable OCSP validation of the client certificate chain |
| SSLOCSPNoverify On/Off | Off | sv | E |
| skip the OCSP responder certificates verification |
| SSLOCSPOverrideResponder on|off | off | sv | E |
| Force use of the default responder URI for OCSP validation |
@@ -1117,7 +1117,7 @@ requests
| sv | B | | Location of the user-specific directories |
| VHostCGIMode On|Off|Secure | On | v | X |
| Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
+ |
| VHostCGIPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to subprocesses created
by a virtual host. |
| VHostGroup unix-groupid | | v | X |
| Sets the Group ID under which a virtual host runs. |
| VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
| Assign arbitrary privileges to a virtual host. |