I had the same problem, it was resolved by adding this to the httpd.conf:
SecRuleInheritance Off
as in:
<VirtualHost *:80>
DocumentRoot /var/www/html/blog
ServerAlias *.domain.com
ServerName domain.com
SecRuleInheritance Off
</VirtualHost>
https://www.riight.com