Forum Discussion
Keith_Fox_15580
Nimbostratus
Jan 15, 2015Virtual server with two different web servers
I have a virtual server that needs to have two different web servers behind it, so that I can present it via the internet. The reasoning for this is server1, redirects to server2 two for authenticati...
Keith_Fox_15580
Nimbostratus
Jan 16, 2015I have setup an irule, and blank stream profile, but it is not changing the URL using the irule I have below, I am sure it is something I am doing wrong.
when HTTP_REQUEST {
Explicitly disable the stream profile for each request so it doesn't stay
enabled for subsequent HTTP requests on the same TCP connection.
STREAM::disable
}
when HTTP_RESPONSE {
Apply stream profile against text responses from the application
if { [HTTP::header value Content-Type] contains "text" }{
STREAM::expression {@insideserver.domain.com@outsidserver.domain.com@}
Enable the stream profile
STREAM::enable
}
}
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