• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by rbstern

  1. rbstern

    Resolved Plesk Migrator Database - unhashable type: 'list'

    It looks like you also rolled the "unhashable type list" fix to the latest version. I updated the extension via the Plesk Extension control panel page, and my migrations are working properly again. Thank you.
  2. rbstern

    Resolved Plesk Migrator Database - unhashable type: 'list'

    Confirmed here as well, CentOS 7.9 cPanel migration to AlmaLinux 8.6. Working last night. This morning, same operation: "Migration tools tried to perform operation in 3 attempts: unhashable type: 'list'" Ugh! Right in the middle of a time sensitive migration.
  3. rbstern

    Plesk Firewall Extension and Almalinux 8.10 Network Issue

    I just bumped my head on this problem while trying to give remote mySQL access to a couple of IP addresses. Brand new Plesk install on AlmaLinux 8.6, with Plesk Firewall extension active and configured. Realized it was firewalld that was stopping my mySQL connection attempts. Tried to stop...
  4. rbstern

    Question PHP-FPM 8.3.1 Not configured

    I specifically ran a script with phpinfo() to verify. Needed to remove E_WARNING in php because my application generates a high database load while logging php warnings specific to the app when running PHP 8.3. When the configuration change didn't impact the warnings, that's when I started...
  5. rbstern

    Question PHP-FPM 8.3.1 Not configured

    One is dedicated, the other is sharing the pool handler.
  6. rbstern

    Question PHP-FPM 8.3.1 Not configured

    I'm trying to turn off E_WARNING in a domain using PHP 8.3.1. Changing the domain's PHP settings has no effect. When I look at the Server services management, Plesk shows: PHP-FPM 8.3.1 Not configured This topic covers the same issue, but the remedy described does not work (having at...
  7. rbstern

    Resolved Mail settings tab missing for all domains.

    Had the same thing happen with 17.5.3 Update #27 this morning, on Centos 7.4.1708. The above steps to fix worked, but also required a reboot.
  8. rbstern

    Issue tmp filling up with Plesk update files

    Jack, to clean up the files I'm running this once a day, to remove files more than three days old: find /tmp* -mtime +3 -exec rm {} \; > /dev/null 2>&1 And to clean up empty directories, I run this a couple of minutes later: find /tmp* -exec rmdir {} \; > /dev/null 2>&1 Both commands can be...
  9. rbstern

    Issue tmp filling up with Plesk update files

    Following up to see if anyone else has experienced this or has a recommendation, beyond cron job cleanup (which I have implemented).
  10. rbstern

    Issue plugin with php5 and server use php7

    The OP's question is confusing. Does "plugin" mean WordPress plugin? If so, what the OP wants to do is not possible.
  11. rbstern

    Question High traffic config advise

    Jose, a few other areas to consider: Make sure your MySQL setup has enough resources to cache query results. Make sure nginix is configured for browser caching of images. You might also consider using a free-level CDN service like Cloudflare.
  12. rbstern

    Issue tmp filling up with Plesk update files

    I have an Onyx server, has been running for about a month now, on CentOS 7.3. I've twice run into trouble with the /dev/mapper/vg-tmp volume having it's space exhausted (1GB). When I look at the tmp directory content, I see lots of nightly copies of Plesk updates. For example, I can find...
  13. rbstern

    Fail2ban problems in Plesk 12.0.18 update #68

    Follow up. I just checked fail2ban versions, and discovered that the server where I am having the fail2ban problem is version 0.9.2, whereas the servers that are running correctly has fail2ban version 0.8.13. I didn't install or update fail2ban on any of these servers. It came with via Plesk...
  14. rbstern

    Fail2ban problems in Plesk 12.0.18 update #68

    Not sure if the problem is related to the most recent update, but as best I can tell, it started sometime in the last couple of weeks. I went into the fail2ban page of the panel to enable the ssh jail. I was surprised to find MANY more jails defined than I was used to seeing. Eighty jails in...
  15. rbstern

    Resolved NGiNX - browser caching for static resources

    I'm having the same problem as Eleshar, in Plesk 12.0.18 (with current update) while trying to have a domain add browser caching to the header for static files served by nginx. Web server settings for a domain I am trying to get working with browser caching: Serve static files directly by...
Back
Top