Forum Discussion
Joe_Curl_105786
Nimbostratus
Oct 01, 2007Internal Website
I have a group of web servers that reside on the inside of our network, that need to be presented to the Internet. The VS is an anonymous server that sends a redirect to a server on the inside of our network. I need the F5 to stay in conversation path. The website has links that refer to other servers that would not be available to the Internet, but just to servers on the inside. Has anyone done anything like this. Thanks for the help.
Joe
- Deb_Allen_18Historic F5 AccountHi Joe --
- Joe_Curl_105786
Nimbostratus
Deb, - Joe_Curl_105786
Nimbostratus
Deb, - Deb_Allen_18Historic F5 AccountIf you want to direct traffic based on hostname, you'll want to use the HTTP::host command:
when HTTP_REQUEST { if { [string tolower [HTTP::host]] contains "corppdwqk9951" } { pool nas-gpo-webapp-pool } }
- Deb_Allen_18Historic F5 AccountI'm not sure I understand the rest of your requirements, but I'll take a stab at addressing them.
when HTTP_REQUEST { switch -glob [string tolower [HTTP::host]] { *host1* {pool pool1} *host2* {pool pool2} *host3* {pool pool3} default {pool pooldefault} } }
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