Answer the question
In order to leave comments, you need to log in
Is it possible to use two http servers on one web server?
There is VPS hosting. It spins sites on ASP.NET on the IIS Server. There was a need to write another site (more precisely backend) on vibed.org. The question is how to make two http servers work correctly?
Answer the question
In order to leave comments, you need to log in
You can also use an http proxy, such as an appropriately configured nginx. And to plant 2 servers on different ports.
nonsenses advise you what that
you are not satisfied with virtual hosts in the same iis?
why do you want to attach a second web server?
Put nginx in front of them on port 80, let it proxy requests depending on $http_host to different backends (one - IIS, the second - D, respectively).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question