B
B
beduin012014-05-26 08:38:53
IIS
beduin01, 2014-05-26 08:38:53

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

4 answer(s)
D
Dmitry Panchuk, 2014-05-26
@panchdima

I think if they use different ports it should work

S
Sergey, 2014-05-26
@begemot_sun

You can also use an http proxy, such as an appropriately configured nginx. And to plant 2 servers on different ports.

P
Puma Thailand, 2014-05-26
@opium

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?

V
Vlad Zhivotnev, 2014-05-26
@inkvizitor68sl

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 question

Ask a Question

731 491 924 answers to any question