]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR#39133
authorNick Kew <niq@apache.org>
Tue, 28 Mar 2006 19:33:13 +0000 (19:33 +0000)
committerNick Kew <niq@apache.org>
Tue, 28 Mar 2006 19:33:13 +0000 (19:33 +0000)
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

index 063fa960bc76a8d97e5ba137c092109d8ef090c2..c168c5f1d00532c3ca6086961a25eb8e473740e8 100644 (file)
@@ -71,7 +71,7 @@ discussed in this document include <module>mod_setenvif</module> and
     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
@@ -86,8 +86,8 @@ discussed in this document include <module>mod_setenvif</module> and
     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>