mirror of https://github.com/pallets/flask.git
updated doc for mod_wsgi (#3751)
Co-authored-by: Sarthak <sarthak@MacBook.local>
This commit is contained in:
parent
9d824db41c
commit
577eec198a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue