Forum Discussion
gautier2310_360
Nimbostratus
May 03, 2018Modify VS port 80 to 8080
Hello,
My pool is configured on port 80.
I'm trying to modify my port on my virtual server but it's doesn't work.
When my VS is configured with port 80 it's works, after I modify the port to 80...
youssef1
Cumulonimbus
May 03, 2018Hello,
Are you sure that you don't have an "absolute link" in your application that redirect user on port 80. After you try to reach it in port 8080...
Set your Vs port to 8080 and stick this following irule then check logs in cli:
tailf /var/log/ltm
when HTTP_REQUEST {
set LogString " Client [IP::client_addr]:[TCP::client_port] -> [HTTP::host][HTTP::uri]"
log local0. " ============================================="
log local0. " $LogString (request)"
foreach aHeader [HTTP::header names] {
log local0. " $aHeader: [HTTP::header value $aHeader]"
}
log local0. " ============================================="
}
when HTTP_RESPONSE {
log local0. " ============================================="
log local0. " $LogString (response) - status: [HTTP::status]"
foreach aHeader [HTTP::header names] {
log local0. " $aHeader: [HTTP::header value $aHeader]"
}
log local0. " ============================================="
}
This Irule will help you to log all your header and will help us to find/identify the problematic.
let me now about logs....
Regards,
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
