]> git.deb.at Git - deb/packages.git/commitdiff
Configure CBand user
authorJoerg Jaspert <joerg@debian.org>
Fri, 14 Dec 2007 22:10:16 +0000 (22:10 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Fri, 14 Dec 2007 22:10:16 +0000 (22:10 +0000)
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

index 5f316e264c5d0522dee2a04f91a3a8875eac838a..8cfd8070c9e0fd8681624507829a7321d3df301c 100644 (file)
@@ -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