Merge branch '1.1.x'

This commit is contained in:
David Lord 2020-11-04 18:25:37 -08:00
commit 15a49e7297
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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.