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 20:28:26 UTC

[tomcat-connectors] branch main updated: Fix module name in new docs snippet.

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 d6cc91f84 Fix module name in new docs snippet.
d6cc91f84 is described below

commit d6cc91f84d63a30e178e11a5559c3cd48de28fe2
Author: Rainer Jung <ra...@kippdata.de>
AuthorDate: Thu Jun 23 22:28:13 2022 +0200

    Fix module name in new docs snippet.
---
 xdocs/reference/apache.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/reference/apache.xml b/xdocs/reference/apache.xml
index cf2f62a66..e76ab3c27 100644
--- a/xdocs/reference/apache.xml
+++ b/xdocs/reference/apache.xml
@@ -350,7 +350,7 @@ will automatically provide a unique request id under that name.
 <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_headers:<br/>
+copying it to an environment variable using mod_setenvif:<br/>
 <code>SetEnvIf X-REQUEST-ID-HEADER "(.+)" X-REQUEST-ID=$1</code><br/>
 copies the value of the incoming header <code>X-REQUEST-ID-HEADER</code>
 to the environment variable <code>X-REQUEST-ID</code>. mod_jk can


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