• 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 high SQL cpu and possible slowlog issue?

    That is a pretty generic PHP error message. Looks like it timed out.
  2. W

    Issue high SQL cpu and possible slowlog issue?

    Yeah. it seems to me like you'd be better off disabling QC. Just put: query_cache_size=0 in your my.cnf file that you found with Peter's help. Some more details: How to Fully Disable Query Cache in MySQL - Percona Database Performance Blog
  3. W

    Question how to use Nginx as a proxy for external services?

    You'll want to define custom directives in the "Additional NGINX directive" section in Plesk for the domain
  4. W

    Issue When will the latest Update #3 be fixed?

    We're on CentOS 7, no errors on 18.0.38 Update #3, besides some UX/UI changes that we had to update. No dropbox extension.
  5. W

    Issue [WP toolkit] /etc/cron.daily/logrotate: Permission denied

    Seems like a bug. @Rasp wanna get a bug report in?
  6. W

    Issue [WP toolkit] /etc/cron.daily/logrotate: Permission denied

    Yep. Saw this yesterday. Looks like a bug.
  7. W

    Issue Running PHP script as a scheduled task

    PHPMailer can use sendmail, but also an external SMTP relay so you can connect to localhost. We do this for our WP installations so email works. What you mentioned is an option, but carries the downsides you mentioned, which are obviously less than ideal. You can manually pass/rewrite the...
  8. W

    Issue Running PHP script as a scheduled task

    So, there isn't really a simple way for a chroot to be truly secure AND to have a sendmail binary. If you are up for it, there's something like this: Lisa Rushworth Home Page Otherwise, some implementation use a sort of proxy to mediate communication. The best option is just have the PHP...
  9. W

    Question CPU Usage "Capped" at 25%

    No. What does the actual per thread breakdown look like? Is this a VPS, where the host may be throttling? Do you have a proc limit/PHP worker bottleneck?
  10. W

    Forwarded to devs Recurring issues in all websites with ModSecurity ruleset

    Project is also mostly "dead" - based on their forums: Is this project dead? - Free Modsecurity rules - Comodo Web Application Firewall
  11. W

    Forwarded to devs Recurring issues in all websites with ModSecurity ruleset

    Yes, can confirm this has been our experience too. Not the caching issue specifically, but Comodo is just not worth any of the benefits (selective rule classes, pricing) it brings. Atomicorps Advanced has served us well.
  12. W

    Turning off Nginx for one domain

    With all due respect that's not really a Plesk issue. If you don't want to/don't know how to transfer the configurations over to Nginx configs, but also want to use Nginx as a proxy, you'll have to make a compromise and choose one, I don't see a purpose in allowing the proposed scheme...
  13. W

    Turning off Nginx for one domain

    What problems with NGINX to Apache do you have exactly?
  14. W

    Turning off Nginx for one domain

    You should be looking at what is causing the difference. Correlation != causation. If it's text compression, turn on Brotli/GZIP for NGINX. NGINX does not "slows down the Apache strongly towards the outside." You cannot turn of NGINX for just one domain. NGINX is bound to 80/443 on your IPs...
  15. W

    Issue Access permission issues after migration

    Run a plesk repair and see if it's a permissions issue.
  16. W

    Resolved Got a 502 error after disabling several apache modules.

    Open a support ticket with Plesk if you need urgent support. In the future, you obviously shouldn't randomly disable Apache modules that you aren't sure of. That's basically begging for trouble. First, I'd see if apache is working. Can you connect directly to the Apache port? (Usually 7081)...
  17. W

    Resolved http/3 supported by plesk?

    NGINX still lacks HTTP/3: Our Roadmap for QUIC and HTTP/3 Support in NGINX - NGINX Aoache, well, doesn't care, We probably won't be seeing stable HTTP/3 support in Plesk any time soon. If you require QUIC/HTTP3, consider using Cloudflare to proxy your content.
  18. W

    FastCGI vs FPM results

    Testing assets, ie via wpt vs running a concurrency benchmark are totally different things and both have their validity. That shouldn't be the case. FPM is FastCGI pooled, which has the benefit of not needing to spin up as many threads and persistent cache. How are they configured? Ie, if...
  19. W

    Resolved After Installing Plesk My CPU Fan Runs At Full Speed All The Time

    What does the resource usage breakdown look like?
Back
Top