Export to GitHub

modwsgi - InstallationInstructions.wiki


summary Installation instructions for mod_wsgi.

labels Phase-Deploy

If you are using mod_wsgi, please consider making a donation.

Installation Instructions

Installation and configuration instructions for mod_wsgi are described in the following documents:

  • Quick Installation Guide
  • Quick Configuration Guide

Information specific to Windows can be found in:

  • Installation On Windows

Details of where precompiled binaries for various Linux distributions can be found and other information specific to Linux can be found in:

  • Installation On Linux

Issues related to installation on MacOS X can be found in:

  • Installation On MacOS X

Issues related to installation on Solaris can be found in:

  • Installation On Solaris

Issues related to installation on FreeBSD can be found in:

  • Installation On FreeBSD

Additional details on the configuration directives in mod_wsgi and how to use them is available in the following documents:

  • Configuration Guidelines
  • Configuration Directives

If you have any problem with installing mod_wsgi or running your specific WSGI application on top of mod_wsgi, check out the following documents:

  • Frequently Asked Questions

  • Installation Issues

  • Configuration Issues
  • Application Issues

Documentation is also provided, or references given to other sites, for using mod_wsgi with some of the common Python web frameworks and applications:

  • Integration With CherryPy
  • Integration With Django
  • Integration With MoinMoin
  • Integration With Pylons
  • Integration With Repoze BFG
  • Integration With Trac
  • Integration With TurboGears
  • Integration With web.py
  • Integration With web2py
  • Integration With Werkzeug

If none of the common issues match up with the problem you are seeing and you have the need to perform more low level debugging, check out the techniques from the following documents:

  • Debugging Techniques

You can also do some basic checking of your installation and configuration to validate that how it is setup is how you expect it to be. See the following documents.

  • Checking Your Installation

Once you have got everything running okay, you might also check out the following documents on how to get the most out of mod_wsgi.

  • Developer Guidelines