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