• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. afuego

    Issue Can't load PHP curl

    PHP 8.4 requires libcurl version 7.61.0 or higher. If your system has an older version of libcurl, the php8.4-curl extension may not be available or may fail to load. Check your version via #curl --version If it's older than 7.61.0, consider upgrading your system or installing a newer version...
  2. afuego

    Issue Can't load PHP curl

    Hi @32bits, I didn't have the PHP 8.4 installed prior to reviewing your post, I installed using the Tools & Settings->Plesk->Updates> Add/Remove Components https://<replace with your plesk-cp-domain>:8447/installer/summary.html Can you try to remove and reinstall PHP 8.4 via Plesk...
  3. afuego

    Issue Can't load PHP curl

    Install PHP 8.4 via Plesk so you can manage the PHP extensions directly from: Plesk Panel → Tools & Settings → PHP Settings → Select PHP 8.4 → Extensions Tab → Enable curl #systemctl restart apache2 #systemctl restart php8.4-fpm
  4. afuego

    Question Backup extension that has encryption or password

    Plesk Backup Manager (built-in), Encryption/Password protection: Yes Acronis Backup (Paid extension), Encryption/Password protection: Yes
  5. afuego

    Issue Plesk 18.0.70 and Could not issue/renew Let's Encrypt certificates

    You need to add A record for mail.fgamenagement.fr pointed to your server IP address
  6. afuego

    Issue Letsencrypt shows second email entry

    You need to add A record for mail.vlowee-vanlife.de pointing to your server's IP address (85.25.46.232)
  7. afuego

    Issue Update to 18.0.64 failed

    If a Plesk package requires a third-party package of a certain version and it cannot be installed by the package manager, the update will fail. Apply the latest OS updates on the server. On Debian: apt-get update && apt-get upgrade. What's the output of? #cat...
  8. afuego

    Issue Intermittent 503 Errors on Plesk Obsidian (Ubuntu 22.04 LTS) with PHP-FPM Crashes - Seeking Advice

    Hi @brother4 I saw this article too, it mentions as possible cause' Incompatibility between the PHP interpreter and website code https://support.plesk.com/hc/en-us/articles/12389254411159-Some-pages-of-the-web-site-returns-503-error-child-exited-on-signal-11-SIGSEGV
  9. afuego

    Question no TXT challenge proposed in Let's encrypt

    You need to be able to resolve the domain on the server to issue the Lets Encrypt SSL. If you want to use wildcard you need to add the TXT record for the domain you are using in the Domain Registrar -> host settings then go and reissue the SSL.
  10. afuego

    Issue plesk repair - ERROR

    Hi Lema, Can you check the remote database server is accessible from the Plesk server? # try to connect to the MySQL server from the Plesk server [another_server]$ mysql --host=mysql_server --user=mysql_admin --password=<password> Check the error logs (i.e. /var/log/plesk/panel.log) for more...
  11. afuego

    Question The New Plesk Firewall is lacking port numbers/specifics. Can anyone supply a map of ports>services??

    Here is the list of Ports used by Plesk services: https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/ports-used-by-plesk.64950/
  12. afuego

    Issue Custom error pages not working from PHP

    My site was running using PHP-FPM Nginx .... and I have to place the corresponding files in /var/www/vhosts/domain.com/error_docs/. For example, the custom404 error page I created "404/index.html", should be moved to /var/www/vhosts/domain.com/error_docs/not_found.html: cp...
  13. afuego

    Issue Cannot connect to Plesk view SSH

    Some server providers offer remote console access (e.g., KVM). If available, you can use it to access the server and fix the SSH configuration. Hopefully you can login that way and revert the changes to /etc/ssh/sshd_config. Next time before restarting sshd service test/check the new...
  14. afuego

    Issue Problem with mod_rewrite

    Hi, What do you have in your document root? It may be need to be /gdadmin
  15. afuego

    Issue Custom error pages not working from PHP

    I have a similar issue with custom error pages, I followed this article on the link below to solve it. I added the Additional nginx directives https://support.plesk.com/hc/en-us/articles/12377890251031-How-to-enable-custom-error-pages-for-a-domain-in-Plesk
  16. afuego

    Issue Migration problem

    Do you have PermitRootLogin yes on /etc/ssh/sshd_config?
  17. afuego

    Question CNAME and SSL

    Wildcard works and you specify the issue was with CNAME but when its a domain I am going to use to create different applications, and I don't know the names yet, crm.domain, support.domain, etc I like to create the DNS record A * domain so I am able to create subdomains on the fly and add SSL...
  18. afuego

    Question CNAME and SSL

    Review there is a DNS entry for A record *.myserver.ext, if there is not probably this could be the issue.
  19. afuego

    Question Run .Net Frameworks 4 on Linux

    Another option would be the following: Step 1: Install .NET Runtime on the Server Connect to Your Server: Use SSH to connect to your Linux server. Install Required Dependencies: Ensure your server has the required dependencies for .NET. You can use the following commands for Debian/Ubuntu...
  20. afuego

    Question Run .Net Frameworks 4 on Linux

    Hi, Have you tried the .NET toolkit extension? Find out more about this beta version!
Back
Top