Re: HTTP mime header decoding

Graham Dumpleton <[email protected]> Wed, 29 Jul 2009 18:06:16 +1000
Newsgroups gmane.comp.python.mod_python
Message-ID <[email protected]>
These days for Python web applications are based on WSGI interface.
For WSGI there are many hosting options, including adapters for CGI,
FASTCGI, SCGI and AJP, standalone Python WSGI servers, plus
Apache/mod_wsgi which embeds Python in Apache like mod_python but also
supplies a daemon mode like FASTCGI.

Graham

2009/7/29 Philip Scott <Philip.Scott-UYk2H0gbS4tFb6RKOvCA0QC/[email protected]>:
> Hi Graham,
>
>> No matter where you sent it, no one is actively developing or
> maintaining mod_python.
>
> Ah, I see. Thanks for letting me know!
>
>>All you can do is go to:
>>  https://issues.apache.org/jira/browse/MODPYTHON
>>and log a description of the problem and the proposed patch and if
> valid hope it may be addressed one day.
>
> Will do. Is there some fancy new thing that replaces mod_python that
> tempted the developers away, or was it just finished? Or did they just
> get bored :)
>
> - Philip
>