On Apr 13, 8:39 am, Graham Dumpleton <graham.dumple...@gmail.com>
wrote:
> 2009/4/13 gert <gert.cuyk...@gmail.com>:
>
> > embedded mode
> > WSGIProcessGroup %{GLOBAL} python-path=/usr/httpd/www/appwsgi/www/lib
> > WSGIApplicationGroup %{GLOBAL}
>
> > daemon mode
> > WSGIDaemonProcesswww.site1.net user=www group=www processes=1
> > threads=25 display-name=(wsgi:site1)
> > WSGIProcessGroupwww.site1.netpython-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.

Witch can be easily solved with the right amount of chocolate eggs.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to