• 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.

Recent content by shg

  1. S

    Issue Rotation of access_ssl_log.webstat can be done, but previous access_ssl_log.webstat is restored on next day

    Or as another idea, in order to not loose the statistics completely, you could maybe also try to truncate the file: tail -n [a number of lines your server can still cope with] /var/www/vhosts/system/example.com/logs/access_ssl_log.webstat > tempfile cat tempfile >...
  2. S

    Issue Rotation of access_ssl_log.webstat can be done, but previous access_ssl_log.webstat is restored on next day

    Hi Peter! The two files are indeed hard-linked. This sounds like a problem. If you first remove the file and then create a new, smaller or even empty one, this new file will get its own inode, for example: ls -i /var/www/vhosts/example.com/logs/access_ssl_log.webstat 860061...
  3. S

    Question Horde shared calendar

    Hi Matthias. The sharing option has to be enabled first, please see: https://support.plesk.com/hc/en-us/articles/23805896582423-How-to-enable-calendar-and-contact-sharing-in-Horde-webmail-provided-by-Plesk
Back
Top