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.
The Pingdom Tools does not support the most modern compression algorithm - brotli. Nginx on your server uses Brotli firstly.
gzip also works if asked explicitly:
curl --compressed -k -vvv https://kalombo.ru
* Trying 49.12.134.105:443...
* Connected to kalombo.ru (49.12.134.105) port 443...
Please, check the configure arguments with the following command:
nginx -V
Are there these arguments?
--with-http_gzip_static_module
--add-dynamic-module=mod_brotli
Remove all custom nginx directives you have added and enable the "Speed up web server compression" checkbox in Performance Booster.
What result have you got?
Hi,
It could be a problem of false expectations, but Performance Booster does not perform data compression. It configures the server so that the optimal parameters of PHP and the web server are used and that gzip and brotli compression are configured.
Using Plesk data directly is not a good idea. The database structure can be changed at any time, and then your integration will break.
It is recommended to use CLI / XML-RPC / REST API for integration.
The problem looks like your Firewall is blocking access to download executable files (.exe and .msi). Please check your Firewall settings, or disable it while the update is in progress.
Hi,
the root cause is that caching_sha2_password as the preferred authentication plugin is used (applicable to MySQL 8 & Percona 8).
Read more here: MySQL :: MySQL 8.0 Reference Manual :: 2.11.4 Changes in MySQL 8.0
Hi, FizzyDev
There are some useful articles that can help in solving your problem:
Cannot disable ModSecurity rules via Switch off security rules in Plesk
How to disable a single ModSecurity rule for a website in Plesk
Hi,
I can recommend you 2 options for action:
1) Try to connect directly and check if the problems are reproducible. Write the real IP address in the /etc/hosts file for your domain.
2) Try to check the security settings on the service SUCURI.net.
Plesk update does not interfere with the...
The correct permissions for logs should be as follows:
drwxr-xr-x root root /
drwxr-xr-x root root var
drwxrwxr-x root syslog log
drwxr-x--- root adm apache2
-rw-r----- root adm access.log
Hi,
Please check the permissions on the /var/log folder. You've probably given too many privileges to the log folder. Run the check using the following command:
namei -om /var/log/apache2/access.log
Hi,
there should be no differences. I checked the main scenario: added Percona as an external database and I had no problems.
At what step do you have a problem? What error is displayed? Maybe you have 2 databases running on the same port?