• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Comodo modsecurity error

Make sure that you have correct permissions for directory /var/cache/modsecurity :

# ls -ld /var/cache/modsecurity/
drwxr-xr-x 2 apache root 4096 Jun 29 18:37 /var/cache/modsecurity/
 
Try to fix it with

# chown apache:root /var/cache/modsecurity
 
Back
Top