Re: mod_python support

2013-11-25 Thread Russell Keith-Magee
On Tue, Nov 26, 2013 at 12:36 AM, Kamil Gałuszka wrote: > Hi ! > > I wanted to post this in old topic from 2010 but Google always gives me an > error on posting so I can't do that there. (soory for that!) > > I know that mod_python support was dropped long time ago but I t

Re: mod_python support

2013-11-25 Thread Tom Evans
On Mon, Nov 25, 2013 at 5:09 PM, Ramiro Morales wrote: > Now that specs like WSGI exist there is no point in going back one decade > implementing interfaces to cater for one particular web server integration > implementation. Is that any worse than where we are now, using an interface that only a

Re: mod_python support

2013-11-25 Thread Ramiro Morales
integration implementation. Ramiro Morales @ramiromorales On Nov 25, 2013 1:36 PM, "Kamil Gałuszka" wrote: > Hi ! > > I wanted to post this in old topic from 2010 but Google always gives me an > error on posting so I can't do that there. (soory for that!) > > I know th

Re: mod_python support

2013-11-25 Thread Kamil Gałuszka
I understand that and I agree that it maybe doesn't have any uptake. But, my reason for sending that information was question from today on django-users about mod_python support on Django. https://groups.google.com/forum/#!topic/django-users/449r3gUsN54 Cheers, Kamil Gałuszka 2013/11/25

Re: mod_python support

2013-11-25 Thread Alex Gaynor
nted to post this in old topic from 2010 but Google always gives me an > error on posting so I can't do that there. (soory for that!) > > I know that mod_python support was dropped long time ago but I think this > information should be noted to core developers. There is new release

mod_python support

2013-11-25 Thread Kamil Gałuszka
Hi ! I wanted to post this in old topic from 2010 but Google always gives me an error on posting so I can't do that there. (soory for that!) I know that mod_python support was dropped long time ago but I think this information should be noted to core developers. There is new relea

Re: Making WSGIHandler the only handler / mod_python support

2010-06-23 Thread Russell Keith-Magee
On Wed, Jun 23, 2010 at 7:53 PM, Gert Van Gool wrote: > So in theory, if you change the mod_python handler to one of the projects > mentioned (like paste.modwsgi). > mod_python is "promoted" to the same status as FastCGI? I'm not sure I understand your question. I suppose the approach of using p

Re: Making WSGIHandler the only handler / mod_python support

2010-06-23 Thread Gert Van Gool
ould 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.- Mak

Re: Making WSGIHandler the only handler / mod_python support

2010-06-23 Thread Russell Keith-Magee
andlers >> 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_pyth

Re: Making WSGIHandler the only handler / mod_python support

2010-06-23 Thread Tom Evans
ddleware 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? Cheers Tom -- You receive

Re: Making WSGIHandler the only handler / mod_python support

2010-06-23 Thread Gustavo Narea
Hello, On 23 June, 01:00, Russell Keith-Magee wrote: > On Wed, Jun 23, 2010 at 7:22 AM, Gustavo Narea wrote: > > 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<

Re: Making WSGIHandler the only handler / mod_python support

2010-06-22 Thread Russell Keith-Magee
On Wed, Jun 23, 2010 at 7:22 AM, Gustavo Narea wrote: > 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 do you think? As noted in a separate

Re: Making WSGIHandler the only handler / mod_python support

2010-06-22 Thread Robert Coup
Nice timing :) On Wed, Jun 23, 2010 at 11:22 AM, Gustavo Narea wrote: > > 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

Making WSGIHandler the only handler / mod_python support

2010-06-22 Thread Gustavo Narea
eep support for mod_python with the two advantages above: 1.- Adapting the existing code the mod_python handler and also applying the changes I proposed in the patch for ticket #8927. 2.- Copying the following module (Public Domain) into Django: http://www.aminus.net/browser/modpython_gateway.py 3.