L
L
Leksk2019-10-16 13:26:20
Django
Leksk, 2019-10-16 13:26:20

Is it possible to run a Django app in "Default Wed Site" on IIS7?

There is IIS7 on which I work several applications (PHP, ISAPI modules), all of them are in the "Default Wed Site" group and are called by "name_server / name_app", you must also call the Django application. Having tried several methods described on the network, it turned out only by adding a new site and, accordingly, with a new port.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Tikhonov, 2019-10-23
@Leksk

It will not work, PHP and Python communicate with the web server using a different binary protocol (I suspect that FastCGI vs WSGI). You need nginx to resolve paths to different upstreams.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question