hpl123 wrote
PointsWell wrote
hpl123 wrote
If you configure a reverse proxy, the URL may need rewriting in some cases as the public URL is different from the private URL. Have anyone experienced problems with this when using a reverse proxy with Aware?
The URL is rewritten from the public URL to an internal private IP address.
You would run two servers
One with NGINX (or whatever) and that would be exposed to the internet.
Second one with Aware that is shielded from the internet and running on a private IP address. There is no URL for this server as it is not publicly accessible.
The problems I was referring to are mainly resource access problems so say I have a resource (image, file whatever) on the server and it is opened up by Aware, in that case the file would be accessed using the private URL BUT when the proxy rewrites the URL in the for the user, the file is not correctly opened as there exists no file at that URL. Not sure I am explaining this correctly and I had some issues with this initially when setting up IIS but don´t any more and/so I am not sure in what circumstances this actually happened but I know it can happen. Complex stuff.
The directive includes subdirectories within it.
If you rewrite
cust.yourDomain.com to 10.20.30.40:8080/AwareIM/
then everything within AwareIM is included. So if you made a call to a file in AwareIM/Documents then you could access that via cust.yourDomain.com/Documents or you could redirect cust.yourDomain.com/somethingElse to 10.20.30.40:8080/AwareIM/Documents/
Similarly you can exclude access via the proxy as well.
I may not have understood the question.