Forum Discussion
ahmed_elsayed
Altostratus
Oct 27, 2021virtual server with two service or more
i have one web server behind the big-ip which applied on it variety services , I need to access web application from outside as below : when write HTTP://abc.com forward traffic to normal web ...
Oct 28, 2021
Hi ahmed,
You can get packet capture and analyze it
tcpdump -nn -i any:nnnp -s0 -w /shared/tmp/2003.pcap host <vs-ip> and port 2003Could the cpanel 2003 port be working with ssl?
Oct 28, 2021
Can you add server ssl profile to the virtual server and try this iRule?
when HTTP_REQUEST {
if { [HTTP::host] ne "abc.com:2003" } {
SSL::disable serverside
}
}When you access cpanel from http://abc.com:2003, if it redirects to https, you will need to 2nd virtual server.
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
