Add hostile for denied by server configuration

This commit is contained in:
2024-07-08 16:16:25 +02:00
parent 69ecca18a7
commit dd8ef4e9e5

View File

@ -70,6 +70,14 @@ sub parser {
m/(\[client\ ($re_host)\:0\])/gcix && do {
$host = $2;
};
} elsif($string =~ m/ client denied by server configuration/) {
$_ = $string;
$hostile = 1;
$reply = 'Denied by server config';
PARSE:
m/(\[client\ ($re_host)\:0\])/gcix && do {
$host = $2;
};
} elsif($string =~ m/mod_fcgid: cleanup zombie process/) {
$reply = 'fcgi process killed';
} elsif($string =~ m/scoreboard already in used/) {