We have some interest in running multiple applications on a server with conflicting requirements as to verson of Python. Note that I really mean the python version, not the collection of modules available for import.
It's clear that we could run additional apache's, each with it's own build of mod_wsgi, build against the various python versions, and have one apache proxy for the others. And this is pretty clearly impossible in one apache in embedded mode. But is there a way to use daemon mode to run the individual processes from executables build against differing python versions? And if I just faild to see this in the FAQ and other docs (I looked where I thought likely), then please just hit me with a clue stick and accept my apologies. Bill -- 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.
