From 57a4df596140e8708dd9bb9f91bcd0998b33c4cb Mon Sep 17 00:00:00 2001 From: mindgam3s <34487011+mindgam3s@users.noreply.github.com> Date: Thu, 8 Apr 2021 10:14:14 +0200 Subject: [PATCH] updated apache2 section to include module PROXY_HTTP --- Directly-hosting-BlueMap-with-external-webservers.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Directly-hosting-BlueMap-with-external-webservers.md b/Directly-hosting-BlueMap-with-external-webservers.md index 7382769..470ea95 100644 --- a/Directly-hosting-BlueMap-with-external-webservers.md +++ b/Directly-hosting-BlueMap-with-external-webservers.md @@ -84,9 +84,10 @@ ProxyPreserveHost On ProxyPass /live/ http://127.0.0.1:8100/live/ ProxyPassReverse /live/ http://127.0.0.1:8100/live/ ``` -*(this needs the HEADERS, REWRITE and all PROXY (PROXY and PROXY_HTTP) modules for Apache to be enabled!)* -*(you can check your anabled modules via `# apache2ctl -M` and check whether the modules are installed)* -*(after installing any missing module via `# a2enmod MODULENAME` don't forget to restart apache2! )* + +*this needs the HEADERS, REWRITE and all PROXY (PROXY and PROXY_HTTP) modules for Apache to be enabled!* +*you can check your anabled modules via `# apache2ctl -M` and check whether the modules are enabled.* +*after installing any missing module via `# a2enmod MODULENAME` don't forget to restart apache2!* ## Caddy