Re: Strange problem with flup response code

2007-11-11 Thread Jarek Zgoda
OK, it turns out, this middleware was removed in Flup 1.0. Will try this one. On 9 Lis, 21:12, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > I'm using Django-0.96.1 deployed on apache/mod_fastcgi and sometimes I > see strange result of handling HTTP errors by flup 0.5. > I started investigating the

Strange problem with flup response code

2007-11-09 Thread Jarek Zgoda
I'm using Django-0.96.1 deployed on apache/mod_fastcgi and sometimes I see strange result of handling HTTP errors by flup 0.5. I started investigating the problem when I saw my app *never* returns any 404 nor 500 response, but the error log is full of tracebacks. In the code I often throw Http404