Simple question I think.
I want to segregate web content across multiple internal web servers on the same domain that are behind an SME gateway server.
Can SME support a configuration like:
mydomain.ca (SME Server/Gateway - Primary web server)
www1.mydomain.ca (first alternate internal web server)
www2.mydomain.ca (second alternate internal web server)
This is easy to do internally by adding a hostname but does not work outside of the local network.
Any ideas how to expose these internal servers without embedding forwarding ports in the outside URLs?
Thanks.