From 72c3b9e2561a06fb80df1bae6de79db7296586f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 2 Oct 2015 23:49:43 +0200 Subject: [PATCH] - fix for 2.4 (we want it to be denied) --- apache-mod_authz_host.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apache-mod_authz_host.conf b/apache-mod_authz_host.conf index 5391967..5d3b4b8 100644 --- a/apache-mod_authz_host.conf +++ b/apache-mod_authz_host.conf @@ -5,10 +5,12 @@ LoadModule authz_host_module modules/mod_authz_host.so # - Require all denied + + Require all denied + Order allow,deny - Allow from all + Deny from all -- 2.44.0