• 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.

Search results

  1. W

    Issue Plesk Eating Vultr Server CPU after SSL Installation

    If you've got 1-2 site, cpu x 2 might be fine, but keep in mind it's a per site configuration, so 4 for both sites actually gives you 8. Not to mention buffers should be reserved other processes.
  2. W

    Issue fail2ban doesn't ban port scan

    Why are those ports even open then? Just close them up with a firewall F2b uses regexs for matching so you can always write your own filter (which is generally recommended over modifying Plesk default filters) F2b docs and the preexisting f2b templates are good starting points.
  3. W

    Issue Plesk Eating Vultr Server CPU after SSL Installation

    Worker = max_children - they're interchangeable. Probably 2-4.
  4. W

    Issue Plesk Eating Vultr Server CPU after SSL Installation

    600M...700M...700M...300s...You're setting up yourself for a DOS attack. Make them something sane, (256M, 8/16M, 30-45s)
  5. W

    Question Speeding up migration

    You could just start the migration job a d let it run through the day, and then re-sync everything once more after it finishes - resyncing only affects changed and added files, so it will be much faster.
  6. W

    Question Why are so slow?

    How often does what happen? Plesk is a LAMP stack. There's not going to be a crazy difference between other LAMP stacks if configured well
  7. W

    Question How to setup Plesk correctly

    Consider hiring a system administrator. "Correctly" varies from use case beyond basic security and performance recommendations commonly found on the internet
  8. W

    Issue fail2ban doesn't ban port scan

    +1 for what @learning_curve said. Proper security practices should dictate discretionary ACLs for accessing any service. Things like SFTP/FTP are hard in a "shared hosting" environment. Everything else should be perfectly possible, and ideally you have more authentication than just a priv...
  9. W

    WordPress Mass Hosting

    Not sure why there are spam links all over this place. @IgorG may want to edit those out. If you truly need 100% uptime, you would need some sort of "HA" set up. But, do you really need that? And, this is a Plesk forum
  10. W

    Issue fail2ban doesn't ban port scan

    Check your fail2ban.log. any recent reloads?
  11. W

    Question What is "Dispatcher" in Process List?

    Scan your system, trace the process, find and sandbox the binary
  12. W

    Question What is "Dispatcher" in Process List?

    That looks like malware
  13. W

    Input Mariadb cofiguration file

    Unlike say, NGINX, MySQL/MDB don't error out with duplicate configurations - the closest one takes precedence iirc - so for the most part, that's not an issue. It is worth taking a look at the other files though to see if there's a configuration causing issues that wasn't posted here.
  14. W

    Issue Broken after reboot

    What kind of reboot did you run? This behavior looks more like someone pulled the power on the instance lol.
  15. W

    Issue Apache hangs with no load every 2-4 days

    Reloads are normal. As long as there isn't any downtime, Apache reloads are to be expected. The spikes are interesting - anything in logs around that time? I would also look into exactly what is causing those spiked - PHP or Apache?
  16. W

    Issue Apache hangs with no load every 2-4 days

    You're not running mod_php/cgi are you? Edit: Ignore my reply. I re-read your initial thread Edit2: Have you checked your system logs? There's lots of things that can prevent forking - ie, kernel/security limits . I'd also take a look at some monitoring to see just how many processes are being...
  17. W

    Resolved Run bash script as root from extension

    Did you read my solution?
  18. W

    Issue Apache hangs with no load every 2-4 days

    Nothing in any logs? Is there any Apache restart/reload? Are you hitting request worker limits?
  19. W

    Input Mariadb cofiguration file

    I do want to point out - innodb_flush_log_at_trx_commit = 2 is generally safe unless you need ACID compliance - only an OS-level crash will cause the latest 1 sec or so of data to potentially not be flushed - something like OOM won't impact i (it will if it's 0) Also: > Today at noon it was...
Back
Top