markokas Posted June 20, 2012 Posted June 20, 2012 Hi all, Is it possible to access UniGUI apps as standalone server throught port 80 on IIS. For example I have two UniGUI standalone web server applications, one works on port 8081 and other on 8082. I can access first one like http://www.example.com:8081/ and other one as http://www.example.com:8082/ I would like to access application on port 80 (other ports in many companies are closed), as http://www.example.com/ap_8081/ or http://www.example.com/ap_8082/ Is it possible something like that to make on IIS, or some other workaround? I know that I can make ISAPI but I need standalone applications... Any ideas? best regards, Marko Kastelic Quote
markokas Posted June 23, 2012 Author Posted June 23, 2012 I tried to use IIRF extension for IIS, the command proxyPass. It starts loading page then stopped ... ProxyPass ^/portal/(.*)$ http://193.77.187.61:8077/$1 any ideas? br,mk. Quote
Administrators Farshad Mohajeri Posted July 25, 2012 Administrators Posted July 25, 2012 I have no experience with IIS for doing this task. There are other tools like http://www.octagate.com/ which is a load balancer. For IIS I found this which may be helpful: http://learn.iis.net/page.aspx/486/http-load-balancing-using-application-request-routing/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.