Graham Dumpleton
graham.dumpleton at gmail.com
Wed Jul 29 04:06:16 EDT 2009
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 at cantabcapital.com>: > 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 >
|