Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question