• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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