• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 weltonw

  1. W

    Issue 504 Gateway Time-out since days from a specific subdomain

    What are you running on the subdomain? You said it was not WP? Also congrats @Peter Debik on what appears to be a new job!
  2. W

    Question Using Plesk for a 150k+ hosting provider on AWS

    How many/what kind of sites? It's highly dependent.
  3. W

    Resolved Licence-Restrictions

    1. No, they don't: https://support.plesk.com/hc/en-us/articles/115000639049-What-domains-are-counted-in-the-domain-limit-of-a-Plesk-license 2. Yes, all Plesk license editions have the same backup format
  4. W

    Question Website becomes very slow on 500 pps

    Needs more information (was CPU saturated? RAM?)...load testing + monitoring worker status may help. You may want to try raising Apache worker limits though.
  5. W

    Issue Slave DNS Manager

    Yes. Plesk has had these kind of issues for years with little progress. DO / Azure / r53 extensions all have other similar issues in multi-server setups. The answer seems to be 'write your own,' which is certainly an option. In fact, if anyone is interested, shoot me a PM. I think creating an...
  6. W

    Issue User can not create new database (Using Multitenancy)

    BTW, API might be an option. You'd need to write your own sanity and permission checks.
  7. W

    Question Integrating AbuseIPDB RealTime IP Check, possibly using ModSecurity and LUA

    Would not recommend this. Run it async with the request as @Mark suggested. Otherwise you'll be potentially experience significant server delays as modsec inspection is blocking. Don't need to use CSF. Iptables or fail2ban works
  8. W

    Question Export Plesk configuration

    Ideally, the most foolproof way is to configure your servers to a specification, not the other way around. Once you have an ideal config, use something like ansible to idempotently provision several servers with identical configurations.
  9. W

    Question Full server restore, if I have another Plesk server operational

    Fastest? Take snapshots of servers #1 and #2 for easy DR
  10. W

    Issue How can a PHP script in a chrooted, shell_exec/exec/system disabled environment create a crontab job in Plesk?

    It's a frequently overlooked issue -- shell, jailing, and PHP. Ultimately, disable_func + open_basedir isn't really sufficient security, because of exploits above, but also complete isolation not being its intended purpose. Are you using CL by chance? "CageFS"'s underlying implementation is...
  11. W

    Question accelerate MySQL

    There's a lot of factors at play - hardware is one. Your MySQL Config is another - insert buffers, commit settings, etc will affect MySQL's concurrency. I'd play around with MySQL's options to see what works best, but also consider that it could be a disk/IO Latency issue with the server itself.
  12. W

    Question Is it safe to change the default ssh port on live server

    > I recently (about 2 weeks ago) installed PLESK on my new VPS, running Debian 10.11 It's running great, but, i see a lot of ip's being blocked via Fail2ban, especially via ssh port 22. The count is about a 1000 in 4 days. I'd make the case it doesn't matter. Use SSH Keys (only) and if you are...
  13. W

    Resolved systemctl start mariadb (10.6 error)

    I wouldn't recommend it. 10.6 doesn't appear to be supported by Plesk. Is there something in 10.6 you need specifically?
  14. W

    Question How update to Maria DB 10.2 (from 10.1)

    Why not try it on staging?
Back
Top