Forum Discussion
tarma_58716
Nimbostratus
Jun 12, 2011split port url in the https class redirection
Hi i've a httpclass wich redirect the client to a new URL:
profile httpclass localhost_redirect {
defaults from httpclass
pool none
redirect "http://172.x.x.x:"2131" ...
nitass
Employee
Jun 12, 2011it seems to be different story. so, is this applicable?
virtual bar80 {
destination 172.28.17.88:80
ip protocol 6
rules myrule
profiles {
http {}
tcp {}
}
}
rule myrule {
when HTTP_REQUEST {
virtual bar1234
}
}
virtual bar1234 {
snat automap
pool foo
destination 172.28.17.88:1234
}
pool foo {
members 10.10.70.110:80 {}
}
curl -i http://172.28.17.88/
HTTP/1.1 200 OK
Date: Sun, 12 Jun 2011 04:53:09 GMT
Server: Apache/2.0.59 (rPath)
Last-Modified: Sat, 11 Jun 2011 00:31:47 GMT
ETag: "667a-67-cfb682c0"
Accept-Ranges: bytes
Content-Length: 103
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
...
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