mod_wsgi
mod_wsgi copied to clipboard
mod_wsgi 5.00
I downloaded the latest version of mod_wsgi 5.00, but I don't find mod_wsgi.so, I need help
Have you looked at any of the documentation?
For pip install method:
- https://pypi.org/project/mod-wsgi/
For configure/make/make install method (Linux only):
- https://modwsgi.readthedocs.io/en/master/user-guides/quick-installation-guide.html
In other words, you need to build it yourself as it has to be built for the specific Apache httpd installation and Python version you use.