Re: [modwsgi] Re: mod_wsgi + virtualenv + multiple projects

2011-05-16 Thread Mr Kiwi
zelegolas, If i understand the situation correctly, you just need to run an apache instance with modwsgi compiled for python2.6, where you would run all your projects which use python2.6. Then, say on port 81, run another instance of apache with modwsgi compiled for python2.7, and again all

Re: [modwsgi] Re: mod_wsgi + virtualenv + multiple projects

2011-05-16 Thread Graham Dumpleton
On 16 May 2011 17:25, Mr Kiwi mrk...@gmail.com wrote: zelegolas, If i understand the situation correctly, you just need to run an apache instance with modwsgi compiled for python2.6, where you would run all your projects which use python2.6. Then, say on port 81, run another instance of

[modwsgi] Re: mod_wsgi + virtualenv + multiple projects

2011-05-15 Thread zelegolas
If I understand well mod_wsgi is completely useless in my case :( Anyway thanks for your answer Graham -- You received this message because you are subscribed to the Google Groups modwsgi group. To post to this group, send email to modwsgi@googlegroups.com. To unsubscribe from this group, send

Re: [modwsgi] Re: mod_wsgi + virtualenv + multiple projects

2011-05-15 Thread Graham Dumpleton
On 16 May 2011 07:03, zelegolas zelego...@gmail.com wrote: If I understand well mod_wsgi is completely useless in my case :( Yes and no. Within one single Apache instance you can't currently do what you want. You could however run up multiple Apache instances where each mod_wsgi uses different