commit
b0f594efc9
1 changed files with 8 additions and 1 deletions
|
|
@ -29,12 +29,19 @@ follows:
|
||||||
|
|
||||||
# apt-get install libapache2-mod-wsgi
|
# apt-get install libapache2-mod-wsgi
|
||||||
|
|
||||||
|
If you are using a yum based distribution (Fedora, OpenSUSE, etc..) you
|
||||||
|
can install it as follows:
|
||||||
|
|
||||||
|
.. sourcecode:: text
|
||||||
|
|
||||||
|
# yum install mod_wsgi
|
||||||
|
|
||||||
On FreeBSD install `mod_wsgi` by compiling the `www/mod_wsgi` port or by
|
On FreeBSD install `mod_wsgi` by compiling the `www/mod_wsgi` port or by
|
||||||
using pkg_add:
|
using pkg_add:
|
||||||
|
|
||||||
.. sourcecode:: text
|
.. sourcecode:: text
|
||||||
|
|
||||||
# pkg_add -r mod_wsgi
|
# pkg install ap22-mod_wsgi2
|
||||||
|
|
||||||
If you are using pkgsrc you can install `mod_wsgi` by compiling the
|
If you are using pkgsrc you can install `mod_wsgi` by compiling the
|
||||||
`www/ap2-wsgi` package.
|
`www/ap2-wsgi` package.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue