[modwsgi] Re: clean up crash

2009-02-22 Thread gert
On Feb 18, 11:17 am, Graham Dumpleton graham.dumple...@gmail.com wrote: I inadvertantly saw one crash when doing something else, but can't otherwise duplicate it. Let me know if you ever work out a narrow use case or example which reliably shows it. I'm going to go back to more important

[modwsgi] Re: mod_wsgi and SIGTERM or SIGKILL

2009-02-22 Thread Dalius Dobravolskas
Hello, Graham, OK. I will use modwsgi group. Answers to your questions: My wsgi program executes pypy-c program in separate process. I was trying to use both embedded and daemon modes. Config is very simple: VirtualHost * ServerName py.sandbox.lt ServerAdmin dal...@sandbox.lt

[modwsgi] Django user authentication of static resources

2009-02-22 Thread Chris Beaven
I'm looking at ways to secure static resources to logged in Django users. WSGIAccessScript looked perfect, except after experimentation, I see the environ variable it sends is indeed very bare. To determine whether a Django user is logged in, I'd need access to cookies which isn't sent as part

[modwsgi] Re: Django user authentication of static resources

2009-02-22 Thread Chris Beaven
On Feb 23, 1:19 pm, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/2/23 Chris Beaven smileych...@gmail.com: I'm looking at ways to secure static resources to logged in Django users. WSGIAccessScript looked perfect, except after experimentation, I see the environ variable

[modwsgi] Re: Django user authentication of static resources

2009-02-22 Thread Graham Dumpleton
2009/2/23 Chris Beaven smileych...@gmail.com: On Feb 23, 1:19 pm, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/2/23 Chris Beaven smileych...@gmail.com: I'm looking at ways to secure static resources to logged in Django users. WSGIAccessScript looked perfect, except