| Description: | Creates a named template for setting various health check parameters |
-| Syntax: | ProxyHCTemplate name parameter=setting <...> |
+| Syntax: | ProxyHCTemplate name parameter=setting [...] |
| Context: | server config, virtual host |
| Override: | FileInfo |
| Status: | Extension |
@@ -208,7 +211,7 @@ ProxyPass "/apps" "balancer://foo"
The ProxyHCTemplate directive allows
for creating a named set (template) of health check parameters
that can then be assigned to balancer members via the hctemplate
- parameter
+ parameter.
ProxyHCTemplate
ProxyHCTemplate tcp5 hcmethod=tcp hcinterval=5
ProxyPass "/apps" "balancer://foo"
@@ -223,8 +226,8 @@ ProxyPass "/apps" "balancer://foo"
-| Description: | Sets the total server-wide size of the threadpool used for the health check workers. |
-| Syntax: | ProxyHCTPsize <size> |
+| Description: | Sets the total server-wide size of the threadpool used for the health check workers |
+| Syntax: | ProxyHCTPsize size |
| Context: | server config |
| Status: | Extension |
| Module: | mod_proxy_hcheck |
diff --git a/docs/manual/mod/mod_ratelimit.html.en b/docs/manual/mod/mod_ratelimit.html.en
index 094ae17fb09..eae399a85be 100644
--- a/docs/manual/mod/mod_ratelimit.html.en
+++ b/docs/manual/mod/mod_ratelimit.html.en
@@ -33,7 +33,10 @@
| Status: | Extension |
| Module Identifier: | ratelimit_module |
| Source File: | mod_ratelimit.c |
-| Compatibility: | rate-initial-burst available in httpd 2.4.24 and later. |
|---|
+
| Compatibility: |
+ rate-initial-burst available in httpd 2.4.24 and later.
+ Rate limiting proxied content does not work correctly up to httpd 2.4.33.
+ |
|---|
Summary
diff --git a/docs/manual/mod/mod_ratelimit.xml.fr b/docs/manual/mod/mod_ratelimit.xml.fr
index 890ddb25bfc..ed6c6801667 100644
--- a/docs/manual/mod/mod_ratelimit.xml.fr
+++ b/docs/manual/mod/mod_ratelimit.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/mod/mod_ratelimit.xml.meta b/docs/manual/mod/mod_ratelimit.xml.meta
index 9cd2c2d9d2a..c44ea5cee2a 100644
--- a/docs/manual/mod/mod_ratelimit.xml.meta
+++ b/docs/manual/mod/mod_ratelimit.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 2330fab9fc9..715c39427b9 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -2051,8 +2051,8 @@ The following
source variants are available:
This is the always available builtin seeding source. Its usage
consumes minimum CPU cycles under runtime and hence can be always used
without drawbacks. The source used for seeding the PRNG contains of the
- current time, the current process id and (when applicable) a randomly
- chosen 1KB extract of the inter-process scoreboard structure of Apache.
+ current time, the current process id and a randomly
+ chosen 128 bytes extract of the stack.
The drawback is that this is not really a strong source and at startup
time (where the scoreboard is still not available) this source just
produces a few bytes of entropy. So you should always, at least for the
diff --git a/docs/manual/mod/overrides.html.en b/docs/manual/mod/overrides.html.en
index a58fe71bec1..b38d9769532 100644
--- a/docs/manual/mod/overrides.html.en
+++ b/docs/manual/mod/overrides.html.en
@@ -613,7 +613,7 @@ a matching file with MultiViews
| ProxyFCGISetEnvIf | mod_proxy_fcgi |
| Allow variables sent to FastCGI servers to be fixed up |
| ProxyHCExpr | mod_proxy_hcheck |
-
| Creates a named condition expression to use to determine health of the backend based on its response. |
+
| Creates a named condition expression to use to determine health of the backend based on its response |
| ProxyHCTemplate | mod_proxy_hcheck |
| Creates a named template for setting various health check parameters |
| QualifyRedirectURL | core |
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index 712080adb1f..b5f01cda8d2 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -738,7 +738,7 @@ simultaneously
| MDMember hostname | | s | E |
| Additional hostname for the managed domain. |
| MDMembers auto|manual | auto | s | E |
| Control if the alias domain names are automatically added. |
| MDMustStaple on|off | off | s | E |
| Control if new certificates carry the OCSP Must Staple flag. |
-
| MDNotifyCmd path | | s | E |
| Run a program when Managed Domain are ready. |
+
| MDNotifyCmd path [ args ] | | s | E |
| Run a program when Managed Domain are ready. |
| MDomain dns-name [ other-dns-name... ] [auto|manual] | | s | E |
| Define list of domain names that belong to one group. |
| <MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | | s | E |
| Container for directives applied to the same managed domains. |
| MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
| Map external to internal ports for domain ownership verification. |
@@ -827,9 +827,9 @@ response
| ProxyFtpDirCharset character set | ISO-8859-1 | svd | E |
| Define the character set for proxied FTP listings |
| ProxyFtpEscapeWildcards [on|off] | | svd | E |
| Whether wildcards in requested filenames are escaped when sent to the FTP server |
| ProxyFtpListOnWildcard [on|off] | | svd | E |
| Whether wildcards in requested filenames trigger a file listing |
-
| ProxyHCExpr name {ap_expr expression} | | sv | E |
| Creates a named condition expression to use to determine health of the backend based on its response. |
-
| ProxyHCTemplate name parameter=setting <...> | | sv | E |
| Creates a named template for setting various health check parameters |
-
| ProxyHCTPsize <size> | | s | E |
| Sets the total server-wide size of the threadpool used for the health check workers. |
+
| ProxyHCExpr name {ap_expr expression} | | sv | E |
| Creates a named condition expression to use to determine health of the backend based on its response |
+
| ProxyHCTemplate name parameter=setting [...] | | sv | E |
| Creates a named template for setting various health check parameters |
+
| ProxyHCTPsize size | | s | E |
| Sets the total server-wide size of the threadpool used for the health check workers |
| ProxyHTMLBufSize bytes | | svd | B |
| Sets the buffer size increment for buffering inline scripts and
stylesheets. |
| ProxyHTMLCharsetOut Charset | * | | svd | B |
| Specify a charset for mod_proxy_html output. |