From 777e23f81e5c496cd89d5789bdd18624e319a7ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wxcaf=C3=A9=20=28Cl=C3=A9ment=20Hertling=29?= Date: Mon, 16 Jun 2014 22:07:20 +0200 Subject: [PATCH] Update mod_wsgi.rst Changes deprecated pkg_add to pkg install, adds documentation for yum --- docs/deploying/mod_wsgi.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/deploying/mod_wsgi.rst b/docs/deploying/mod_wsgi.rst index dbcfc0f3..3c859910 100644 --- a/docs/deploying/mod_wsgi.rst +++ b/docs/deploying/mod_wsgi.rst @@ -29,12 +29,19 @@ follows: # 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 using pkg_add: .. 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 `www/ap2-wsgi` package.