Depends on how you want to use it. If you want to install a system package for Apache/mod_wsgi you will need to refer to your operating system packaging guides for how to install it. Once you have the system package installed, you can manually configure the system Apache by following mod_wsgi docs at:
https://www.modwsgi.org <https://www.modwsgi.org/> If you want to use mod_wsgi-express from the command line with Flask, for installation see the Flask documentation: https://flask.palletsprojects.com/en/2.2.x/deploying/mod_wsgi/ and: https://pypi.org/project/mod-wsgi/ mod-wsgi pypi.org Graham > On 4 Apr 2023, at 1:45 am, 方俊 <[email protected]> wrote: > > Hello, how to install mod_wsgi in flask, one of my direct errors, I have > installed Apache > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/modwsgi/2e70591b-097e-4408-a35f-ff89613b564fn%40googlegroups.com > > <https://groups.google.com/d/msgid/modwsgi/2e70591b-097e-4408-a35f-ff89613b564fn%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/A9258856-5D03-4B62-B16A-8CFDA3A5D897%40gmail.com.
