[Definition] # failregex = ^ .* "(GET|POST|HEAD).*HTTP.*" (404|503) .*$ # failregex = ^ .* "(GET|POST|HEAD).*HTTP.*" (404|503|444) .* # failregex = ^ .* "(GET|POST|HEAD).*HTTP.*" (403|404|429) .* # failregex = ^ .* "(GET|POST|HEAD).*HTTP.*" ([45]\d\d) .* # ignoreregex =.*(robots.txt|favicon.ico|jpg|png) failregex = ^ .* HTTP.* (403|429) .*$ ignoreregex = ^.*(\/(?:robots\.txt|favicon\.ico|.*\.(?:jpg|png|gif|jpeg|svg|webp|bmp|tiff|css|js|woff|woff2|eot|ttf|otf))$)