Forum Moderators: phranque
you can use either of these two notations
<Limit HEAD>
Order Allow,Deny
Allow from all
</Limit>
Apache's mod_access has two different ways to express an IP range. If you want to block 91.196.0.0 to 91.196.255.255 for example, you can use either of these two notations:
91.196.0.0/16
91.196.0.0/255.255.0.0
Why make this unnecessarily complicated?
Per lucy's 91.196
It's my understanding that such uses of CIDR-variance are only possible with Apache 2.4
Apache's mod_access
Theoretically using CIDR notation in the pre-compiled httpd.conf should be much faster than regular expressions because it can be implemented as simple bitwise AND and OR operations.
This will block a lot of .cn
deny from 180.