[modwsgi] Re: mod_wsgi + virtualenv + multiple projects

2011-05-15 Thread zelegolas
If I understand well mod_wsgi is completely useless in my case :( Anyway thanks for your answer 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

Re: [modwsgi] Re: mod_wsgi + virtualenv + multiple projects

2011-05-15 Thread Graham Dumpleton
On 16 May 2011 07:03, zelegolas zelego...@gmail.com wrote: If I understand well mod_wsgi is completely useless in my case :( Yes and no. Within one single Apache instance you can't currently do what you want. You could however run up multiple Apache instances where each mod_wsgi uses different

[modwsgi] Debugging? and too much restarting the server

2011-05-15 Thread Gnarlodious
Hello Graham. Can you advise me how to use mod_wsgi? Two questions of burning importance: 1) How do you do a backtrace? Unable to use cgitb with mod_wsgi so what is the debugging method? 2) Is there a way to re-initialize an application without restarting Apache after every script change?