Forum Discussion
Doug_104173
Nimbostratus
Sep 07, 2010Load Balancing SSL LDAP requests
Has anyone load balanced client requests over ssl through a BigIP to a pool of redhat directory servers? I would like to make a master and slave pair highly available behind my BigIP loadbalancers bu...
Thanks Deb and hoolio for your replies.
I had pretty much already decided that one rule was better than two. The need to have inter-dependence with flags etc. defeats the purpose of splitting the rules. It was a naive attempt at writing modular rules, but without user defined functions or subroutines that's not really practical.
unRuleY, would I need to worry about race conditions, such as when a second request is received on a connection before a response is received to a prior request which had disabled the HTTP_REQUEST event?
- Erwin_de_BrouwerNov 05, 2021
Nimbostratus
Hi, at first glance I would say, yes that will work.
Is there a problem?
Do watch out for the fact you are using the "^" and "$" to mark the begin and end of the input string to search on. They are typically used combined with the multiline-flag (/m)
By the way, I like to use regexr.com when building and testing regex.