2009/4/13 gert <gert.cuyk...@gmail.com>: > > embedded mode > WSGIProcessGroup %{GLOBAL} python-path=/usr/httpd/www/appwsgi/www/lib > WSGIApplicationGroup %{GLOBAL} > > daemon mode > WSGIDaemonProcess www.site1.net user=www group=www processes=1 > threads=25 display-name=(wsgi:site1) > WSGIProcessGroup www.site1.net python-path=/usr/httpd/www/appwsgi/www/ > lib > WSGIApplicationGroup %{GLOBAL} > > This would get rit of the WSGIPythonPath confusion once and for all :-)
That cannot work. The WSGIProcessGroup directive can be used multiple times in different contexts for the same target group. The 'python-path' value can only be set once as it applies to the whole process and is set once only at time interpreter is initialised. 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 email to modwsgi+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---