• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Recent content by ChristophRo

  1. ChristophRo

    Contribution [HOW-TO] Migration of Plesk roundcubemail to new server

    There are certain caveats, like that your procedure ONLY works properly when migrating to a brand new server and do it all at once. But if you already have some accounts running on the new server, this will screw up big time. The same if you migrate in batches. That being said, it would be...
  2. ChristophRo

    Issue Segfault error 4 in php-fpm likely on CPU 4

    Your image/screenshot is not accessible (possibly for anyone except yourself) As for the segfaults, I do somehow suspect that this problem may only affect Hetzner customer at most, as otherwise I'm quite sure we would have much more similar reports right now. I've never used any services from...
  3. ChristophRo

    Issue Segfault error 4 in php-fpm likely on CPU 4

    I strongly doubt that a new setup does change anything, as it uses the same bits for PHP as lets say a server that was installed a couple months ago. If anything, then our setup may slightly differ from yours, in regards to libraries and additional software packages that may or may not be...
  4. ChristophRo

    Issue Segfault error 4 in php-fpm likely on CPU 4

    Nope, we run our own physical servers and virtual infrastructures Does the problem also happen when using the "OS" PHP version with Plesk? That would eliminate a possible influence of the php compiling process that Plesk uses for it's own shipped versions.
  5. ChristophRo

    Issue Segfault error 4 in php-fpm likely on CPU 4

    if not for PHP 7.4, I would have suspected that maybe the JiT compiler has some say in this...
  6. ChristophRo

    Issue Segfault error 4 in php-fpm likely on CPU 4

    already did that, checked syslog on multiple servers (with several thousand websites on it) and so far zero/zilch segfaults on what PHP versions does this happen for you? (we do use deb.sury.org for some, as to have older versions and also longer maintained ones, than from Plesk)
  7. ChristophRo

    Issue Segfault error 4 in php-fpm likely on CPU 4

    Our Debian 10, 11 and 12 servers do not show any problems with PHP and they are all on 18.0.61#1 Maybe an extension you have loaded and we don't? (we use the default set of plesk)
  8. ChristophRo

    Resolved Monitoring does not work with http3

    We've upgraded several servers to 18.0.61 Update #1 (Debian 10, 11 and 12) and so far the internal monitoring tool of Plesk still works on all of them. (we did not enable http3 anywhere)
  9. ChristophRo

    Question Configure nginix outside domain

    1) your "proxy_pass http://0.0.0.0:5000" line needs a semicolon in the end 2) you are not allowed to use a "server_name xxx;" in a location {} block
  10. ChristophRo

    Question Configure nginix outside domain

    You also need to disable the "Proxy mode" in the "Apache & nginx Settings" and I recommend to disable PHP for this subdomain as well.
  11. ChristophRo

    Question what's the reason you pulled Plesk v18.0.61 again?

    Just askin, because we've already installed it on two servers... Something we need to be worried about or look after specifically?
  12. ChristophRo

    Resolved [Warning] Access denied for user 'username'@'localhost' (using password: YES)

    Try using "127.0.0.1" instead of "localhost" had way to much trouble with MariaDB > 10.6 on Debian/Ubuntu lately when using "localhost" (something to do with socket based connections and the "%" wildcard for access restrictions in mariadb no longer covers "localhost")
  13. ChristophRo

    Issue Wrong DKIM signature after migration

    I do not think that the Plesk Migrator extension does migrate DKIM keys... So all your domains on the new server will have a different key for the email signature than before. For domains with local DNS you can most likely just uncheck and then enable the DKIM checkbox again, in order to fix the...
  14. ChristophRo

    Question Sitejet Builder - move/migrate site from subdomain to domain

    To answer my own question, in the end it is quite simple. Adjusting the ext-plesk-sitejet-website_template_id value in the dom_param table of the psa database for the new site
  15. ChristophRo

    Question Optimize a high traffic website

    For that you may need to convert .htaccess (rewrite) rules to nginx and add it to the nginx config in Plesk.
Back
Top