From aabe8f9afee165d13994444a5a2832c1979ec044 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Tue, 28 Mar 2006 19:40:37 +0000 Subject: [PATCH] PR#39133 Remove "cyberthugs.com" and other real (or potentially real) examples from deny lists in access control howto in trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@389591 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index c19e3f8f88..6608fd18f6 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -551,7 +551,7 @@ person in following:

- Reject ip 205.252.46.165 + Reject ip 10.252.46.165

Visitors coming from that address will not be able to see @@ -568,8 +568,8 @@ person in <SatisfyAll>
- Reject ip 192.101.205
- Reject host cyberthugs.com moreidiots.com
Reject host ke
+ Reject ip 192.168.205
+ Reject host phishers.example.com moreidiots.example
Reject host ke
</SatisfyAll>
-- 2.40.0