• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Gjimi

  1. G

    Resolved PHP 8.5 opcache not available

    In 10-opcache.ini was opcache.so, that's no longer relevant. Thanks
  2. G

    Resolved PHP 8.5 opcache not available

    PHPInfo is indeed active, I just don't know why this message sometimes appears and only in syslog.
  3. G

    Resolved PHP 8.5 opcache not available

    The following message appears in the syslog: php-fpm: PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /opt/plesk/php/8.5/lib/php/modules/opcache.so (/opt/plesk/php/8.5/lib/php/modules/opcache.so: cannot open shared object file: No such file or directory)
  4. G

    Resolved PHP 8.5 opcache not available

    Opcache is not available in PHP 8.5, cannot be installed or enabled. Can someone report this bug, or is it intentional? If so, how can I manually install opcache in PHP 8.5?
  5. G

    Resolved Bug in Plesk (new) feature mail.domain.tld

    @trialotto Thanks for senseless useless texts :) you really littered my post and please don't write anything else here!!
  6. G

    Resolved Bug in Plesk (new) feature mail.domain.tld

    Mail Server Certificate for mail.domain.tld is not created, otherwise I wouldn't be writing here.
  7. G

    Resolved Bug in Plesk (new) feature mail.domain.tld

    Certificate for mail.domain.tld is not created, otherwise I wouldn't be writing here.
  8. G

    Resolved Bug in Plesk (new) feature mail.domain.tld

    change virtual host from: <VirtualHost 138.xx.xx.xx:443 > ServerName "sytest.de" ServerAlias "www.sytest.de" ... to: <VirtualHost 138.xx.xx.xx:443 > ServerName "sytest.de" ServerAlias "www.sytest.de" ServerAlias "mail.sytest.de" ... then it works immediately. Let's Encrypt can then also...
  9. G

    Resolved Bug in Plesk (new) feature mail.domain.tld

    So much chatter and fantasies here, it's unbearable. It has nothing to do with AAAA or BBBB, it has nothing to do with DNS, it's simply a false message from Plesk. I also explained why it can't work. And yes, ALL servers, ALL domains are affected. To reproduce it, it's very simple: add a new...
  10. G

    Resolved Bug in Plesk (new) feature mail.domain.tld

    PS: If I create a subdomain mai.domain.tld in Plesk, it works, but it's not too complicated for customers.
  11. G

    Resolved Bug in Plesk (new) feature mail.domain.tld

    example Domain: sytest.de You can see that all DNS are OK. Even *.sytest.de points to IPv4 and v6. Additionally, mail.sytest.de is also in DNS and points to IPv4 and v6. Both IP's are enabled in Plesk and otherwise work normally. But it's not a mail.sytest.de subdomain, so it doesn't have to...
  12. G

    Resolved Bug in Plesk (new) feature mail.domain.tld

    Maybe your system settings are different, but there's no comparison. For example, we only have external DNS and no nginx. Check DNS? Yes, I'll wait for you to tell me :) I'm not a beginner! Everything's OK with DNS and Plesk, but selecting the new mail.dmain.tld function gives an error...
  13. G

    Resolved Bug in Plesk (new) feature mail.domain.tld

    Wildcard is not used here because we have external DNS. It's already disabled by "allow-wildcard-certificates = false," but it has nothing to do with the problem here. Related to Apache, as explained above, Let's Encrypt cannot verify via http, which is why an error message appears...
  14. G

    Resolved Bug in Plesk (new) feature mail.domain.tld

    Plesk has added a new option for creating Let's Encrypt certificates for mail.domain.tld. If you select this option (all customers do) you always get an error message stating that it is not possible to create a certificate for mail.domain.tld. Reason: Plesk does not create an alias (in Apache)...
  15. G

    Resolved fail2ban no config files /etc/fail2ban/ is empty

    it's been resolved, this was helpful if anyone has the same problem: apt-get remove --purge fail2ban then install again via web interface
Back
Top