[wiki-web] Turn this into something httpd >= 2.4 understands



commit 5581f9521ae80fb6e570c64d941897f611db12d8
Author: Andrea Veri <averi redhat com>
Date:   Fri Dec 6 13:39:04 2019 +0100

    Turn this into something httpd >= 2.4 understands

 app_data/httpd-cfg/00_wiki.gnome.org.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app_data/httpd-cfg/00_wiki.gnome.org.conf b/app_data/httpd-cfg/00_wiki.gnome.org.conf
index ac96182..8cb4ca7 100644
--- a/app_data/httpd-cfg/00_wiki.gnome.org.conf
+++ b/app_data/httpd-cfg/00_wiki.gnome.org.conf
@@ -24,10 +24,10 @@
 
     # Repeated from httpd.conf so the access rules win over the above rule
     <Location /server-status>
-     SetHandler server-status
-     Order deny,allow
-     Deny from all
-     Allow from 127.0.0.1
+      SetHandler server-status
+      <RequireAny>
+       Require ip 127.0.0.1
+      </RequireAny>
     </Location>
 
     RewriteEngine On


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]