Forum Discussion
Brandon_High_10
Nimbostratus
Nov 17, 2004HTTP request rewriting
I want to use the BigIP to do something equivalent to apache's:
ProxyPass http://search.foo.com
ProxyPassReverse http://search.foo.com
...
unRuleY_95363
Nov 19, 2004Historic F5 Account
Instead of saving a string, I would recommend using an integer or boolean value.
For example, instead of:
set target_pool "search_pool"
use:
set rewrite_reponse 1
and then in the response event simply do
if { $rewrite_reponse } {
This is quite a bit faster than string comparing when you don't need to.
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
