Quellcode durchsuchen

Complements Apache2 documentation

Adrien Panay vor 7 Jahren
Ursprung
Commit
f40b98df05
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      doc/apache.md

+ 5 - 0
doc/apache.md Datei anzeigen

@@ -6,6 +6,11 @@ Install `Apache` server and its [`WSGI` module](https://github.com/GrahamDumplet
6 6
 
7 7
     sudo apt install apache2 libapache2-mod-wsgi-py3
8 8
 
9
+Load `Apache` http proxy module:
10
+
11
+    sudo a2enmod proxy
12
+    sudo a2enmod proxy_http
13
+
9 14
 ### Configuration ###
10 15
 
11 16
 Create a file named `/etc/apache2/sites-available/tracim.conf` containing: