James Blaha wrote: > Does anyone operate a CF server behind a load balancer here?
Sure. But based on the description you provided earlier about reduced SSL certificate management what you are doing isn't so much load balancing as SSL offloading. That means your load balancer must operating at OSI layer 7. > If so, when a user access's a CFM template does the IP of the person come > through properly as a CGI variable? If I use TCP load balancing (OSI layer 3) the IP address isn't changed, if I use application aware load balancing (OSI layer 7) it is and I have to add an X-Forwarded-For header. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294500 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

