Psp (python server pages) under mod_wsgi?

Is there a way to run .psp (python server pages) under apache + mod_wsgi? While we are moving towards newer wsgi-based frameworks, we still have legacy code written in psp that works under mod_python.

We would like to be able to run it on the same server that hosts the other wsgi-based python code. In short - is there a way to support psp in mod_wsgi? Or are there any other tricks to at least allow mod_wsgi and mod_python to play well on the same server?

-S

+2
source share
1 answer

No, there is no mod_python PSP port for mod_wsgi.

, mod_python mod_wsgi , Python Python. :

http://code.google.com/p/modwsgi/wiki/InstallationIssues

, mod_wsgi - mod_python, mod_wsgi - , mod_python Python.

+1

Source: https://habr.com/ru/post/1762198/


All Articles