This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Make multiple virtual servers with the same ip/domain

Hello Sophos forum users,

I am currently attempting to make two virtual webservers with the same domain, but I am stuck (pic attached)

 

  • The ip domain will be a domain later, lets call it domain.com
  • Do I need sub-domains to resolve this or is there another way to solve this?


This thread was automatically locked due to age.
Parents
  • Use a combination of real webservers and site path routing (and potentially redirects) with a single virtual webserver.

    So - www.domain.com/dev/ is routed to the virtual server A port 80

    www.domain.com/prod/ is routed to virtual server B port 443

    www.domain.com/test/ is routed to virtual server A port 8080

    Or you could just route www.domain.com/ to virutal server B port 443, whatever you want.

    With redirects you could "listen" for /dev/ then redirect to /MicroServer/whatever/here so users don't have to remember all that stuff, just /dev/

    It takes a little while to learn all of this, but once you do it becomes super easy.

Reply
  • Use a combination of real webservers and site path routing (and potentially redirects) with a single virtual webserver.

    So - www.domain.com/dev/ is routed to the virtual server A port 80

    www.domain.com/prod/ is routed to virtual server B port 443

    www.domain.com/test/ is routed to virtual server A port 8080

    Or you could just route www.domain.com/ to virutal server B port 443, whatever you want.

    With redirects you could "listen" for /dev/ then redirect to /MicroServer/whatever/here so users don't have to remember all that stuff, just /dev/

    It takes a little while to learn all of this, but once you do it becomes super easy.

Children