• 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

Search results

  1. abashurov

    Important New Plesk webmail / SOGo Webmail extension

    It seems like there are issues with the mailname_create and mailname_update events in Plesk Obsidian 18.0.54.0 and above. SOGo extension relies heavily on these events to keep authorization table up-to-date. I've created an item for internal investigation and I hope that it gets a well-deserved...
  2. abashurov

    Question Add Location entry into NGINX Conf

    Hi! In case you'd like to add some sort of the custom configuration, you need to implement a corresponding hook and its methods, e.g.: <?php class Modules_ExampleModule_WebServer extends \pm_Hook_WebServer { public function getDomainNginxConfig(pm_Domain $domain) { return <<<EOL...
  3. abashurov

    Resolved rel="canonical" response header is lost between Apache and Nginx proxy

    I have tried setting a test instance in a similar fashion, however, it returned all the expected headers, as nginx does not hide them by default: https://github.com/nginx/nginx/blob/branches/stable-1.20/src/http/modules/ngx_http_proxy_module.c#L836. Do you have any custom nginx directives by...
  4. abashurov

    Issue Fail2ban banning the servers IP due to incorrect IP in apache logs

    We do pass client's IP address in proxied request in X-Forwarded-For header. Note that logging this IP address depends on Apache modules and logging configuration, so I'd recommend checking the following: That Apache reports mod_remoteip and log_config_module to be enabled in httpd -M | grep...
  5. abashurov

    Important New Plesk webmail / SOGo Webmail extension

    Gotcha; this causes non-detection of MySQL 8, because we rely on version_comment to contain either "mysql" or "percona", which is the case with MySQL 8 instances shipped by Oracle. For some reason, Debian maintainers (and Ubuntu maintainers kept this as-is) have decided to only keep the...
  6. abashurov

    Question How to set up chroot for php-fpm?

    The problem with $_SERVER variables in chrooted PHP-FPM is something that The PHP Group never tackled, probably, because the demand is low: PHP :: Bug #55322 :: Apache : TRANSLATED_PATH doesn't consider chroot and PHP :: Bug #62279 :: PHP-FPM chroot never-solved problems (extends #55322) are not...
  7. abashurov

    Important New Plesk webmail / SOGo Webmail extension

    We're looking into it; right now it seems like SOGo developers removed distro for Ubuntu 22.04, as there are no SOGo packages in nightly repo: ❯ curl -s https://packages.sogo.nu/nightly/5/ubuntu/dists/focal/focal/binary-amd64/Packages | grep -c sogo 15 ❯ curl -s...
  8. abashurov

    Resolved Failed to fetch: /smb/task/task-progress

    Seems to be related to a recent hotfix, PPP-59897. It used to hard-fail on routing step in case of a network failure, now it just pops up a toast. I suspect that either the connection to the server wasn't good enough, causing routing requests to fail, or a session/CSRF token has expired...
  9. abashurov

    Question VPS and IP question

    Hi! Is it possible that the packets sent to the new IP address still go through the virtual firewall and get routed through the old private IP address? In our current configuration templates on Linux we bind virtual hosts to their respective IP addresses, meaning that if we have received a...
  10. abashurov

    Resolved Problems to backup database with many tables

    There could also be a limit imposed by systemd on the unit itself. You may try checking it by running systemctl show mariadb --property=LimitNOFILE. In case that limit is applied, you can adjust it by editing the unit file as described here.
  11. abashurov

    Resolved Event Parameters are empty

    Seems like the documentation is a bit outdated in this regard. Here are the environment variables that are actually set up for this event handler by the underlying mechanism: NEW_SSL_CERTIFICATE_BINDING_TYPE=WEB OLD_SSL_CERTIFICATE_BINDING_TYPE=WEB OLD_DOMAIN_NAME=example.com...
  12. abashurov

    Question vhostmng-find processe consume CPU

    I can see on my server, that vhostmng-find is called in two different code locations, the first one being ext-composer (it looks for composer.json files) and the second one being Plesk Core (it looks for package.json files). Could you please enable debug, run the command plesk daily in console...
  13. abashurov

    Question How to enable PHP extensions for a specific domain that runs a specific PHP version - instead for global PHP version x.y?

    Hi You can do that by adding custom configuration to the php.ini used by the domain in Domains > example.com > PHP Settings > Additional configuration directives: extension = some_extension.so extension = other_extension.so extension = other_extension_1.so extension = other_extension_2.so...
  14. abashurov

    Issue Images not showing in Builder

    Hey, @Russell-SchoolsICT, It sounds like something (e.g. .htaccess rules) prevents displaying the images, if they are referenced on pages with different host than the one where they are deployed: this behavior does not reproduce on my test installation. Therefore, could you please open...
  15. abashurov

    Issue Wrong SMTP Banner with Postfix

    @JulienCaroff, The option "Send from domain IP addresses and use domain names in SMTP greeting" affects only SMTP EHLO name send by the Plesk mail server when it submits mail to other mail servers (e.g. when message is sent by [email protected] to [email protected]), not the SMTP banner displayed...
  16. abashurov

    Forwarded to devs [PPPM-11847] Heads-up: RHEL7.8 is out, plesk-php-imagick should be rebuilt against libMagickCore-6.Q16.so.6

    @burnley, Thanks for the heads up. We are working on a proper solution for it, planning to fix soon (before 18.0.27 lands, if possible). I've issued a bug ID PPPM-11847 to track it.
  17. abashurov

    Resolved [PPP-48341] Unable to create PostgreSQL service

    @simoncsc, Seems like the PostgreSQL instance is not initialized (as it reports empty data directory error). Seems like we don't initialize it anymore after installation, which is reported as bug with ID PPP-48341. It should work if you run postgresql-setup initdb manually in console and only...
  18. abashurov

    Issue [PPPM-11766] Error on insert into Mail Blacklist

    Thanks for reporting, we've noticed this error appearing when German localization is used; here's a bug ID issued for that situation: PPPM-11766. We will fix it in 18.0.26.
  19. abashurov

    Resolved [PPP-48194] Extensions under "Tools & settings" have wrong navigation headline

    Hey, @King555! I can confirm, breadcrumbs are rendered incorrectly when you perform such transition while in Power User view. Seems like context is not updated on transition back to Tools & Settings. I've created a bug PPP-48194 for that, however, I cannot tell when exactly we will fix it.
  20. abashurov

    Issue [PPP-48115] Outgoing Mail Control Probable Spam False Alert

    @TomBoB, This warning is indeed displayed when it shouldn't be, it's tracked as a bug PPP-48115. We are going to fix it in 18.0.25 Update 1.
Back
Top