From 53740c9292bb786e1c739cb6b481f4b7aad10155 Mon Sep 17 00:00:00 2001
From: Nick Kew
Date: Tue, 28 Mar 2006 19:33:13 +0000
Subject: [PATCH] PR#39133 Remove "cyberthugs.com" and other real (or
potentially real) examples from deny lists in access control howto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@389589 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/howto/access.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml
index 063fa960bc7..c168c5f1d00 100644
--- a/docs/manual/howto/access.xml
+++ b/docs/manual/howto/access.xml
@@ -71,7 +71,7 @@ discussed in this document include mod_setenvif and
following:
- Deny from 205.252.46.165
+ Deny from 10.252.46.165
Visitors coming from that address will not be able to see
@@ -86,8 +86,8 @@ discussed in this document include mod_setenvif and
you can specify just part of an address or domain name:
- Deny from 192.101.205
- Deny from cyberthugs.com moreidiots.com
+ Deny from 192.168.205
+ Deny from phishers.example.com moreidiots.example
Deny from ke
--
2.47.2