Finding Help
The primary support channel for mod_wsgi is the GitHub issue tracker:
Use this for both bug reports and general questions about mod_wsgi.
Before opening an issue, see Troubleshooting for pointers into
the user-guide pages on installation, configuration, and application
problems, and Error Reference if you have a WSGI#### error
code in your Apache logs.
For suspected security issues, see Security Issues for the private disclosure process — do not open a public issue.
Mailing list
The historical mod_wsgi mailing list at https://groups.google.com/group/modwsgi is no longer in use for new questions. It remains as a read-only archive of past discussions and can be useful for searching up answers from many years ago. Do not post new questions there; they will not be seen.
Other forums
Stack Overflow and Server Fault are reasonable places to ask general programming or system-administration questions where the mod_wsgi part is incidental. They are not monitored by the mod_wsgi maintainer, so for questions that need an authoritative answer about mod_wsgi specifically, use the GitHub issue tracker instead.