Commit 9b12975a authored by Nick Kew's avatar Nick Kew
Browse files

PR#39133

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
parent 7250d860
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>