Forum Discussion

Osama_Ibrahim_M's avatar
Osama_Ibrahim_M
Icon for Nimbostratus rankNimbostratus
Sep 30, 2018

Can't access to App web site

Hi Dears,

 

Recently I configured new application with simple and default balancing configuration. App configured in port 8088 with URL (http://abc.com), the problem is that, the web site can't open without writing the port, I have to write (http://www.abc.com:8088), although I defined the port number in VS configuration.

 

Kindly your advices.

 

thanks in advance.

 

7 Replies

  • Does server response include redirects or links with port in URL?

     

    If yes, you have 2 solutions:

     

    • recommended solution is to change server behavior to send relative url or configure proxy base url
    • second solution with higher cpu usage is to rewrite response data
    • mf5's avatar
      mf5
      Icon for Nimbostratus rankNimbostratus

      Your VS is configured to accept port 8080 traffic only.

       

      Please change VS to accept HTTP traffic (i,e. port 80) instead of 8080 and check.

       

    • Osama_Ibrahim_M's avatar
      Osama_Ibrahim_M
      Icon for Nimbostratus rankNimbostratus

      Hi Mohammed,

       

      I have to change the port in VS only or pool members also? because I changed the port to 80 for VS only but the problem still there.

       

  • Try with below settings: Let the VS on port 80 and back end servers on port 8088. Make new http profile and amend "Redirect Rewrite" value to "All"; apply the profile to VS.

     

    Let me know if it works.

     

  • Create new VS with default http profile which listen on port 80. Use all default setting. On new VS just set Source Address Translation to Auto Map. In VS Resources assign your existing pool which listens on port 8088. It should work. I've tested it in lab environment and didn't get any issue. All setting for VS was default; I've just assigned default http profile and set Auto Map.