mod_wsgi icon indicating copy to clipboard operation
mod_wsgi copied to clipboard

mod_wsgi 5.00

Open 7mike9 opened this issue 1 year ago • 1 comments

I downloaded the latest version of mod_wsgi 5.00, but I don't find mod_wsgi.so, I need help

7mike9 avatar Jun 03 '24 09:06 7mike9

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.

GrahamDumpleton avatar Jun 03 '24 09:06 GrahamDumpleton