• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/
  • On Plesk for Linux mod_status is disabled on upgrades to improve Apache security.
    This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.

Search results

  1. E

    Issue Unstable FTP connect

    Note. Do you know of a way to ensure this? or to force an IPv4 resolution?
  2. E

    Issue Unstable FTP connect

    Hello, On several Plesk servers I regularly have problems using the PHP ftp_connect() function. For example, a task executed every hour to connect to FTP access will have the following error 1 to 2x per day, not always at the same time: PHP Warning: ftp_connect(): php_network_getaddresses...
  3. E

    Issue Urgent :( open_basedir problem

    Thank you Raul. This is what I realized even if it poses other problems for me. But I haven't found any other solutions.
  4. E

    Issue Urgent :( open_basedir problem

    Hi all, We have a problem after migrate two websites : a website with the management platform, a website with the data. We have resumed the previous configuration but have a problem with PHP and open_basedir restriction. The 1st website directory (management) is...
  5. E

    Issue Centos/Almalinux conversion - preconversion check error

    Hi, I try to update ione server from Centos 7.9 to Almalinux 8. I use: https://support.plesk.com/hc/en-us/articles/12388331912855-How-to-make-an-in-place-upgrade-of-a-Plesk-server-from-CentOS-7-to-AlmaLinux-8 I have this error during the pre check: Required pre-conversion condition 'checking...
  6. E

    Issue Plesk update / Pb Symfony / redis

    We resolve temporary the problem with this: [Cache] fix compatibility with redis extension 6.0.3+ by xabbuh · Pull Request #57885 · symfony/symfony.
  7. E

    Issue Plesk update / Pb Symfony / redis

    Hi all, We just upgraded from Plesk Obsidian v18.0.63 to Obsidian v18.0.65 and now we have a problem with a website running PHP 8.1 / FPM - Apache with Symfony and redis. Everything worked until the updated Plesk msie. We now have this error: AH01071: Got error 'PHP message: PHP Fatal error...
  8. E

    Issue DKIM email control not valid

    Thank you. So I carried out tests with PhpMailer (not mail()) to be able to force authentication. It doesn't change anything. Sending via RoundCube is not good either. Always: Authentication-Results: mx.google.com; dkim=fail [email protected] header.s=default header.b=t0GdT... I...
  9. E

    Issue DKIM email control not valid

    Hi all, I configured DKIM for a domain via Plesk ("use the DKIM anti-spam system to sign outgoing emails"). The entries are in the DNS. > default._domainkey.mydomaineB.com ==> v=DKIM1; p=MIGfM..... > _domainkey.mydomaineB.com ==> o=- > _dmarc.mydomaineB.com ==> v=DMARC1;p=none;rua=mailto...
  10. E

    Issue Plesk API / Commands

    Hi all, I'm looking to use Plesk's Rest API to retrieve information from a domain's Let's encrypt certificate. I can't find much documentation but it seems possible with "/api/v2/cli/extension" but I can't find it in Tools & Settings > Remote API (REST) (under “Server Management”). For "cli" I...
  11. 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
  12. 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.
  13. 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...
  14. E

    Question yum update conflict

    Solve with: #dnf install iptables-nft --allowerasing Install nft and erase legacy.
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
Back
Top