rbowen 02/02/09 12:51:39
Modified: htdocs/manual/howto auth.html
Log:
As much as it amused me to have these particular hostnames and ip addresses
in here, it is probably a good idea to remove them before certain former
customers notice and start to wonder. ;-)
Revision Changes Path
1.4 +5 -4 httpd-docs-1.3/htdocs/manual/howto/auth.html
Index: auth.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/auth.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- auth.html 11 Dec 2001 01:47:24 -0000 1.3
+++ auth.html 9 Feb 2002 20:51:39 -0000 1.4
@@ -1085,7 +1085,7 @@
board, and you want to keep them out, you could do the
following: <a id="11494" name="11494"></a></p>
<pre>
-deny from 205.252.46.165
+deny from 11.22.33.44
</pre>
<p>Visitors coming from that address will not be able to see
@@ -1093,15 +1093,16 @@
machine name, rather than an IP address, you can use that. <a
id="11497" name="11497"></a></p>
<pre>
-deny from dc.numbersusa.com
+deny from hostname.example.com
</pre>
<p>And, if you'd like to block access from an entire domain,
+ or even from an entire tld (top level domain, such as .com or .gov)
you can specify just part of an address or domain name:</p>
<pre>
deny from 192.101.205
-deny from cyberthugs.com moreidiots.com
-deny from ke
+deny from exampleone.com exampletwo.com
+deny from tld
</pre>
<p>Using <tt>Order</tt> will let you be sure that you are
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]