From 7cf6ac5de6dde64221540b166c4855f63756f8ed Mon Sep 17 00:00:00 2001 From: msporleder Date: Thu, 26 Jun 2025 06:47:30 -0400 Subject: [PATCH] remove incorrect module mentions (#687) mod_proxy_html is for modifying html content in response bodies. The example configs are using mod_proxy_http. https://httpd.apache.org/docs/2.4/mod/mod_proxy_html.html vs https://httpd.apache.org/docs/2.4/mod/mod_proxy_http.html And anyway mod_proxy + mod_proxy_http should already be installed on almost all systems. Signed-off-by: msporleder --- docs/docs/admin/environments/apache.mdx | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/docs/docs/admin/environments/apache.mdx b/docs/docs/admin/environments/apache.mdx index fb1d41b..350dc0a 100644 --- a/docs/docs/admin/environments/apache.mdx +++ b/docs/docs/admin/environments/apache.mdx @@ -34,27 +34,6 @@ These examples assume that you are using a setup where your nginx configuration ::: -## Dependencies - -Install the following dependencies for proxying HTTP: - - - - -```text -dnf -y install mod_proxy_html -``` - - - - -```text -apt-get install -y libapache2-mod-proxy-html libxml2-dev -``` - - - - ## Configuration Assuming you are protecting `anubistest.techaro.lol`, you need the following server configuration blocks: