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

  1. A

    Question increase swap partition on ubuntu 16

    you can issue following commands as root to add 4GB to swap in a file, so without the need to resize partitions etc. # fallocate --length 4G /swapfile # chmod 600 /swapfile # mkswap /swapfile # swapon /swapfile
  2. A

    How can I disable wordfence database

    With today's update wordpress toolkit started pulling "vulnerabilites" from wordfence. Some of those will not be fixed any time soon, for example complaint that wordpress uses md5 to hash passwords. So now on all of the installations I have red exclamation mark and cannot tell which installation...
  3. A

    Issue Update failure

    But what exact command is Plesk issuing here that fails here. What command we can issue in bash to reproduce the error. Is this updating some Ubuntu package, can we not update it? Is this required?
  4. A

    Resolved Issue installing modsecurity

    expired Sectigo Root Cerificate may need to be removed manually, instructions are os specific, i managed to resolve the issue on centos 7 with following instructions Sectigo Root and Intermediate Certificate Expiry - May 2020 - Red Hat Customer Portal Figure out the expired CA certificate...
  5. A

    Question How to Let's encrypt both www and non-www without SNI

    I need to not use SNI, I imagine if it will have just one domain on server it will be fine. So i disabled SNI successfully and went to plesk default certificate section and managed to issue default let's encrypt certificate there but i'm only able to either secure www or non www version?
Back
Top