From 577eec198adfb0a69f059e87c53d6ace55c55a77 Mon Sep 17 00:00:00 2001 From: Sarthak Vineet Kumar Date: Thu, 5 Nov 2020 07:50:36 +0530 Subject: [PATCH] updated doc for mod_wsgi (#3751) Co-authored-by: Sarthak --- docs/deploying/mod_wsgi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploying/mod_wsgi.rst b/docs/deploying/mod_wsgi.rst index 76d986b7..a1a7333c 100644 --- a/docs/deploying/mod_wsgi.rst +++ b/docs/deploying/mod_wsgi.rst @@ -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.