On Wed, Jun 23, 2010 at 5:26 PM, Tom Evans <tevans...@googlemail.com> wrote: > On Wed, Jun 23, 2010 at 12:22 AM, Gustavo Narea <m...@gustavonarea.net> wrote: >> Hello, >> >> I'm going to work on some patches to improve WSGI support, and I found >> something that, if changed, could make my patches and django.core.handlers >> simpler... As well as make it possible to use WSGI middleware with Django >> under mod_python. >> >> ... >> >> To sum up, I'm proposing two things: >> 1.- Making the WSGI handler the only handler. >> 2.- If we want to keep mod_python support, use a mod_python<->WSGI wrapper. >> > > What about FastCGI?
FastCGI is a server interface, not a handler interface. If you dig into the internals, the FastCGI interface uses WSGI to serve pages. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.