• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. E

    Question Plesk API / Dns access ?

    Hi all, Is it possible to use the Plesk API to access a domain's DNS entries (add/modify/delete)? I can't find any documentation on this. Thank you. Erwan
  2. E

    Issue Amazon S3 backup / multi-part upload ?

    This is a solution on the Plesk side (and it works) but it does not use the Large Object MPU functionality.
  3. E

    Issue Amazon S3 backup / multi-part upload ?

    Hi all, We want to use storage S3 OVH with Amazon S3 backup extension. The connection is successful but we get the following error message when we want to store the backup server: Unable to create the remote backup: Transport error: Extension transport: ext://s3-backup/server/: Error executing...
  4. E

    Question yum update conflict

    Solve with: #dnf install iptables-nft --allowerasing Install nft and erase legacy.
  5. E

    Question yum update conflict

    Hi all, We have servers with Plesk / Almalinux 9. When we try to do a yum update, we get the following message: # yum update Last metadata expiration check: 2:51:22 ago on Mon Sep 9 06:01:22 2024. Error: Problem 1: package iptables-legacy-1.8.10-2.2.el9.x86_64 from @System requires...
  6. E

    Issue Firefox / OpaqueResponseBlocking

    Hi all, I have a website (www.mydomain.com) and another website with data / images (data.mydomain.com) ont he same server under Plesk. All works fine with Chrome and Edge but with Firefox, image don't displayed. In the console, there is: A resource is blocked by OpaqueResponseBlocking, please...
  7. E

    Question Php-fpm / Must reload if update symbolic link

    Hi, Sorry for my late answer. The problem actually comes from "opcache". If I deactivate it in "Performance booster" (JIT, realpath cache...), the modification works. So I was thinking of using the PHP opcache_reset() function. But I have a few questions: - if this function is called in a...
  8. E

    Question Change tmp backup directory

    So Here is the error message from the saved state (S3 backup): Error: Unable to run the backup agent: PHP Warning: file_put_contents(/var/lib/psa/dumps/domains/mydomain.com/backup_info_2405310841_2406032111.xml): Failed to open stream: No space left on device; File...
  9. E

    Question Change tmp backup directory

    Ok. And using a symlink from /tmp to /var/www/vhosts/mydomain.com/data.mydomain.com/backup_server_tmp and excluding /var/www/vhosts/mydomain.com/data.mydomain.com/backup_server_tmp from the backup ? How do I know what minimum disk space is necessary for the backup process to be carried out (for...
  10. E

    Issue OpenSSL 3.0 / PHP 7.4

    Hi all, We migrated a website under PHP 7.4 (yes the now obsolete version) to a new server (Centos 7.9 to Almalinux 9.4). We have problem with OpenSSL. The installed version is 3.0. However, it is not compatible with PHP 7.4. # /opt/plesk/php/7.4/bin/php -i | grep "OpenSSL" SSL Version =>...
  11. E

    Question Change tmp backup directory

    Hi all, We have just set up a new server with 2 disks: a basic 400G SSD, a classic 6T for a data site (/var/www/vhosts/mydomain.com/data.mydomain.com - currently with 1T of data). We have scheduled a data backup to a remote S3. Everything works well except the 1st backup once the data has been...
  12. E

    Issue Extension Amazon S3 Backup / error remote storage

    I didn't know Wasabi. It tried. It works perfectly with them. I'll see about using them eventually. For Scaleway, I tried /xx, /xx/, xx/... always the same result. Thank you SalvadorS!
  13. E

    Issue Extension Amazon S3 Backup / error remote storage

    Hi all, I try to use Amazon S3 Backup extension with S3 Scaleway but it doesn't work. My parameters: Service provider: Custom API Endpoint URL: https://my-backup.s3.fr-par.scw.cloud Login (Key): <MYKEY> Password (Secret): <MYSECRETKEY> Bucket: my-backup Path: backup-514/ When i try to save, i...
  14. E

    Question Php-fpm / Must reload if update symbolic link

    Hi all, We have a website installed on two instances with Plesk and shared storage. It uses PHP FPM and the website directory is: /var/www/vhosts/mondomain/current/. "current" is a symbolic link that points to a version (currently after e.g. "release/1"). Everything works fine. The problem...
  15. E

    Question Loadbalancer solution / http/2

    Hello everyone, We implemented a loadbalancer for a project with a service provider. However, we realized that it only worked in http/1 and that it does not allow http/2. Do you know of an external loadbalancer solution that we could use while keeping the infrastructure behind (therefore...
  16. E

    Question Optimize a high traffic website

    Yes but the website doesn't work with only Nginx.
  17. E

    Question Optimize a high traffic website

    Thanks for your return. Unfortunately I can't use Redis. And the site is not under Wordpress. I improved performance in particular by switching to FPM / Apache. What I don't understand is that if I carry out load tests, the CPU increases quite quickly as soon as the number of connections...
  18. E

    Resolved HTTP2 active... but not use by website

    Ok i found the problem. Calls go through a loadbalancer which does not support HTTP2. Live tests indicate that HTTP2 is handled correctly. Thanks for the help.
Back
Top