This is an automated email from the ASF dual-hosted git repository.
rjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 8316172b4 Mention JkRequestIdIndicator in the changelog
8316172b4 is described below
commit 8316172b41b97379237c86d18c6f954b2e4714c7
Author: Rainer Jung <[email protected]>
AuthorDate: Fri May 27 15:40:28 2022 +0200
Mention JkRequestIdIndicator in the changelog
---
xdocs/miscellaneous/changelog.xml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/xdocs/miscellaneous/changelog.xml
b/xdocs/miscellaneous/changelog.xml
index ebccf806c..67dbc97b7 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -44,8 +44,12 @@
<changelog>
<update>
Common: Add a request id to error log lines. To get a useful
- request id for the Apache web server, mod_unique_id needs
- to be loaded. The request id is not yet supported for IIS.
+ request id for the Apache web server, mod_unique_id should
+ be loaded. Alternatively an externally provided request
+ id can be copied to some Apache environment variable and
+ the name of that variable provided to mod_jk using the configuration
+ directive "JkRequestIdIndicator".
+ The request id is not yet supported for IIS.
(rjung)
</update>
<update>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]