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
following:</p>
<example>
- Reject ip 205.252.46.165
+ Reject ip 10.252.46.165
</example>
<p>Visitors coming from that address will not be able to see
<example>
<SatisfyAll><br />
<indent>
- Reject ip <var>192.101.205</var><br />
- Reject host <var>cyberthugs.com</var> <var>moreidiots.com</var><br /> Reject host ke<br />
+ Reject ip <var>192.168.205</var><br />
+ Reject host <var>phishers.example.com</var> <var>moreidiots.example</var><br /> Reject host ke<br />
</indent>
</SatisfyAll>
</example>