diff 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
line wrap: on
line diff
--- a/syslog2iptables.conf.httpd	Wed Jul 15 14:29:47 2020 -0700
+++ b/syslog2iptables.conf.httpd	Sun Feb 11 12:04:13 2024 -0800
@@ -82,4 +82,10 @@
             index 1;    // zero based
             bucket 400;
             message "apache shellshocked attempt";
-        };
\ No newline at end of file
+        };
+        pattern ":error.*client (.*):.*\.php' not found" {
+            index 1;     // zero based
+            bucket 400;
+            message "apache domainrenter php attempts";
+        };
+