From cf59681e7d3b49bd93774a8f3aef2e4477a6b662 Mon Sep 17 00:00:00 2001
From: Daniel Gruno The usage of these directives is: In the first form, address is a fully qualified
@@ -85,15 +85,25 @@ Require ip ip.address
syntax. You can insert Visitors coming from that address will not be able to see
- the content covered by this directive. If, instead, you have a
- machine name, rather than an IP address, you can use that. Visitors coming from that address (not
to negate a particular requirement.
+ Note, that since a not
is a negation of a value, it cannot
+ be used by itself to allow or deny a request, as not true
+ does not constitute false. Thus, to deny a visit using a negation,
+ the block must have one element that evaluates as true or false.
For example, if you have someone spamming your message
board, and you want to keep them out, you could do the
following:10.252.46.165
)
+ will not be able to see the content covered by this directive. If,
+ instead, you have a machine name, rather than an IP address, you
+ can use that.