Well I have a related subject so I"ll jump on board and ask for help:
From my thread here:
http://www.vbulletin.com/forum/showt...921#post810921
We have implemented full load balancing on our forums, which is working great. However, now all IP logging shows the virtual IP of the load balancer, and not the user themself.
The load balancer passes 'X-Cluster-Client-Ip' with the original client IP address (at least for clear http requests; https and other protocols, not so much).
In this
http://forums.servermatrix.com/viewtopic.php?t=9828 thread, there is a suggestion on how to fix this issue for your apache logs. I'm not sure how to fix it in the VBulliten case.
The problem isn't in our logs. The problem is in the vb admincp - when you click to view a users ip, they are all showing as the LB's ip, not the user's actual ip. Sounds liek we have to hack vb to read the xforwarded by?
Yes you would have to hack the VB code to get that functionality
Thoughts?