MOON
Server: Apache
System: Linux server1.quantilytics.org 3.10.0-1160.119.1.el7.tuxcare.els21.x86_64 #1 SMP Tue Jun 17 03:11:12 UTC 2025 x86_64
User: hnhtennm (1016)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //etc/logrotate.d/imunify360
/var/log/imunify360/captcha.log {
    # Keep 3 rotated files before removal
    rotate 3
    maxsize 50M
    hourly
    compress
    delaycompress

    nocreate
    missingok

    postrotate
        if systemctl status imunify360-captcha > /dev/null ; then \
            systemctl restart imunify360-captcha > /dev/null; \
        fi;
    endscript
}