[modwsgi] Re: Making WSGIPythonPath deprecated

2009-04-13 Thread gert

On Apr 13, 2:12 pm, Graham Dumpleton 
wrote:
> 2009/4/13 gert :
>
> > On Apr 13, 8:39 am, Graham Dumpleton 
> > wrote:
> >> 2009/4/13 gert :
>
> >> > 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.
>
> Sorry, easter is almost over hear and a 'witch' is more appropriate to
> halloween.

ROFL :D
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[modwsgi] Re: Making WSGIPythonPath deprecated

2009-04-13 Thread Graham Dumpleton

2009/4/13 gert :
>
> On Apr 13, 8:39 am, Graham Dumpleton 
> wrote:
>> 2009/4/13 gert :
>>
>> > 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.

Sorry, easter is almost over hear and a 'witch' is more appropriate to
halloween.

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



[modwsgi] Re: Making WSGIPythonPath deprecated

2009-04-13 Thread gert

On Apr 13, 8:39 am, Graham Dumpleton 
wrote:
> 2009/4/13 gert :
>
> > 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
-~--~~~~--~~--~--~---



[modwsgi] Re: Making WSGIPythonPath deprecated

2009-04-12 Thread Graham Dumpleton

2009/4/13 gert :
>
> 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
-~--~~~~--~~--~--~---