https://issues.apache.org/bugzilla/show_bug.cgi?id=56661
--- Comment #14 from Rainer Jung <rainer.j...@kippdata.de> --- I added support for the new attribute to TC 8 in r1609593. Needs some more testing before porting back to TC7 an probably 6. A full test needs a dev build of mod_jk r1609589 or later. Alternatively one can try in Apache: SetEnvIf Server_Addr "(.*)" AJP_LOCAL_ADDR=$1 JkEnvVar AJP_LOCAL_ADDR Which for current releases of mod_jk would send a request attribute named AJP_LOCAL_ADDR with its value set to the value of the Apache internal variable SERVER_ADDR which in turn contains the local IP address of Apache. Starting with mod_jk 1.2.41 the attribute will be set without explicit configuration. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org