• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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