Source Code

The mod_wsgi source code is hosted on GitHub:

Tagged release tarballs are available from the GitHub releases page:

The same releases are also published to the Python Package Index for installation via pip install mod_wsgi:

A separate mod_wsgi-standalone package, useful when no Apache is installed on the host, is also on PyPI:

The mod_wsgi-standalone package relies on the mod_wsgi-httpd package to supply the Apache httpd installation that mod_wsgi is built against. Its source code is hosted on GitHub:

and it is published to PyPI:

See Installation for installation instructions.