Subversion Repositories configs

Rev

Rev 34 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
34 - 1
# Generic configuration file for -botsearch filters
2
 
3
[Init]
4
 
5
# Block is the actual non-found directories to block
6
block = \/?(<webmail>|<phpmyadmin>|<wordpress>|cgi-bin|mysqladmin)[^,]*
7
 
8
# These are just convient definitions that assist the blocking of stuff that
9
# isn't installed
10
webmail = roundcube|(ext)?mail|horde|(v-?)?webmail
11
 
12
phpmyadmin = (typo3/|xampp/|admin/|)(pma|(php)?[Mm]y[Aa]dmin)
13
 
71 - 14
wordpress = wp-(login|signup|admin)\.php
34 - 15
 
16
# DEV Notes:
17
# Taken from apache-botsearch filter
18
#
71 - 19
# Author: Frantisek Sumsal