From 3f26077d5af973518e1b1340ce59462e9767780a Mon Sep 17 00:00:00 2001 From: Stef Verniers Date: Tue, 12 Mar 2024 16:57:27 +0100 Subject: [PATCH] testing layout --- best_practices/webserver/apache.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/best_practices/webserver/apache.md b/best_practices/webserver/apache.md index 5caf9ed0..20c7c518 100644 --- a/best_practices/webserver/apache.md +++ b/best_practices/webserver/apache.md @@ -4,8 +4,7 @@ order: 100 # Apache -=== -## Grant or deny access to server for specific IP's while using basic auth +=== Grant or deny access to server for specific IP's while using basic auth In this article, we'll tackle the problem how we can decide if a visitor should or should not login on a server with basic auht enabled, based on it's IP-adress. So what is the result we want to achieve? We want to implement an .htpasswd so visitors need to have a valid login, except when the request came from a whitelisted IP adress.