You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2022/06/23 22:47:44 UTC

[tomcat-connectors] branch main updated: Add more docs on new request id feature

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 88d54685f Add more docs on new request id feature
88d54685f is described below

commit 88d54685fe2f2bfc3a12afd2f2b0131d2b181a0c
Author: Rainer Jung <ra...@kippdata.de>
AuthorDate: Fri Jun 24 00:47:35 2022 +0200

    Add more docs on new request id feature
---
 xdocs/reference/apache.xml | 3 +++
 xdocs/reference/iis.xml    | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/xdocs/reference/apache.xml b/xdocs/reference/apache.xml
index e76ab3c27..07101aaef 100644
--- a/xdocs/reference/apache.xml
+++ b/xdocs/reference/apache.xml
@@ -348,6 +348,9 @@ The default value is "UNIQUE_ID". Loading the module "mod_unique_id"
 will automatically provide a unique request id under that name.
 </p>
 <p>
+This feature has been added in version 1.2.49 of mod_jk.
+</p>
+<p>
 If a request id is sent by the client or another reverse proxy in front via
 an HTTP request header, one can make this id available for mod_jk by
 copying it to an environment variable using mod_setenvif:<br/>
diff --git a/xdocs/reference/iis.xml b/xdocs/reference/iis.xml
index bc45d0c9e..2f053ef81 100644
--- a/xdocs/reference/iis.xml
+++ b/xdocs/reference/iis.xml
@@ -123,6 +123,12 @@ A string value which is the full path to uriworkermap.properties file
 A string value which is the full path to rewrite.properties file
 (for example <b>c:\tomcat\conf\rewrite.properties</b>)
 </p></attribute>
+<attribute name="request_id_header" required="false"><p>
+A string value which is the name of a request header
+from which a request id will be extracted that is part of
+every log line.</p>
+<p>This directive has been added in version 1.2.49</p>
+</attribute>
 <attribute name="shm_size" required="false"><p>
 A DWORD value size of the shared memory. Set this value to be
 the number of all defined workers * 400.


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