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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
I tried yesterday to manually upgrade my MariaDB using apt update && apt upgrade via ssh. and this solved my problem. Maybe this could help you as a last test before following the good proposal by NS.
Thank you for the detailed recommendation! Before following your proposal I made yesterday evening a last test, checked prior to this the russian repository which seems to be fine and simply used apt update && apt upgrade via ssh. Result: my current version of MariaDB was upgraded by 4 steps and...
Please find following my configuration. Does it make a difference?
CPU Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz (10 core(s))
Version Plesk Obsidian v18.0.41_build1800220207.23 os_Ubuntu 20.04
OS Ubuntu 20.04.3 LTS
For today I get 2 error messages which probably belongs to each other:
1.
ERROR: E:The repository 'Index of /mariadb/repo/10.5/ubuntu/ focal Release' no longer has a Release file.
2022-02-19 05:32:16 ERROR: Exited with returncode 1.
2. run-parts...
I am using a separate installation of composer 2.X and php 8.0 - this works in my case without problems. Unfortunately php 8.1 does not work with drupal 9.3X - to many deprecated code in various modules and core, yet.
I have now configured pagespeed following the recipe of your link. Although the new cache (/var/cache/new-cache) is filling up with content but the described test
curl -Is my.domain | grep X-Page-Speed
X-Page-Speed: 1.13.35.2-0
does not bring up any output? Any idea? However, most important was...
I
curl -IL https://test.mydomain.de -H "Accept-Encoding: br"
HTTP/2 200
server: nginx
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
...
...
content-encoding: br
Now it works. Main problem have been the missing symlinks. Thanks to Igor! My fault was, to install the symlinks but...
Hi Igor, wish you a happy New Year and thank you for jumping in.
# ll /etc/nginx/modules.conf.d/*.conf
Result is no access also I am logged in as root :
# ll /etc/nginx/modules.conf.d/*.conf
ls: Zugriff auf '/etc/nginx/modules.conf.d/*.conf' nicht möglich: Datei oder Verzeichnis nicht gefunden...
This is my nginx.conf. Modules are loaded on top before the http part - seems to be ok?
#user nginx;
worker_processes 1;
#error_log /var/log/nginx/error.log;
#error_log /var/log/nginx/error.log notice;
#error_log /var/log/nginx/error.log info;
#pid /var/run/nginx.pid;
include...
This is the result:
nginx -t
nginx: [emerg] unknown directive "brotli" in /etc/nginx/conf.d/brotli.conf:1
nginx: configuration file /etc/nginx/nginx.conf test failed
This brings nginx -V up:
nginx version: nginx/1.20.1
built with OpenSSL 1.1.1f 31 Mar 2020
TLS SNI support enabled
configure arguments: --prefix=/usr/share
--sbin-path=/usr/sbin/nginx
--conf-path=/etc/nginx/nginx.conf
--modules-path=/usr/share/nginx/modules...
My server with nginx stand alone:
Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz (10 core(s))
Version
Plesk Obsidian v18.0.40_build1800211207.16 os_Ubuntu 20.04
OS
Ubuntu 20.04.3 LTS
A recent test...
Dropbox works fine as backup storage but I would like to backup my files in magentacloud. I have only webdav access to magentacloud and do not find neither a plesk-extension (like dropbox, onedrive etc) nor a possibility like ftps to use webdav.
Is there a extension/feature/configuration for...