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...
Michael_Jenkins
Cirrostratus
Jan 16, 2015Can you try to log the request uri and response for me and paste what you get. Something like this...
when HTTP_REQUEST {
log local0. "Request URL: "[HTTP::host][HTTP::uri]"
}
when HTTP_RESPONSE {
log local0. " Response: Status=[HTTP::status] | Location=[HTTP::header value Location]"
}
Otherwise, it could be that you're getting a 302 or 301 response to redirect to the other page. At that point you would rewrite the Location header. If the link to the other internal host is in the response body, you may want to check out trying to remove the "Accept-Encoding" header (see STREAM::expression wiki page or one of the notes on [SOL8115(https://support.f5.com/kb/en-us/solutions/public/8000/100/sol8115.html))
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