From 967feb6931418aa42ea4b56862cf541a75202291 Mon Sep 17 00:00:00 2001 From: Craig <99729+craig@users.noreply.github.com> Date: Tue, 21 Aug 2018 00:41:29 +0200 Subject: [PATCH] Add missing library WSGIPassAuthorization fails if libapache2-mod-wsgi-py3 is missing --- docs/installation/3-http-daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/3-http-daemon.md b/docs/installation/3-http-daemon.md index 9ed8fdd74..6ca38783e 100644 --- a/docs/installation/3-http-daemon.md +++ b/docs/installation/3-http-daemon.md @@ -56,7 +56,7 @@ To enable SSL, consider this guide on [securing nginx with Let's Encrypt](https: ## Option B: Apache ```no-highlight -# apt-get install -y apache2 +# apt-get install -y apache2 libapache2-mod-wsgi-py3 ``` Once Apache is installed, proceed with the following configuration (Be sure to modify the `ServerName` appropriately):