python apache module?

Patrick Phalen python-list at teleo.net
Sun Dec 19 13:26:14 EST 1999


[Cameron Laird, on Sun, 19 Dec 1999]
:: In article <slrn8295t5.pr2.erno at fun77.kivikko.hoas.net>,
:: Erno Kuusela <erno at iki.fi> wrote:
:: >On Sat, 06 Nov 1999 02:10:23 -0500, Rob Nikander
:: ><nikander at mindspring.com> wrote:
:: >>I am just beginning to learn python and so far I think it is awesome.  I
:: >>was wondering if there is an Apache module analogous to mod_perl for
:: >>python?  I don't see anything on the Apache page.  If not, is someone
:: >>working on one?
:: >
:: >there are 2.
:: >
:: >PyApache is CGI-compatible out of the box, but is not noticeably
:: >faster than using straight CGI because it creates and shuts down
:: >a python interpreter for each individual http request.
:: >
:: >httpdapy is not cgi-compatible, but it is pretty easy to use
:: >and it is much faster then cgi/pyapache since it keeps
:: >the python interpreter around. it is in this sense more
:: >equivalent to mod_perl functionality.
:: 			.			.
:: 			.
:: I welcome help with <URL:http://
:: starbase.neosoft.com/~claird/comp.lang.python/web_python.html>,
:: whose aim is to catalogue such information and comparisons.


Keeping Cameron's repository of information up to date is important.
Having some information on apache.org would also be valuable.

If I go to http://www.apache.org/perl/, I see a whole lively section of
development.

If I go to http://www.apache.org/python/, I get a 403 Not Found error.

Could something be done about this disparity?




More information about the Python-list mailing list