Hi,
I have some problems with ARR and OWA.
My network is like this :
1 - IIS7 with ARR (External URL : https://www.my-site.eu) with public access other HTTPS
2 - Sharepoint (Internal URL : https://my-sharepoint)
3 - Exchange (Internal URL : https://my-exchange/owa)
On ARR I have two farms : farm1-sharepoint, farm2-exchange.
Each with 1 internal server.
In ARR, I have 2 rewriting rules :
* (conditions : {HTTPS} on and excluding {URL} */owa* ) -> https://farm1-sharepoint/{R:0}
*/owa* (conditions : {HTTPS} on) -> https://farm2-exchange/{R:0}
The first rule works succesfuly and I can access my Sharepoint server with https://www.my-site.eu
The second rule doesn't work and I can't access my OWA Exchange server with https://www.my-site.eu/owa
I have the 502 return code (proxy error).
Any idea or example of OWA rules...
Chris (from France)