=========== Source Code =========== The mod_wsgi source code is hosted on GitHub: * https://github.com/GrahamDumpleton/mod_wsgi Tagged release tarballs are available from the GitHub releases page: * https://github.com/GrahamDumpleton/mod_wsgi/releases The same releases are also published to the Python Package Index for installation via ``pip install mod_wsgi``: * https://pypi.org/project/mod_wsgi/ A separate ``mod_wsgi-standalone`` package, useful when no Apache is installed on the host, is also on PyPI: * https://pypi.org/project/mod_wsgi-standalone/ 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: * https://github.com/GrahamDumpleton/mod_wsgi-httpd and it is published to PyPI: * https://pypi.org/project/mod_wsgi-httpd/ See :doc:`installation` for installation instructions.