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
source
share