资 源 简 介
An Apache Module That Protects Web Sites From Crawlers
Introduction
Crawlers are beneficial and effective tools when they are aimed to increase search performance and accuracy. On the other hand, abuse of these crawling techniques is an issue that has to be protected personally and corporately. mod_antiCrawl is an Apache
server module which aims to serve crawler protections.
Details
mod_antiCrawl has two main anti-crawler functionalities;
* Detect crawlers by their request densities.
* Detect crawlers by on the fly hidden trap link injection.
Download
http://code.google.com/p/mod-anticrawl/downloads/list
mod_antiCrawl Installation
The installation of mod_antiCrawl module is done as follows mod_antiCrawl source code is compiled with apxs tool. apxs is the tool that is used for building and installing Apache extensions.
apx