comparison syslog2iptables.conf.httpd @ 81:cc01f2caff37 stable-1-0-19

add error_log to the httpd files
author Carl Byington <carl@five-ten-sg.com>
date Sun, 11 Feb 2024 12:04:13 -0800
parents d80641be405b
children
comparison
equal deleted inserted replaced
80:858aec84fe13 81:cc01f2caff37
81 pattern "(.*) - - .*\(\) *\{'" { 81 pattern "(.*) - - .*\(\) *\{'" {
82 index 1; // zero based 82 index 1; // zero based
83 bucket 400; 83 bucket 400;
84 message "apache shellshocked attempt"; 84 message "apache shellshocked attempt";
85 }; 85 };
86 pattern ":error.*client (.*):.*\.php' not found" {
87 index 1; // zero based
88 bucket 400;
89 message "apache domainrenter php attempts";
90 };
91