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.
Forgot to mention, the issue is on the entire server - tested with other domains and got the same result.
Did not tested with that but I have seen it during my searching.
Hi,
Running CloudLinux Server 6.10 (extended support) with Plesk Obsidian Version 18.0.3. I have a domain.com with multiple email address. Address [email protected] is set to catch all emails sent to non existent users to the domain.com. The issue is that if I send and email to [email protected]...
If I use
proxy_cache_key "$scheme$request_method$host$request_uri";
Should I set proxy_cache_purge domain.com_proxy $1$request_method$host$request_uri ?
I have tried above and is not working.
domain.com is the real domain name
I have the bellow settings - not woking. Also, I have set /purge/ in to to the Nginx helper plugin - curstom URL.
proxy_cache_path /var/cache/nginx/domain.com_proxy levels=1:2 keys_zone=domain.com_proxy:5m max_size=209715200;
proxy_cache_key...
I have set the bellow in /var/www/vhosts/system/domain.com/conf/nginx.conf
location ^~ /invalidate_cached_url/ {
allow 127.0.0.1;
deny all;
proxy_cache_purge domain.com_proxy $arg_url;
}
Then in Helper plugin at Custom Purge URL: /invalidate_cached_url/ ...
Thanks for your reply.
I want to activate for each domain the caching option, so this why I want to create separate proxy_cache_path for each domain and also want it to be automatic: I add a new domain -> caching is on by default.
I have added
proxy_cache_path /var/nginx/cache/<?php echo $VAR->domain->asciiName ?> levels=1:2 keys_zone=<?php echo $VAR->domain->asciiName ?>:10m inactive=24h max_size=10m;
to
/usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php above the server { directive I get the...
Hey
Plesk 12.0.18 on centos 6, Postfix does not forward email from dedicated IP. If I send email from the domain the dedicted IP is used, just when the forward is set up, the email is sent from the server's main IP. Any idea what should I tweak in postfix? Thanks
Looks like this is the solution, I have replaced all CHARACTER SET utf8 COLLATE utf8_general_ci with CHARACTER SET latin1 COLLATE latin1_general_ci in /usr/local/psa/bootstrapper/pp12.5.30-bootstrapper/bootstrapper.sh and now the upgrade is running fine :).
I have see that already but does not help. Since the entire psa DB is erased once I get that ERROR 1071 I assume that the autoinstaller is doing a dump of the psa db, erase it, recrrate it as utf8 and it try to reimport but it fail with ERROR 1071. I have converted the entire psa DB with tables...
Hello
I try to upgrade Plesk from v12.0.8 to 12.5.30 on a Centos 5.11 however the upgrade fail at the preupdate stage.
===> Upgrading database
Trying to start service mysqld... mysqld (pid 13595) is running...
done
Trying to establish test connection... connected
done
Trying to find psa...