Forum Discussion

Thomas_Leroy's avatar
Thomas_Leroy
Icon for Nimbostratus rankNimbostratus
Aug 22, 2018

Multiple website running on the same port

Hi,

 

I am in the following situation : I have 3 websites running on the same port 443, each website are hosted on two IIS webserver. On of the website is a sharepoint app.

 

How can I achieve a load balancing of this 3 websites ? with a single VS and a redirect irule ? can I also use the sharepoint iapp ?

 

thank you

 

2 Replies

  • Hi Thomas,

     

    Correct me if i'am wrong.

     

    • You will have only 1 VS:443
    • You have 2 server IIS/backend server (3 sharepoint app by Server)

    So you can use share point APP or no. your need comes down to creating a simple service (sharepoint redirects the user to the correct app based on the hostname). So trough your VS you can deploy as many app as you want without changing your service.

     

    First of try to create your VS without APP (it will easy): - VS standard - client ssl profile (you will need a wildcard cert or cert with all your fqdn informed in the SAN) - http provile with X-Forwarded-For enable - snat automap - Pool with 2 IIS/backend server. - Monitor (create 3 monitors, one for each app) - ...

     

    For the future you can set a policy or Irule to restrict only fqdn that you whant to allow trough your service...

     

    Let me now if you need more help on this topic.

     

    Regards