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

    Question Deny access to .git/config (and other existing Files)

    Well, ok then This remind me of the same situation related to .svn folders years ago and the solution was the same: in global Apache config deny all for any .svn folders
  2. J

    Question Deny access to .git/config (and other existing Files)

    I wonder why do you have a .git folder in your domain public folder ? Best practice for the past 10 years or so [for PHP apps at least] is to keep /vendor folder and other important folders and files outside public folder
  3. J

    Resolved Fresh Install CentOS 8

    I tested Plesk on Centos 8 using LXC in proxmox, is working flawless, only you need to install first: ssh and hostname Because Proxmox LXC Centos 8 image does not have it
  4. J

    Question Every month I keep getting error by email: Plesk key update deferral notification

    Is a lack of coordination between the moment when the server is trying to renew the key and the moment when the payment crons runs on Plesk side. Example: Your monthly license expire on 13th of the month. Then on May 13 at 1 AM, your server is trying to renew the license, but there is no new...
  5. J

    Issue Letsencrypt: Missed domain names failed to pass validation emails

    That's annoying for me too. i am usually using subdomains, without www . mysubdomain.example.com I do not set an A record for www.mysubdomain.example.com And i keep getting daily emails with subject: Could not issue/renew Let`s Encrypt certificates for Administrator *...
  6. J

    Resolved Plesk with centos8 - Unable to access remote ssh

    check if you have SSH installed ( and running) on that server by default, Centos 8 came without SSH
  7. J

    Resolved Centos 8.0 not updating : conflicting requests

    AFTER enabling "PHP from OS vendor", No errors. Still no updates , even if i am on Centos 8.0 and i am expecting an update to Centos 8.1 But that is another story
  8. J

    Resolved Centos 8.0 not updating : conflicting requests

    AFTER enabling "PHP from OS vendor", all the below output is different. But i need to wait a bit in order to try to update again. BEFORE: i have enabled only PHP 7.4 and 7.3 , and NO "PHP from OS vendor" The below is the output without "PHP from OS vendor".
  9. J

    Resolved Centos 8.0 not updating : conflicting requests

    Everything else is working fine for the moment. Those are test servers ( trial licenses) so is not that important to have that fixed now. I have 2 different Centos 8.0 with latest Plesk: OS CentOS Linux 8.0.1905 (Core) Product Plesk Obsidian Version 18.0.25 Update #2, LXC containers...
  10. J

    Question How you know this file, this permission, this ower, this group?

    I can recommend a good reading , for start How Unix Works: Become a Better Software Engineer
  11. J

    Issue Install error on Centos 8.1

    I would recommend you to try to install it on Centos 8.0 , not 8.1 Until the next minor release of Plesk.
  12. J

    Issue Centos 8 GIT issue ( and fix)

    Is already enabled, fom the beginning. And still is not updating to Centos 8.1 So this may be another issue, i am digging through logs to find out why is not updating.
  13. J

    Issue Centos 8 GIT issue ( and fix)

    1. It may be a case the Centos version I have only CentOS Linux release 8.0.1905 (Core) , Vritualization: lxc Because once Plesk installed, i pass the responsability to upgrade to 8.1 and above to Plesk updater :) OS CentOS Linux 8.0.1905 (Core) Product Plesk Obsidian Version 18.0.25...
  14. J

    Issue Centos 8 GIT issue ( and fix)

    Centos 8.0 Plesk 18.0.25 ( obviously) When you try to integrate a remote GIT repository, on a different SSH port, you may get the error: fatal: ssh variant 'simple' does not support setting port This one occur because on Centos 8, git version is : 2.18.2 and on Centos 7 is : 1.8.3.1 And...
  15. J

    CentOS 8 support

    Because i have nothing else to do ? :-) Everything is slow those days , so why not playing with Centos 8 and Plesk ?
  16. J

    CentOS 8 support

    Errors at first attempt, probably packages are not mirrored everywhere. dnf.exceptions.DownloadError: Cannot download packages/plesk-php74-bcmath-7.4.3-1centos.8.200220.1908.x86_64.rpm: All mirrors were tried ERROR: Failed to run the Yum utility. The Yum utility failed to install the required...
  17. J

    CentOS 8 support

    I am installling it right now, on Centos 8.1 WIll let you know if i encounter any issue, since there is no official announcement yet. :D:D
  18. J

    Issue How to disable Mail Queue in Plesk?

    Maybe your server's port 25 is blocked from outside. For instance if you use Amazon EC2 machines . By having in your Mail Queue 5 days old emails mean that you need to check the maillog and see what is there . why the emails was not delivered.
  19. J

    Resolved PHP Composer: git clone --mirror 'git@github.com:

    We managed to solve this one, by running first in CLI composer install, add the token to github when asked, then rerun it from Plesk That interactive ' add the token to github" is quite annoying
  20. J

    Resolved PHP Composer: git clone --mirror 'git@github.com:

    We forked that package because is abandoned and we have fixed an issue there ... That's why we need to call it directly from github Anyway , it seem that is not a Plesk issue, but the problem is in Composer itself. If i run composer from command line, is still asking for a github token Maybe...
Back
Top