I'm working on setting up an internal Django hosting environment at the university I work for, and we will eventually need to support multiple versions of Python and Django. From what I've gathered, mod_wsgi is compiled using a certain version of Python and that is the only version that can run in that Apache instance. What would be the best way to go about supporting multiple Python versions with mod_wsgi?
Do I need to spin up multiple apache instances, each with a mod_wsgi module complied for a different version of Python? Would it be possible (perhaps in the future) to compile a single mod_wsgi module for multiple versions of Python or have the ability load multiple mod_wsgi modules, one for each Python version, into a single Apache instance? Then, maybe there could be a configuration option or parameter to WSGIDaemonProcess to specify which version to use. Gary --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
