From e790a0b8cbbf3753aec57baa96be6167f931ed62 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 14 Dec 2007 22:10:16 +0000 Subject: [PATCH 1/1] Configure CBand user Using mod_cband now to limit requests per user which proves effective (so far) to keep the search robots in line without having to keep them out completly. --- conf/apache.conf.sed.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index 5f316e2..8cfd807 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -71,6 +71,8 @@ ErrorLog /var/log/apache2/%SITE%-error.log CustomLog /var/log/apache2/%SITE%-access.log combined + CBandUser pdo + Alias /cgi-bin/ %TOPDIR%/cgi-bin/ PerlModule ModPerl::Registry -- 2.39.2