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

docs/manual/howto/auth.xml

index c19e3f8f8837d4090a4849a691cd97b891dc9c0c..6608fd18f6abe194537a907e7d7b84a957cc5f74 100644 (file)
@@ -551,7 +551,7 @@ person in</title>
         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
@@ -568,8 +568,8 @@ person in</title>
         <example>
           &lt;SatisfyAll&gt;<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>
           &lt;/SatisfyAll&gt;
         </example>