We had a user install WordPress on one of our servers and it was triggering a failure on wp-admin saving. We added these lines to;
modsecurity_crs_15_customrules.conf
<LocationMatch “/wp-admin/options-general.php”>
SecRuleRemoveById 950107
</LocationMatch>
We will find out if this has cured it later.
Leave a Reply