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

  1. A

    Question How to use Clear-Site-Data header rule to clear browser cache

    Yes I have it, I don't understand why it doesn't work.
  2. A

    Question How to use Clear-Site-Data header rule to clear browser cache

    Hello, I try to add Clear-Site-Data rule to the header of a domain, without success. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data Here are the Apache cutoms header rules I have : X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy...
  3. A

    Resolved Installation of PHP-FFmpeg via Composer not works

    I have found the solution : I had to modify Open_basedir conf in PHP parameters of my domain : {WEBSPACEROOT}{/}{:}{TMP}{/}:/usr/bin/ffmpeg:/usr/bin/ffprobe Moreover a timeout parameter has to be in PHP code : $ffmpeg = FFMpeg\FFMpeg::create( array( 'timeout' => 0, ) ); instead of...
  4. A

    Resolved Installation of PHP-FFmpeg via Composer not works

    Her is the exact error message I have :
  5. A

    Resolved Installation of PHP-FFmpeg via Composer not works

    Hello, Debian 10.12 Plesk Obsidian Version 18.0.42 Update 1 PHP 8.0.18 I have setup Composer Extension and then install PHP-FFmpeg (GitHub - PHP-FFMpeg/PHP-FFMpeg: An object oriented PHP driver for FFMpeg binary) on one of my domain. I have checked that : ffmpeg and ffprobe binaries are in...
Back
Top