apache modules in python ?
Irmen de Jong
irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Tue Apr 29 18:04:11 EDT 2003
Geirgat Jonas wrote:
> Is it possible to write modules for the apache http server in python
> ?
>
Not quite the same, but I think you might be interested in mod_python:
http://www.modpython.org
"Mod_python is an Apache module that embeds the Python interpreter within the
server. With mod_python you can write web-based applications in Python that
will run many times faster than traditional CGI and will have access to
advanced features such as ability to retain database connections and other
data between hits and access to Apache internals."
--Irmen de Jong
More information about the Python-list
mailing list