LinuxParty
Este
tutorial muestra cómo instalar y utilizar mod_python en diversas
distribuciones (Debian / Ubuntu, Fedora / CentOS, Mandriva, OpenSUSE)
con Apache2. mod_python es un módulo Apache que incorpora el intérprete
Python en el servidor. Le permite escribir aplicaciones web basadas
en Python que tendrán una carga muchas veces más rápido que el CGI
tradicional y tendrá acceso a funciones avanzadas tales como capacidad
de mantener conexiones con bases de datos y otros datos entre los
éxitos y el acceso a la parte interna de Apache.
This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2.
mod_python is an Apache module that embeds the Python interpreter
within the server. It allows you to 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.https://www.howtoforge.com/embedding-python-in-apache2-with-mod_python-debian-ubuntu-fedora-centos-mandriva-opensuse
