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

  1. M

    Issue (Urgent) Can't download files >1GB served by PHP

    Thanks Peter. Nginx's client_max_body_size is already set to 2000m (since my site handles large file uploads). Anyways it seems to be solved after I set this PHP directive in php.ini: output_buffering = 0 (instead of 4096) Does it make sense to you? Anyways my PHP download script is already...
  2. M

    Issue (Urgent) Can't download files >1GB served by PHP

    Thanks, did try that earlier, didn't solve. Should "Serve static files directly by nginx" be enabled as well?
  3. M

    Issue (Urgent) Can't download files >1GB served by PHP

    Hi everyone, I am facing a quite urgent issue here, because all the downloads of files >1GB served by PHP via HTTP are failing exactly at 1GB. I've searched online but nothing seems to solve the issue. Can anybody help? Massimo.
  4. M

    Issue Installing rar.so extension for PHP 7.4

    Thanks for your kind answer. I’ll do some more research on the packages you are mentioning. If anyone happens to have a specific guide for the rar extension, I cannot seem to find anything at all about it! Best, Massimo.
  5. M

    Issue Installing rar.so extension for PHP 7.4

    Hi everyone, I have been struggling trying to install the RAR extension for PHP in Plesk Obsidian 18. I need it for PHP 7.4. I have followed this guide (Adding Custom PHP Module in Plesk) and now I see it in the Extensions: But when I try \RarArchive::open($path) it says Class 'RarArchive'...
Back
Top