Hi, I want to add my notes to this issue:
By reason of some hackers I have installed and activated the firewall mod_security on my server (Linux Debian with Apache2).
I test it with Joomla 1.5.x and it is running.
After that I tested it with MODx Revo 2.0.8 and 2.1.2.
In the beginning it was look good right.. however:
I can’t install packages or update via backend, although I released the folders
’/connectors/workspace’ and ’/core/packages’
After that I disabled the mod_security and it works again.
Have anybody MODx Revo 2.1.x with mod_security online?
Thanks for any tips or solutions
best regards
jolic
add, OK MODx Revo and mod_security works with:
<LocationMatch "/connectors/workspace/packages.php">
SecRuleEngine Off
</LocationMatch>
<LocationMatch "/core/packages">
SecRuleEngine Off
</LocationMatch>
<LocationMatch "/manager/index.php">
SecRuleEngine Off
</LocationMatch>