Forum Moderators: phranque
I'd like to have a list of "denied" IP-ranges in a file that's created on the fly whenever someone behaves like a bot.
This file should be included into my .htaccess file. Of course I could insert the list into .htaccess but I'm afraid something could happen (program crashes with .htaccess half-cooked, website down, you name it)
Are there any include-drectives for .htaccess?
Thanks for any hint,
the-nerd
In fact, if you use bad-bot scripts that generate new local blocklist entries, you could use another script on your designated 'central blocklist server' to accept new blocklist entries from all servers sharing the blocklist; All servers would 'donate' their new blocklist entries to this script, the script would merge the blocklists, and then each server could fetch the merged blocklist, so they'd all be using the same list - the list to which all contributed.
If I only had the time... and a good deal more PERL expertise... :)
Jim
Jim