Forum Discussion
dmshunevich_262
Nimbostratus
Oct 15, 2016HTTP on 8080 port
Hello
I have VS running on 8080 port.
Service running on 8080 servers port.
When I trying access to server directly http://abc.com:8080 its work fine.
But when I start using F5, I can't open this li...
dmshunevich_262
Nimbostratus
Oct 16, 2016VS 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).
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