From 64b7f08cdec2fe051b8f9bc077182364a5d7a164 Mon Sep 17 00:00:00 2001 From: Kickimanjaro Date: Tue, 2 Jan 2018 16:00:07 -0600 Subject: [PATCH] Added note for Apache installs using Debian Install on Debian using Apache fails as described in issue #1688 and requires installing libapache2-mod-wsgi-py3 to continue using WSGIPassAuthorization --- docs/installation/web-server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/web-server.md b/docs/installation/web-server.md index f9a304ff5..1b706cd81 100644 --- a/docs/installation/web-server.md +++ b/docs/installation/web-server.md @@ -96,6 +96,8 @@ Save the contents of the above example in `/etc/apache2/sites-available/netbox.c # service apache2 restart ``` +Note: Installations on Debian will require an additional package, libapache2-mod-wsgi-py3. Without it the restart command above will fail and checking the Apache status will show it is because of the WSGIPassAuthorization command. + To enable SSL, consider this guide on [securing Apache with Let's Encrypt](https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04). # gunicorn Installation