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
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
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>