updated doc for mod_wsgi (#3751)

Co-authored-by: Sarthak <sarthak@MacBook.local>
This commit is contained in:
Sarthak Vineet Kumar 2020-11-05 07:50:36 +05:30 committed by GitHub
parent 9d824db41c
commit 577eec198a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,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:
@ -41,7 +41,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.