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

Search results

  1. Pascal_Netenvie

    Issue ERROR: Apt cache fetch failed.

    This what i have in source.list : deb http://deb.debian.org/debian bullseye main deb-src http://deb.debian.org/debian bullseye main deb http://security.debian.org/debian-security bullseye-security main deb-src http://security.debian.org/debian-security bullseye-security main deb...
  2. Pascal_Netenvie

    Issue ERROR: Apt cache fetch failed.

    In my case Debian 11.9 ...
  3. Pascal_Netenvie

    Issue ERROR: Apt cache fetch failed.

    Hello since 5/6 days we have this error on all our servers (15+) ... ERROR: Apt cache fetch failed
  4. Pascal_Netenvie

    Forwarded to devs Plesk migrator don't migrate backup settings

    Almost 5 years later and backup settings are still not migrated ... :oops:
  5. Pascal_Netenvie

    Resolved Statistic collection saturates disk

    Hi this is the 2 entire answers from Plesk support that helped me in that case (on a server with limited Disk ressources) : FIRST : The issue is caused by a combination of two factors - the disk subsystem of the server is quite limited in resources, and because both websites have a lot of...
  6. Pascal_Netenvie

    Resolved Statistic collection saturates disk

    Did you tried solution i posted above ? Especially disable web statistics for a domain in Plesk ?
  7. Pascal_Netenvie

    Issue Plesk migrator problem

    Yes i will test this one (thx Kaspar). One last question : This GUID is not used as key elsewhere ?
  8. Pascal_Netenvie

    Issue Plesk migrator problem

    Hi Peter, This approach can't work cause there can't be duplicate GUID in base, and that's why migrator fail ... Thx for anwsers.
  9. Pascal_Netenvie

    Issue Plesk migrator problem

    Ok i compared domains table in both psa base and yes there is already 2 websites on target server with same guid. The fact is, in past, i created a migration for this 2 websites and used it to create 2 new websites from these copies on target server. So now how to fix this ? In which way can i...
  10. Pascal_Netenvie

    Issue Plesk migrator problem

    Hello, i use migrator to move multiple sites from plesk 18.0.44 (under Deb 9) to plesk 18.0.54 (under Deb 11.7). For most of the websites it work ok. But for 2 sites i have this error : Attempt #1 failed with the following error: Unable to create subscription 'domain1.com'. Command execution...
  11. Pascal_Netenvie

    Issue Cloudflare and Firewall rules

    And finally the rules seems to be set , i can see it in GUI :
  12. Pascal_Netenvie

    Issue Cloudflare and Firewall rules

    Ok i made this configuration change. At SSH modifications seems ok : But at GUI always same problem : There is another problem here ...
  13. Pascal_Netenvie

    Question Access Plesk GUI when behind Cloudflare proxy

    Hi, I moved some DNS records to Cloudflare. For website it's ok but for Plesk GUI (that i have placed on a subdomain like plesk.mydomain.com) it works only if i turn off proxy on that record in DNS settings on Cloudflare. Is there a solution, or something to do, to make Plesk work with proxy on...
  14. Pascal_Netenvie

    Issue Cloudflare and Firewall rules

    Hello, As i use Cloudflare for domains i aim to autorize its IP in Fail2ban & Firewall. So i have whitelisted Cloudflare IP in fail2ban then i try to add it in Firewall with these CLI commands : /usr/local/psa/bin/modules/firewall/settings -e /usr/local/psa/bin/modules/firewall/settings -c...
  15. Pascal_Netenvie

    Resolved Problem php-fpm (70007)The timeout specified has expired: AH01075: Er

    If someone still deal with this problem i found this page that is very usefull to understand underlying problem : https://www.ozzu.com/questions/609716/how-to-fix-proxy-fcgierror-70007the-timeout-specified-has-expired
  16. Pascal_Netenvie

    Resolved Prevent PHP-FPM to execute .php? files

    And finally i changed it to : <IfModule mod_setenvif.c> <IfModule mod_headers.c> <FilesMatch "\.(php.)$"> Require all denied </FilesMatch> </IfModule> </IfModule>
  17. Pascal_Netenvie

    Resolved Prevent PHP-FPM to execute .php? files

    Ok finally i used this and it work perfect : <IfModule mod_setenvif.c> <IfModule mod_headers.c> <FilesMatch "\.(php3|php4|php5|php7|php8)$"> Require all denied </FilesMatch> </IfModule> </IfModule>
  18. Pascal_Netenvie

    Resolved Prevent PHP-FPM to execute .php? files

    Ok but there is no way to put this rule in apache server configuration ? I have my own configuration file in /etc/apache2/conf-enabled/ and i added following lines in it but it seems to not work : <IfModule mod_rewrite.c> RewriteEngine On RewriteRule \.(php3|php4|php5|php7|php8)$ - [F,L,NC]...
  19. Pascal_Netenvie

    Resolved Prevent PHP-FPM to execute .php? files

    Hi Peter, Thanks, yes a redirection can be a solution. Can i make this work for all vhosts in apache conf file ?
  20. Pascal_Netenvie

    Resolved Prevent PHP-FPM to execute .php? files

    Hi, For security reasons i want to prevent PHP-FPM to execute file with extension php3|php4|php5|php7|php8 etc ... Actually these files are executed. How can i disable this please ?
Back
Top