diff --git a/config/filter.d/apache-botsearch.conf b/config/filter.d/apache-botsearch.conf index f7f5488c..7c03be69 100644 --- a/config/filter.d/apache-botsearch.conf +++ b/config/filter.d/apache-botsearch.conf @@ -19,6 +19,9 @@ # overwrite with apache-common.local if _apache_error_client is incorrect. before = apache-common.conf +# Load regexes for filtering +after = botsearch-common.conf + [Definition] failregex = ^%(_apache_error_client)s ((AH001(28|30): )?File does not exist|(AH01264: )?script not found or unable to stat): (, referer: \S+)?\s*$ @@ -31,18 +34,8 @@ ignoreregex = # Webroot represents the webroot on which all other files are based webroot = /var/www/ -# Block is the actual non-found directories to block -block = (||)[^,]* - -# These are just convient definitions that assist the blocking of stuff that -# isn't installed -webmail = roundcube|(ext)?mail|horde|(v-?)?webmail - -phpmyadmin = (typo3/|xampp/|admin/|)(pma|(php)?[Mm]y[Aa]dmin) - -wordpress = wp-(login|signup)\.php # DEV Notes: # -# Author: Daniel Black +# Author: Daniel Black \ No newline at end of file