From: Joerg Jaspert Date: Fri, 14 Dec 2007 22:10:16 +0000 (+0000) Subject: Configure CBand user X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=e790a0b8cbbf3753aec57baa96be6167f931ed62;hp=8dc857b8ea4947f45240f20f9b825e82341ed1c0;p=deb%2Fpackages.git 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. --- 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