]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR#39133
authorNick Kew <niq@apache.org>
Tue, 28 Mar 2006 19:43:34 +0000 (19:43 +0000)
committerNick Kew <niq@apache.org>
Tue, 28 Mar 2006 19:43:34 +0000 (19:43 +0000)
Remove "cyberthugs.com" and other real (or potentially real)
examples from deny lists in access control howto (2.0)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@389593 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.xml

index a72284f7cdd6198105415d58d46af66201185a01..95cb3346036a843f0c2f3896b9208f1d82d50fd8 100644 (file)
@@ -314,7 +314,7 @@ do?</title>
     following:</p>
 
     <example>
-      Deny from 205.252.46.165
+      Deny from 10.252.46.165
     </example>
 
     <p>Visitors coming from that address will not be able to see
@@ -329,8 +329,8 @@ do?</title>
     you can specify just part of an address or domain name:</p>
 
     <example>
-      Deny from <var>192.101.205</var><br />
-      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
+      Deny from <var>192.168.205</var><br />
+      Deny from <var>phishers.example.com</var> <var>moreidiots.example</var><br />
       Deny from ke
     </example>