Merge branch '1.1.x'

This commit is contained in:
David Lord 2020-11-04 18:25:37 -08:00
commit d81e5f8b6c
5 changed files with 6 additions and 14 deletions

View file

@ -25,7 +25,7 @@ follows:
.. sourcecode:: text
$ apt-get install libapache2-mod-wsgi
$ apt-get install libapache2-mod-wsgi-py3
If you are using a yum based distribution (Fedora, OpenSUSE, etc..) you
can install it as follows:
@ -39,7 +39,7 @@ using pkg_add:
.. sourcecode:: text
$ pkg install ap22-mod_wsgi2
$ pkg install ap24-py37-mod_wsgi
If you are using pkgsrc you can install `mod_wsgi` by compiling the
`www/ap2-wsgi` package.