The Apache Software Foundation June board meeting, which took place on June 16, 2010, unanimously passed a resolution to terminate Apache Quetzalcoatl Project (umbrella project for mod_python)
mod_python in effect was superceded by mod_wsgi
(an alternative Apache module for running Python web applications) also offers a daemon mode that is more secure and easier handled for a non-root webhosting user.
Web Server Gateway Interface (wsgi)
Werkzeug The Python WSGI Utility Library
Flask is a microframework for Python based on Werkzeug, Jinja 2
WebOb WSGI request and response objects
- mod_python embeds the Python interpreter into Apache
- http://modpython.org
- Download
- Getting Mod_Python Working
- mod_python_manual.pdf
- Mod_Python - Integrating Python with Apache - presentation paper
-
- Explores the use of SetHandler and AddHandler to trigger response handlers.
-
- Describes how processes are used by Apache and interpreters by mod_python.
-
- Provides an introduction to the basics of the mod_python module importing system.
- Provides a basic overview of the ability to use Python code in conjunction with SSI
- Dev Shed's ModPython
No comments:
Post a Comment