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
...
gomes_127447
Nov 18, 2004Historic F5 Account
I'm not completely familiar with ProxyPass as I'm not an Apache admin.
But if you simply want to re-write HTTP Requests so they can be passed along to an HTTP proxy server you can do it this way:
when HTTP_REQUEST {
Rewrite the HTTP request so that a downstream proxy server will understand it
HTTP::uri "http://[HTTP::host][HTTP::uri]"
}
Obviously you will have to tell it what proxy server to send the request to so you could at this point choose a pool, a specific pool member or node.
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
