On 4/12/12, Krzysztof Jurkiewicz <[email protected]> wrote:
> Hello
> I have django + mod_wsgi + apache2 and virtualhost and it works great.
> I found WSGIPythonHome option but I cant put it in virtualhost but in
> global (quite pointless, because I want different djangos. So how do I
> pull this off to point at multiple pythons (I have on on virtualenv).
>

If you build a mod_wsgi 4.x from the repository, you will get access to
a new feature, which is the ability to pas a "python-home=" option to
WSGIDaemonProcess.  I have used it successfully.  There are restrictions,
see Graham's comments in the recent discussion of the feature.  Most
significant is that all the virtual environments you are using must be
based on the same root python install.

-- 
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.

Reply via email to