• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by LRLD

  1. L

    Resolved PPE - repository GPG Error

    Thank you for your help Sebahat.hadzhi I haven't received the error since yesterday morning, so I didn't get chance to try the above solution. Thanks again
  2. L

    Resolved 421 Misdirected Request

    Yeah because the update to fix the issue didn't check if it was already fixed, it just added the directives regardless! You'll need to delete the file you previously created.
  3. L

    Issue Domain List Statistics are not getting updated

    The Domain List and Stats panel on a domains dashboard are not getting updated, however, the Statistics tab for the domain shows the correct data. The only way to get it updated is to click the refresh icon in the Statistics Panel on a domains dashboard. This is affecting both of my new Ubuntu...
  4. L

    Question What web server does the Plesk interface use / MIME types / .glb

    You may need to define the mime type in Apache and Nginx, I had to do the same with .webmanifest files, create the file... adding... then run this command to enable it... And restart Apache. then you need to edit... adding... And restart nginx. That should do it. I hope it helps...
  5. L

    Resolved PPE - repository GPG Error

    Yeah, I already tried but not with apt-key because it's deprecated. There's more details in this post. Seems like a misconfiguration of the repo/Wrong key published and the right key is in the wrong format? TIA
  6. L

    Resolved PPE - repository GPG Error

    Hi mate, yes, I tried that but... It's only available in the repository (see above) as a plain text public key, it needs to be a .gpg file...not human-readable plain text. Plesk Premium Email is a paid for extension, I shouldn't have to be playing hunt the repo key, lol! Hopefully someone...
  7. L

    Resolved PPE - repository GPG Error

    Right, it looks like the wrong key is being downloaded and saved to /etc/apt/trusted.gpg.d/kolab.gpg gpg --show-keys /etc/apt/trusted.gpg.d/kolab.gpg pub rsa4096 2018-05-24 [SC] A21E96611060CF0B4DF11E64A01D0CA80038D0DB https://mirror.apheleia-it.ch/repos/Kolab:/16/key.asc pub rsa4096...
  8. L

    Question Encrypt database at rest - Mariadb

    Yes, I've been running both MariaDB 10.11 and 11.4 with all encryption enabled for quite some time. Not with Onyx though.
  9. L

    Resolved Plesk Premium Email - https://mirror.apheleia-it.ch offline

    +1 on this! I have started another thread... https://talk.plesk.com/threads/ppe-repository-gpg-error.378686/
  10. L

    Resolved PPE - repository GPG Error

    Hi, as the title suggests, I'm currently getting the following error... Err:14 https://mirror.apheleia-it.ch/repos/Kolab:/16/Ubuntu_24.04_Plesk_17 InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C8B3DA4DF6491D3D Fetched 1,037 kB in...
  11. L

    Issue Error while adding ipv6 Address

    Did you get this sorted? Is that the complete 10-plesk.yaml contents? Because there should be a route and nameserver section. https://netplan.readthedocs.io/en/latest/netplan-yaml/ here's an example... network: version: 2 ethernets: eth0: addresses: - your-ipv4/subnet #...
  12. L

    Question DANE support and IMAP Port 143

    Hi everyone, when the TLSA records are added to the zone, it doesn't add one for port 143, STARTTLS is available on this port so it should have a TLSA record. It was the same on my old Ubuntu 20.04.6 LTS servers, and it's still not added on my Ubuntu 24.04.1 LTS servers, all the other ports get...
  13. L

    Issue update mariadb error

    MariaDB 11 is not officially supported yet... Source: https://support.plesk.com/hc/en-us/articles/12387689789207-Which-MariaDB-versions-are-supported-by-Plesk Other than that, I thought the upgrade command was... mysql_upgrade Regards LD
  14. L

    Question Plesk install in ubuntu

    Hi Alex, personally, I install MariaDB first and then install Plesk, MariaDB has a handy page to help you set up the repo... MariaDB 10.11 - Ubuntu 24.04 Repository Hope that helps. LD
  15. L

    Question Ubuntu 24.04 LTS and Apache default ip folder

    To put it another way... Apache cat /etc/apache2/plesk.conf.d/ip_default/domain.com.conf and Nginx cat /etc/nginx/plesk.conf.d/ip_default/domain.com.conf As you can see, the Nginx file is as expected for the IP addresses default website. I have to "cat...
Back
Top