Forum Discussion
hooleylist
Dec 14, 2010Cirrostratus
I didn't think LB::server was cached like most HTTP:: commands are. In a simple test, it looks like the correct values are logged before and after a change. And it doesn't make much sense if LB::server returns correct results a majority of the time.
when HTTP_REQUEST {
log local0. "\[LB::server\]: [LB::server]"
node 1.1.1.1 80
log local0. "\[LB::server\]: [LB::server]"
}
< HTTP_REQUEST>: [LB::server]: ubuntu_external_http_pool 0
< HTTP_REQUEST>: [LB::server]: 1.1.1.1 80
Aaron