From c54b3f2082fd114bb49cfb3a5a10f339c814ce67 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 8 Jan 2018 00:55:47 +0000 Subject: [PATCH] put requireany inside 2.4 apache block --- files/httpd/apachestatus.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/httpd/apachestatus.conf b/files/httpd/apachestatus.conf index 41255f4deb..cfd499349f 100644 --- a/files/httpd/apachestatus.conf +++ b/files/httpd/apachestatus.conf @@ -2,10 +2,13 @@ ExtendedStatus on SetHandler server-status + + # Apache 2.4 Require ip 127.0.0.1 Require ip ::1 Require host localhost Require valid-user +