We have our apps in LAN, we can access via web htttp://10.8.16.30:9100/main/app/secure/log.jsf
And we have other server in thos we install the module URL Rewrite,m with this module we want configure Reverse Proxy. So
I create one rule (Inbound Rule)
The basic configuration is this.
When access to my external domain www.contoso.com i see the index of the internal server 10.8.16.30.
But i want to access to other directory locate in the intenal server (10.8.16.30), this directory contain our apps. With this rule when y write the directory manually we great access to app, that is good
3 Posts
Re: Reverse Proxy using rewrite rules
Dec 03, 2018 05:22 PM|vincent.yrl|LINK
Hi
I explain maybe bad. This is the scenario
We have our apps in LAN, we can access via web htttp://10.8.16.30:9100/main/app/secure/log.jsf
And we have other server in thos we install the module URL Rewrite,m with this module we want configure Reverse Proxy. So
I create one rule (Inbound Rule)
The basic configuration is this.
When access to my external domain www.contoso.com i see the index of the internal server 10.8.16.30. But i want to access to other directory locate in the intenal server (10.8.16.30), this directory contain our apps. With this rule when y write the directory manually we great access to app, that is good
When i write in my browser www.contoso.com/apps/log/login.jsf i can accces fine.
But we want when i write www.contoso.com access directly to my apps, i cant use a redirect because is an internal server with a internal address.
When i edit the Inbound Rule to http://10.8.16.30:9100/apps/
with {R:1}
When i edit the rule to access directly ti my apps, i have the error Not Found
Can anyone help me.
We want access directly to our apps when write www.contoso.com
Regards
Vincent