• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by VNick

  1. V

    Resolved 421 Misdirected Request

    This configuration is required only if you observe HTTP 421 errors in logs for paths related to PPE and/or webmail.* domains.
  2. V

    Resolved 421 Misdirected Request

    In case you are using Plesk Premium Email extension and experience related issues with it after the hotfix, you may replace the /etc/nginx/conf.d/fixssl.conf content with: proxy_ssl_server_name on; proxy_ssl_session_reuse off; map $host $webmail_host { ~^webmail\..+ $host...
  3. V

    Resolved 421 Misdirected Request

    https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18071-mu1 - just to be clear that the fix is available in Plesk 18.0.70.3 and 18.0.71.1.
  4. V

    Resolved 421 Misdirected Request

    That's a different issue, and it would not have been broken today. If you had this issue before, you probably had it for a longer time. Possibly you have customized reverse proxy configuration (likely nginx in your case) that supplies incorrect SNI host name to Apache.
  5. V

    Resolved 421 Misdirected Request

    What's the corresponding error message in the logs (error_log)?
  6. V

    Resolved 421 Misdirected Request

    This is an issue caused by additional security checks introduced by your OS vendor in the Apache 2 binaries, which makes it reject requests from behind nginx reverse proxy with its default settings in case a site is using SSL settings different from the default vhost (which would typically be...
  7. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Sorry, I cannot. Again, there's no "conversion" per se. Mostly just removal of incompatible settings.
  8. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    The logic is part of the MariaDB upgrade feature. We use the upstream MariaDB packages as is (we do not rebuild them). So this is not something that is intended to be customizable by end users. They can just perform the necessary adjustments manually in any way they see fit, since the feature...
  9. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    We may modify default config files (such as /etc/my.cnf or /etc/mysql/my.cnf), but we don't overwrite them entirely. Yes, in case these changes would prevent the new version of DB server from startup and normal operation. In case we remove some directives, we backup the corresponding...
  10. V

    Question When will PHP 8.1 be available?

    @igorosabel , we've just released an update to address this issue. Thanks for reporting it. https://docs.plesk.com/release-notes/obsidian/change-log/#php-250123
  11. V

    Issue cant install php module confliccting docker / plesk

    Please provide your Plesk and Docker extension versions.
  12. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Sure. We actually use the upstream MariaDB packages for this feature. They are not modified in any way by Plesk (and Plesk doesn't interfere with mariadb-check on the service startup), so you should follow MariaDB Community Bug Reports and Feature Requests to report such bugs into the upstream.
  13. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Since MariaDB developers didn't manage to properly fix this issue on their side, we've implemented a workaround on our side. It was just released with Plesk 18.0.63.4. We've added an additional check for kernel version to avoid the issue since Plesk 18.0.61.4. So, all in all, it should be safe...
  14. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Please be advised that we've identified a couple of issues with the latest MariaDB 10.11.8 release. So you might want to hold off MariaDB upgrades until further notice to ensure the upgrade process is smooth and doesn't require manual intervention. The first is issue is only on Debian-based...
  15. V

    Resolved Plesk Repodata for PHP 8.2 is Broken on AlmaLinux 8 [URGENT]

    Should be resolved now. Thank you for reporting this issue!
Back
Top