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

  1. U

    Resolved 421 Misdirected Request

    I run Apache from a non-official repository so I can control updates myself and get the latest versions if needed, and encountered this issue as well a few days ago. I wrote to Plesk support on July 14th asking when they'd support the latest update, and they dismissed me with "we do not support...
  2. 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...
  3. U

    Issue AWstats no picture

    @NicolasL51, have you added any additional directives in "Domains > domain.tld > Apache & nginx Settings"?
  4. 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.
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. 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?
  10. 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/
  11. 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...
  12. 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'.
  13. 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.
  14. 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".
  15. 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...
Back
Top