• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Logrotate for modsecurity

AndreasI

New Pleskian
I want to create logrotate in logrotate.d for modsecurity log.

i find following code, but it dont works.

Code:
/var/log/modsec_audit.log {
    rotate 7
    compress
    missingok
    notifempty
    sharedscripts
    postrotate
        /sbin/service httpd reload > /dev/null 2>/dev/null || true
    endscript
}

who can help me.
 
Back
Top