• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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