Forum Discussion
David_Horton_20
Nimbostratus
Jan 26, 2007Connection limits on IP Address
Hi
I am trying to create an iRule to manage traffic based on IP Address. I want to set a limit and only allow that number of people in. My current rule creates an array of ip addresses, when you...
hoolio
Cirrostratus
May 04, 2010If there is a space after the backslash on these lines, you can remove it to fix the syntax error:
HTTP::respond 302 "http://busy.example.com" \
"Connection" "Close" \
"Cache-Control" "no-cache" \
"Pragma" "no-cache"
Or if it's simpler, you could put it all on one line:
HTTP::respond 302 "http://busy.example.com" "Connection" "Close" "Cache-Control" "no-cache" "Pragma" "no-cache"
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
