Forum Discussion
HTTP on 8080 port
VS listening port 8080. Pool members listening 8080. NO SSL. Issue was with adding port in http host header field (http://abc.com:8080) I resolved this issue using following i rule:
when HTTP_REQUEST {
Replace host header value with everything before the colon
HTTP::header replace Host "[getfield [HTTP::host] : 1]"
}
and then choose appropriate pool based on http host header without pool. Could you please advise that this is correct way ?
- Vijay_EOct 16, 2016
Cirrus
Can you not set up VS to listen on port 80 and leave the pool members to listen on port 8080 ? This will remove the need for the iRule.
- RyannnnnnnnnOct 16, 2016
Altocumulus
agreed (ensure to enable port translation in the VS settings).
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
