• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Logfile rotation

DieterWerner

Regular Pleskian
How can I manage serverwide rotation of:

/var/log/httpd/audit_log
/var/log/httpd/modsec_audit.log
/var/log/httpd/modsec_debug.log
/var/log/httpd/ssl_access_log
/var/log/httpd//ssl_error_log
/var/log/httpd/ssl_request_log
 
You can edit the content of the /etc/logrotate.conf file, e.g. if you want to set different rotation intervals, or the content of individual service configuration files in /etc/logrotate.d. It all depends on what you want to do.
 
You can edit the content of the /etc/logrotate.conf file, e.g. if you want to set different rotation intervals, or the content of individual service configuration files in /etc/logrotate.d. It all depends on what you want to do.
OK - I added some logfiles to /etc/logrotate.conf and it seems to work.
Thanks!
 
Back
Top