wrender
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Comments
Recent activity by wrender-
Ok. Thanks for clarifying quizknows. We are running mod_fcgid, with suExec but these files seem to be created as nobody on our system.
-
]This is a VERY SERIOUS ISSUE. Every apache call is hitting the GEOIP db and failing. Server can get to a halt under modest load. Very hard to debug this. YES, am using ruid2. ModSecurity: c...
-
We are getting the same error when using mod_fcgid. Message: Rule processing failed. Apache-Handler: fcgid-script Stopwatch: 1423690559791324 181020 (- - -) Stopwatch2: 1423690559791324 181020; c...
-
Infopro, I think you are a bit confused of the security model for the OWASP ruleset for ModSecurity. It is designed as a "generic attack detection" so it will always have false positives. See he...
-
I feel your pain of the ModSecurity OWASP false positives. It seems to be that especially with WordPress there are a lot of false positives with different plugins (Probably same reason it always g...
-
I think setting your query cache too high like you have might cause problems. Maybe try these settings (below)? Or also try disabling query_cache by setting it to "query_cache_size=0". This seem...
-
Came across an issue when upgrading to MariaDB via WHM interface: "Your server"s MySQL/MariaDB MAX_USER_CONNECTIONS value is larger then 2147483647" I've tried adding "max_user_connections=30" ...
-
]Hello :) cPanel version 11.48 is now available on the "Release" build tier if you want to update to this version. Thank you. Amped for ModSecurity and MariaDB!!!
-
I've finally let MySQL run for more than 2 days. If anyone can provide some recommendations on our configuration it would be greatly appreciated! I found that if I increase the query cache, it a...
-
I came across this post about setting the correct table_open_cache. [url=http://www.techinfobest.com/optimize-mysql-table_open_cache/]Optimize MySQL table_open_cache - Place of all Tech Info (I...