Forum Discussion
Christian_15126
Nimbostratus
Jan 06, 2013irule catches info.blah.edu/* instead of specific paths in match criteria
Match subdomain.domain, with a "/", b_path, c_path, d_path; Then A/B load balance 60/40 percent ratio.
Created 12/11/2012 CH
Last edited 12/11/12
when RULE_INIT {
log local0....
Christian_15126
Nimbostratus
Jan 08, 2013I thought that this part took care of the HTTP::query (but i didn't write that part of the code):
F5 doesn't put the question mark in the query string
if { [HTTP::query] equals "" } { set new_query "" }
else { set new_query "?[HTTP::query]" }
if { $static::debug > 1 } { log local0. "new query string is \[$new_query\]" }
HTTP::respond 301 Location "http://${static::a_sub}.${static::domain}/$new_query"
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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