From 5f6b63e978426bced60cd82bbda26b27f3522c92 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 3 Apr 2020 16:03:50 -0400 Subject: [PATCH] Remove extraneous package from Apache installation instructions --- docs/installation/4-http-daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/4-http-daemon.md b/docs/installation/4-http-daemon.md index d9190e39f..9124354cf 100644 --- a/docs/installation/4-http-daemon.md +++ b/docs/installation/4-http-daemon.md @@ -52,7 +52,7 @@ Finally, restart the `nginx` service to use the new configuration. Begin by installing Apache: ```no-highlight -# apt-get install -y apache2 libapache2-mod-wsgi-py3 +# apt-get install -y apache2 ``` Next, copy the default configuration file to `/etc/apache2/sites-available/`. Be sure to modify the `ServerName` parameter appropriately.