fuzzylogic
- Total activity 235
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 81
Comments
Recent activity by fuzzylogic-
The WordPress Codex has instructions for this The method of editing the functions.php file of the theme is doable in cPanel's File Manager. The method of editing the database directly is doable in...
-
The error... 88522 Apache-Error: [file "mod_suphp.c"> [line 792] [level 3] File does not exist: %s is occurring right where I would expect the log line for rule 949110 to occur for this request. S...
-
No the 200 reported here does not indicate the attack was successful. Quite the opposite, if rule 942100 was hit then the request would have been blocked. As you are using CFS I will use it in the...
-
I usually approach modsec rule hits one at a time when at the modsec_audit.log level. To get the block of data you mentioned (all from 24/June) you could try... awk '/24\/Jun/,/25\/Jun/' /usr/local...
-
About caught SIGTERM, shutting down see... Apache is OK, but what is this in error.log - [mpm_prefork:notice]? for explanation. I would be cautious moving files in an application other people deve...
-
a) The Requests from 127.0.0.1. I did not address this very well. All the logs you posted regarding the [hostname "127.0.0.1"> issue were about log events that occurred within one second of each ot...
-
What is missing here is any reference to details of requests. Modsecurity does what it does based on the details of individual http requests. These details are logged at /usr/local/apache/logs/mods...
-
i had Comodo WAF installed. ... i had to reinstall Comodo WAF How did you install Comodo WAF? Did you install the Comodo WAF plugin for cPanel? Or did you add Comodo as a Vendor through cPanel's "...
-
It is not important. See Reference Manual " SpiderLabs/ModSecurity Wiki " GitHub to understand what it does. Not sure why Ive not seen the message before, but I did notice ea-apache24-mod_security...
-
When Apache restarts it checks the output of its error_log. If it simultaneously generates output for another reason or if it saved the error_logs it had buffered waiting to write when the restart ...