modpython
Mod_python is an Apache module that embeds the Python interpreter within the server. http://modpython.org/
Docs http://modpython.org/live/current/doc-html/contents.html
Build from source
- su
- cd /tmp
- tar xvzf mod_python-3.5.0.tgz
- cd mod_python-3.5.0
- make clean
- make
- make install