• 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

    Question Restore Mail without overwrite full inbox

    Any file based backup/recovery procedure should "merge" the emails, as Plesk does use the MDIR format to store emails. (every email is a single file with an unique name)
  2. ChristophRo

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

    Can you guys test if the segfaults still happen with the new php packages that got released today? Possibly they are related to Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain memory limit · Issue #14124 · php/php-src
  3. ChristophRo

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

    We did not have any further segfaults so far, after we disabled "opcache.jit" and "opcache.jit_buffer_size" (i.e. reset it to server/php defaults) and also increased the "opcache.max_accelerated_files" from 8000 to 16000 But this may not be representative, as on that server the segfaults only...
  4. ChristophRo

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

    Nope, this is not a hardware problem. (our affected system is a VMware based virtual machine anyway, that runs a single Typo3 website) I suspect some obscure opcache/Jit problem, that may only trigger under certain conditions (possibly a combination of conditions), like: - usage of a specific...
  5. ChristophRo

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

    Just a heads up for everyone affected by it... While I thought that none of our systems were affected, just yesterday we discovered that indeed we have one server showing the same errors for some days now. It's an older system with Debian 10 (initially Debian9 i believe) that is using the PHP...
  6. 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...
  7. 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...
  8. 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...
  9. 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.
  10. 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...
  11. 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)
  12. 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)
  13. 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)
  14. 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
  15. 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.
Back
Top