I'm trying to do a similar sort of thing. What tips do people have for using *multiple* virtualenv package environments within the same apache web server? Is this impossible?
Tim, my suggestions: 1. What user is the httpd process running as? Can that user read your virtualenv directory? 2. Is your /path/to/virtualenv/bin in the PATH that is visible to the HTTPD process? You may need to modify apachectl or /etc/sysconfig/httpd to make this happen. Ian -- 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.
