[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] .htaccess files and blocking ranges of IPs
- Subject: [cobalt-users] .htaccess files and blocking ranges of IPs
- From: "Martin Heelis" <martin@xxxxxxxxxx>
- Date: Tue Jan 9 08:39:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi
What I want to do is block certain ranges of IP addresses from accessing a
website.
I know I can simply use lots of deny froms but I want to block about 200
domains / ranges so it wouldn't be a small file in the end.
e.g.
deny from 197.3.
deny from 197.4.
deny from 197.5.
...
deny from 197.150.
The 197.x. is just an example (IPs changed to protect the guilty ;)
Btw, does anyone know how many deny from entries you can have in one
htaccess file and how long is it before it starts becoming detrimental?
ttfn
Martin