• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by pvdv

  1. P

    Question PHP 7.1 for old Magento 1.x site

    @WebHostingAce: Thanks for your suggestions! I will take a look... But so far I know they want to rebuild the site in another CMS they know better.
  2. P

    Question PHP 7.1 for old Magento 1.x site

    @ChristophRo: Thanks for your help! I've changed this with: plesk bin php_handler --update -displayname php7.1 -path /usr/sbin/php-fpm7.1 -phpini /etc/php/7.1/fpm/php.ini -type fpm -id php7.1 -clipath /usr/bin/php7.1 -service php7.1-fpm -poold /etc/php/7.1/fpm/pool.d/
  3. P

    Question PHP 7.1 for old Magento 1.x site

    It see PHP 7.1 now in Plesk. This command did it: plesk bin php_handler --add -displayname php7.1 -path /usr/sbin/php-fpm7.1 -phpini /etc/php/7.1/fpm/php.ini -type fpm -id php7.1 -clipath /usr/bin/php7.1 -service php7.1-fpm -poold /opt/plesk/php/7.1/etc/php-fpm.d Not sure about what the...
  4. P

    Question PHP 7.1 for old Magento 1.x site

    Ah. For me it was not a "custom PHP version" but a "PHP version from OS vendor". But I still have to register it in Plesk I guess...
  5. P

    Question PHP 7.1 for old Magento 1.x site

    I did install Debian 12 and the latest version of Plesk. I did install "php7.1-fpm" and some modules from the sury repository. This repository is from Ondřej Surý, the guy who makes the PHP packages for Debian and Ubuntu. But I do not see PHP 7.1 in the PHP settings of Plesk. When I enable...
  6. P

    Question PHP 7.1 for old Magento 1.x site

    Thanks for your fast answer! Yes, I did see that. But it does not answer my question. My question is not: "how to install a custom PHP version?" but: "is it possible to use PHP 7.1 with a modern Plesk and Debian 12?" I have also heard that older PHP versions do not work on newer Debian/Ubuntu...
  7. P

    Question PHP 7.1 for old Magento 1.x site

    Hello, I need PHP 7.1 for an old Magento 1.x website. Yes I know it's deprecated, but we need some time to build a new site. Is it possible to install the latest version of Plesk on Debian 12, and add PHP 7.1? Or do I need older versions of Plesk or Debian? When I add the "sury.org"...
  8. P

    Resolved Postfix gives wrong certificate

    But I wonder that "mail.domain.tld" and "domain.tld" give the correct certificate now, but for example "smtp.domain.tld" still gives the server certificate. I would like to know how this can be controlled. (All names are pointing to the same IP.)
  9. P

    Resolved Postfix gives wrong certificate

    Maybe it is the default to use the hostname as SMTP server, but it is not normal for this provider. The users are using for many years their own domains. And it is not practical if you want to transfer a domain to another server, then the users have to change the mailclients SMTP server. But...
  10. P

    Resolved Postfix gives wrong certificate

    Yes, there is a certificate mismatch because the name in the certificate is not correct. I can reproduce it. I can see with the "openssl" command that I get a certificate with the name of the server in it. And I would expect the name of the virtual domain of the customer. Something like...
  11. P

    Resolved After remove of an IP, NGINX problems

    Yes, this helps. Thanks!
  12. P

    Resolved Postfix gives wrong certificate

    Previously there were no complaints, and now only one person came with problems. The owner of the service asked me for help. And I don't know much about Plesk. Many mailclients do not check for correct certificates, maybe some customers do not use SSL, others will use webmail, and some will not...
  13. P

    Resolved After remove of an IP, NGINX problems

    Hello, We want to delete a network what's not in use anymore. But this gives problems, because the IP is used in /etc/nginx/plesk.conf.d/server.conf, so NGINX will not start anymore. When I edit the file by hand everything is OK, but what's the correct Plesk way to remove the IP? When I try...
  14. P

    Resolved Postfix gives wrong certificate

    Hello! Mail client gives error on certificate. And when I test with: openssl s_client -connect domain.tld:465 | openssl x509 -text then I see the certificate of the server, not the domain. And I did configure in Plesk to use the wildcard certificate of the domain. Dovecot still gives the...
Back
Top