From 79c2b2712d4a9f3b8f152633200d9bee804a2c73 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 17 Jan 2025 15:24:25 +0100 Subject: [PATCH] Configuring Apache --- apache2/mods-available/status.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apache2/mods-available/status.conf b/apache2/mods-available/status.conf index 2f09656..4d0cfc7 100644 --- a/apache2/mods-available/status.conf +++ b/apache2/mods-available/status.conf @@ -1,4 +1,4 @@ - + # Allow server status reports generated by mod_status, # with the URL of http://servername/server-status # Uncomment and change the "192.0.2.0/24" to allow access from other hosts. @@ -24,8 +24,11 @@ # Default: Off #SeeRequestTail On - # Show Proxy LoadBalancer status in mod_status - ProxyStatus On + + # Show Proxy LoadBalancer status in mod_status + ProxyStatus On + + # vim: syntax=apache ts=4 sw=4 sts=4 sr noet -- 2.39.5