Hi,

I am using mod_wsgi on a couple of my sites and assigned them all to the 
global ApplicationGroup:


  <Directory /var/www/myDomain.com/web>
      # ...    
      WSGIApplicationGroup %{GLOBAL}
  </Directory>


I was wondering, is it now possible to define a custom PythonPath for each 
of my sites?

I tried WSGIPythonPath, but this doesn't seem to work.. at least, when I 
look at the sys.path from within one of my applications, the path I defined 
with WSGIPythonPath doesn't show up.

Or is the only way to have different python paths for each site to use the 
Daemon mode?


Cheers,
Daniela

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to