- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
UAG reverse proxy with different domains
Hi,
currently I0m using the UAG 3.2 only for Horizon external access, this works great.
The UAG does have functionalities to us it as reverse proxy, I already tested this with subsites on a different internal server, it worked.
Now what I would like to do is the following Szenario:
1. Using it as proxy for horizon with URL1 (example: www.test1.com)
2. Using the reverse proxy functionality with URL2 (example: www.test2.com)
I did try to figure out how that could work, unfortunately the UAG seems not to work with host headers, either it always points to the www.test1.com entry page (Horizon) or it does not work.
Any idea?
Thanks, fredy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Fredy,
Did you find a solution?
I tried to configure reverse proxy with two domains and I think you can only archive this if you use different proxy pattern?
I tried both with /(.*) in proxy pattern and in my case the proxy header entry had no influence.
Nils
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can do this by specifying the proxy "Host Pattern". e.g.
proxyHostPattern=www.test1.com
Mark