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 be306cbf9 Document JkRequestIdIndicator.
be306cbf9 is described below

commit be306cbf9bbd15f2d2dd8f6f8a56912bbe67cab5
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Fri May 27 15:37:41 2022 +0200

    Document JkRequestIdIndicator.
---
 xdocs/reference/apache.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/xdocs/reference/apache.xml b/xdocs/reference/apache.xml
index 17db68aa6..2cac7953e 100644
--- a/xdocs/reference/apache.xml
+++ b/xdocs/reference/apache.xml
@@ -337,6 +337,15 @@ to add <code>SSLOptions +ExportCertData</code>.
   environment variables or as request headers.
 </p>
 </attribute>
+<attribute name="JkRequestIdIndicator" required="false"><p>
+Name of the Apache environment variable that contains a unique request id.
+The value of the environment variable will be added to most mod_jk error
+log lines and allows easy correlation with Apache logs by adding that
+environment variable there as well.
+<br/>
+The default value is "UNIQUE_ID". Loading the module "mod_unique_id"
+will automatically provide a unique request id under that name.
+</p></attribute>
 <attribute name="JkHTTPSIndicator" required="false"><p>
 Name of the Apache environment variable that contains SSL indication.
 <br/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to