Forum Discussion
Ozu_26840
Nimbostratus
Mar 13, 2014HTTP redirect to a cloud server
Hello,
I need to send http data to a server in the cloud. The setup I need to put in place is 1 server in premise and another server in the cloud. When a request arrive to http://myexample.com i...
JRahm
Admin
Mar 13, 2014so just add the static IP to the pool, then you can just map the the pool member for that uri path. make sure the routing is in place for that to route to/from aws.
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/path" } {
pool $pool_name member $elb_ip $port
}
}
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