• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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