From b3d9475cc18b7161a7d9f29acec2eed763835505 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Apr 19 2024 19:29:35 +0000 Subject: Repair Apache status listening port Signed-off-by: Georg Pfuetzenreuter --- diff --git a/pillar/role/common/apache.sls b/pillar/role/common/apache.sls index 6fbcb12..01ca570 100644 --- a/pillar/role/common/apache.sls +++ b/pillar/role/common/apache.sls @@ -9,7 +9,8 @@ apache: LogFormat: combined env=!dontlog sites: status: - interface: ipv6-localhost:8181 + interface: ipv6-localhost + port: 8181 Location: /server-status: SetHandler: server-status