I am not using the apache balancing, but using a network level load balancer, but this concept may apply. We append an HTTP header on output that tells you which machine you were on. As long as each machine has a separate config file of some sort (in our setup it is http.conf unique per machine, with a global config for all machines) you can do this. We use :
Header always append ContentServer "strategis1" Which gives an HTTP header value in your output saying where it has gone. Also, this works well with a reverse proxy setup if you balance front and back ends as you can use this on both ends, and the data will appear in one HTTP header (hence why we use append in the command). This allows us to properly trace back exactly what machine handled the request, which I assume is what you wish to do. > On Wed, 2009-10-21 at 09:49 +0100, Mark Watts wrote: >> I hope this is the right place to ask... >> >> Would it be possible to add the (real) hostname of the server serving >> a /balancer-manager URI? >> Reason being, if you have a pair of load-balancers in HA fail-over, it >> tells you which server you're looking at. >> >> Cheers, >> >> Mark. >> > > I should clarity - can the hostname be added to the /balancer-manager > output page? > > -- > Mark Watts BSc RHCE MBCS > Senior Systems Engineer, Managed Services Manpower > www.QinetiQ.com > QinetiQ - Delivering customer-focused solutions > GPG Key: http://www.linux-corner.info/mwatts.gpg > -- Jeffrey Burgoyne Chief Technology Officer KCSI Keenuh Consulting Services Inc www.keenuh.com [email protected]
