summaryrefslogtreecommitdiff
path: root/docs/manual/howto
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2006-03-28 19:43:34 +0000
committerNick Kew <niq@apache.org>2006-03-28 19:43:34 +0000
commitf3f558af6d60255998716330e6176cff1ebb9ba9 (patch)
treee1f853e286b779a9dd8f4a9abbeef9dbbef02016 /docs/manual/howto
parent4de452f8a97a220105284ce631a0b1cb27cb44f3 (diff)
downloadhttpd-f3f558af6d60255998716330e6176cff1ebb9ba9.tar.gz
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
Diffstat (limited to 'docs/manual/howto')
-rw-r--r--docs/manual/howto/auth.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml
index a72284f7cd..95cb334603 100644
--- a/docs/manual/howto/auth.xml
+++ b/docs/manual/howto/auth.xml
@@ -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>