Hello
I've mod_sec installed, also read the link you've given. A simple fix for this would be:
Quote:
<Directory "/var/www/my_site/my_forum/">
<FilesMatch "mgc_cb_evo_ajax\.php">
SecRuleRemoveById 950117
SecRuleRemoveById 970901
</FilesMatch>
</Directory>
|
Applies to mod_security 2.5.x and 2.1.x with the default shipped ruleset.
If additionally using Suhosin:
Quote:
<Directory "/var/www/my_site/my_forum/">
<FilesMatch "mgc_cb_evo_ajax\.php">
php_admin_value suhosin.executor.disable_emodifier Off
php_admin_value suhosin.executor.disable_eval Off
</FilesMatch>
</Directory>
|
The last one is maybe little bit "too" much, you can manually go through the PHP file and use suhosin.executor.eval.whitelist / suhosin.executor.eval.blacklist