mod_wsgi

Introduction

mod_wsgi is an Apache HTTP Server module by Graham Dumpleton that provides a WSGI compliant interface for hosting Python 2.3+ based web applications under Apache. As of version 3.0, mod_wsgi supports Python 2.6 and 3.1.

It is an alternative to mod_python, CGI and FastCGI solutions for Python-web integration.

Notes

  1. Prefer mod_wsgi over mod_python. We've got mod_wsgi working on cheshire.

References

  1. http://en.wikipedia.org/wiki/Mod_wsgi
  2. http://code.google.com/p/modwsgi/
  3. http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide