we are runing an apache reverse proxy in front of several tomcats. sometimes we like to know to which server the request was forwarded. as we use mod_proxy_balancer.
i tried
\"%{X-Forwarded-Server}i\"
but this doesn't work. it shows the name of my loadbalancer (apache)
How can i log which worker was selected?