405f23f2d9
Version 3.1.3 Apache module that embeds the Python interpreter As discussed on the mailing list, this package builds and runs for the most part but fails if the web server has too many backends. Adding it breaks nothing and does add functionality. I will file a PR to keep track of the remaining issue.
6 lines
350 B
Text
6 lines
350 B
Text
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.
|