Procházet zdrojové kódy

#2376: Add libapache2-mod-wsgi-py3 to CentOS installation section

Jeremy Stretch před 7 roky
rodič
revize
b917e8d3b0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/installation/3-http-daemon.md

+ 1 - 1
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
 ## Option B: Apache
 
 
 ```no-highlight
 ```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):
 Once Apache is installed, proceed with the following configuration (Be sure to modify the `ServerName` appropriately):