Een paar dagen geleden had ik een vreselijk probleem met geïnstalleerd ModSecurity en phpMyAdmin. Algemeen het probleem veroorzaakt wordt dat, beveiligingsmodule waargenomen rekuestovete van phpMyAdmin-a zoals SQL injectie aanvallen. De beslissing is weer alleen over triviale bestanden phpmyadmin-a Macva sluiten regels. Regels schreef ze modsecurity.d / modsecurity_localrules.conf die is gelegen in de map van uw apache server. Hier zijn de regels zelf.
<LocationMatch “/phpmyadmin / tbl_change.php”>
SecRuleEngine uit
</LocationMatch><LocationMatch “/phpmyadmin / sql.php”>
SecRuleEngine uit
</LocationMatch><LocationMatch “/phpMyAdmin/managecontent.php”>
SecRuleEngine uit
</LocationMatch><LocationMatch “/phpMyAdmin/import.php”>
SecRuleEngine uit
</LocationMatch><LocationMatch “/phpMyAdmin/tbl_select.php”>
SecRuleEngine uit
</LocationMatch><LocationMatch “/phpMyAdmin/tbl_replace.php”>
SecRuleEngine uit
</LocationMatch>