Sep 2026 - DevCentral will be set to Read-Only on Sep 14th for a platform update. Details: DevCentral is Evolving.

Forum Discussion

zak_thompson_86's avatar
zak_thompson_86
Icon for Nimbostratus rankNimbostratus
Sep 04, 2007

Simple persistence problem

when HTTP_REQUEST { LB::detach HTTP::header insert ORIG_CLIENT_IP [IP::remote_addr] HTTP::header insert X_FWD_IP_ADDR [IP::remote_addr] pool my-www persist source_addr 255.255.255.0 3600 }   ...