• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by urki

  1. U

    Resolved NGINX enable browser cache expiration

    Hello @Michael G, The code below code does what you seek, edit it the way you desire and paste into "Additional nginx directives": location ~ ^/(plesk-stat|webstat|webstat-ssl|ftpstat|anon_ftpstat|awstats-icon) { proxy_pass https://<server IP address>:7081; proxy_set_header Host $host...
  2. U

    Issue AWstats no picture

    @NicolasL51, have you added any additional directives in "Domains > domain.tld > Apache & nginx Settings"?
  3. U

    Question Mails sent by plesk

    @PedroN, are you looking for "Tools & Settings > Notifications > Text" ? Note that clicking on "Text" option (image) will open the selected notification, where you can modify the message.
  4. U

    Resolved Plesk 12.5.30 # Debian 8.6 - Moodle problem version MYSQL

    @Zucchi Massimiliano, In case of a new server (fresh installation), you could consider the option of installing MariaDB before Plesk. That way MariaDB gets installed without any problems, and Plesk installer will detect and configure MariaDB for use with Plesk.
  5. U

    Resolved Mariadb 10.1 on ubuntu 16.04

    @Oliver Marugg, install MariaDB without a password (hit enter when it prompts you to enter it), and run Plesk installer afterwards. The installer should then secure MariaDB with the admin password used in Plesk.
  6. U

    Resolved Mariadb 10.1 on ubuntu 16.04

    @Kingsley, You have to install MariaDB before installing Plesk. Plesk installer will then detect MariaDB and install as usual.
  7. U

    Resolved Mariadb 10.1 on ubuntu 16.04

    Hello, consider installing MariaDB before Plesk to avoid such problems, and to keep the installation as clean as possible.
  8. U

    Question Magento 2 APS Package and Extensions

    @speedswim, It would help if you could provide some basic information about your system like your OS, Plesk version. What exactly do you mean by "server crashes"? Also, did you check your log files for errors? What do they say?
  9. U

    Question brute force attack

    @PedroN, Plesk 12.x comes with Fail2Ban, you may want to read the docs for some additional information > https://docs.plesk.com/en-US/12.5/administrator-guide/server-administration/protection-against-brute-force-attacks-fail2ban.73381/
  10. U

    Resolved nginx HTTP/2 support cipher problems

    @trialotto, about cipher suites, I am sure you are already aware of the site https://cipherli.st/ (also made my Remy) which seems to list strong ciphers for most web servers and also other software. Not sure about how often it gets updated though. I would like to get your feedback about the...
  11. U

    Resolved Changed SSH Port --> No Shell login at active firewall !

    @MartinB, No, the port is still open until you deny access to it. To do that, you can disable the premade SSH rule by clicking on it (while in 'modify mode'), and then select 'Deny'.
  12. U

    Resolved Changed SSH Port --> No Shell login at active firewall !

    @MartinB, you have to add a custom rule in Plesk Firewall interface in order to open your port, you can do that at "Tools & Settings > Firewall > Modify Plesk Firewall Rules > Add Custom Rule". Make sure you apply changes afterwards.
  13. U

    Resolved missing domain.ltd_webmail.conf file

    @SMAHI, make sure you have a webmail client selected at "Domains > yourdomain.com > Email Addresses > Mail Settings (tab) > Webmail".
  14. U

    Resolved SSL certificate problem only in IE

    @Sergio Manzi, @Heppi75, The site opens normally for me as well (Windows 10, IE 11). But it seems you have 'enabled' HTTP/2 on your server, which by default generates 'strict' cipher suites, making a lot of devices unable to connect, check SSL labs for some useful info about your configuration...
  15. U

    Question cloudlinux

    @PedroN, If you are after usage limiting and not in a hurry, you could also wait until Plesk Onyx gets released, it will support limiting system resources on other OS's as well, but only those with systemd (like Ubuntu 16.04, Centos 7, Debian 8). You can read more at...
Back
Top