Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...
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...
@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.
@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.
@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.
@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?
@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/
@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...
@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'.
@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.
@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...