Recent content by brand5

  1. B

    Mod_Security & SELinux Error

    Proposed solution is wrong and is almost equivalent ti disable selinux. Correct solution is: chcon -R -t httpd_cache_t /var/cache/modsecurity To make it persistent: semanage fcontext -a -t httpd_cache_t "/var/cache/modsecurity(/.*)"
Back
Top