arungupta wrote:
>
> Configured mod_proxy_balancer for front-ending a bunch of GlassFish
> instances. How do I print the backend host/port in the log ?
>
In general, Apache environment variables (distinct from OS environment
variables) are logged via %{envvar-name}e. The special environment
variables created by the balancer are documented at
http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html#environment.
BALANCER_WORKER_NAME seems to be the one you want:
BALANCER_WORKER_NAME
This is assigned the name of the worker used for the current request.
The value is something like http://hostA:1234.
--
View this message in context:
http://www.nabble.com/Backend-host-port-in-the-log-tp24003433p24073556.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]