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.
Hello @coscyris,
You can try this configuration for the step 3 :
# webp rewrite rules for jpg and png images
# try to load alternative image.png.webp before image.png
location /wp-content/uploads {
location ~ \.(png|jpe?g)$ {
add_header Vary "Accept-Encoding";
access_log...
Hello @DieterWerner,
Do you have some examples of the permalinks structure and what is the real url ?
Because it highly depend on your applications structure.
Hello @Rar9
The only step missing to get A+ SSL score is to enable HSTS on your domain by adding the following line in your domain settings > "Nginx additional configuration" :
more_set_headers "Strict-Transport-Security: max-age=31536000; includeSubDomains; preload";
Hello @Dukemaster,
The easiest to add MariaDB repository is to use the repo_setup_script provided by MariaDB :
# replace 10.x with the release you want to install (eg . 10.1, 10.2, 10.3)
bash <(wget -qO - https://downloads.mariadb.com/MariaDB/mariadb_repo_setup) \
--mariadb-server-version=10.x...
Hello @Dukemaster,
there is nothing unusual with [email protected] disabled, it's the custom service used to run multiple instance of MariaDB on the same server.
You can find the service file in /lib/systemd/system/[email protected]
There are always some MariaDB mirrors down or sometimes definitly closed. You can try to choose a mirror from a big/trusted hosting provider to avoid this issue.
The error message your have received is due to mariadb upgrade failure :
[HUB] Plesk Update Manager (PUM) fails: pum is called with...
Hello @Craig1986,
1.FQDN Yes you are right about mail.example.com, here a better example than mine from Wikipedia :
But the server hostname do not have any impact on other domains hosted on the same server. You can even use a subdomain as hostname, from a domain hosted elsewhere.
2. The...
Hello @Dukemaster,
I suppose you have installed MariaDB 10.2 manually ? (because by default MariaDB 10.1 is installed from distro repositories on Ubuntu 18.04).
If yes you just have to use another mirror by updating /etc/apt/sources.list.d/mariadb.list
Hello,
here few rules you should follow to configure your server :
1) your VPS Hostname should be a Fully-Qualified-Domain-Name (FQDN) like server.mydomain.tld or plesk.mydomain.tld.
2) the VPS hostname should resolved the server IP, so do not forget to add the proper DNS records for the...
Hello,
It will probably be easier to use a web file manager to manage users permissions than giving access to Plesk only for the filemanager.
In php based scripts, I suggest you eXtplorer - a PHP-based File Manager and in nodejs based scripts, you can try the excellent silverwind/droppy
Hello,
To avoid issues when WordPress is running behind a reverse-proxy without TLS, you just have to add the following line to your wp-config.php :
$_SERVER['HTTPS'] = 'on';
Hello,
currently Plesk Nginx cache feature do not bypass cache on cookies, but do the opposite (you have to set each cookie you want to cache with Nginx).
About location to not cache for wordpress, here a list :
/wp-admin/
/wp-[a-zA-Z0-9-]+.php
/feed/
/index.php...
Hello,
it's not because pagespeed is precompiled with nginx that it's automatically enabled on all websites.
About TLS 1.3, it still required to patch openssl before compiling Nginx due to several issues. So Plesk is problably waiting for something stable.
MagicSpam work fine on Plesk 17.9.X