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.
In my case, it was a problem with the nginx proxy. Probably the nginx proxy didn't pass well the cookies to the apache server.
To fix it, I just disable and re-enable the nginx proxy. I had this problem after transfer a whole Ubuntu server 18.04 (Plesk 18.0.52) to 22.04 (Plesk 18.0.53)
#...
Now we have this error :
Failed to reset cache for the instance #13: WordPress Toolkit was not able to finish running an operation on this site in 180 seconds, so the operation was terminated. This could mean that your WordPress installation might be infected with malware. Check the...
[2022-03-03T16:32:07.970-05:00] SiteSyncingInCompletedWithErrors|Data copy from WP installation complete
d (errors)|ERROR|........|18|https://abc.com|Copy Data|Copying of data from https://dev.abc.com to https://abc.com completed with the
following issue: Failed to reset cache for the instance...
If we add the line "define( 'OTGSINSTALLERSITEKEYWPML', 'your-site-key' );" in the wp-config, for keep our WPML license between dev et prod stages, the Wordpress-toolkit detect a problem and won't copy data. Please fix it.
Based on : Frequently Asked Questions Archive - WPML
Thank you!
Yannick
My servers default Plesk page are not accessible from http, only https.
That issues make the Let's Encrypt renew validation for the .well-known/acme-challenge/ impossible for the server.
I don't really matter about the http, if I can valide through https.
I'm using Obsidian 18.31 and my main...
My servers default Plesk page are not accessible from http, only https.
That issues make the Let's Encrypt renew validation for the .well-known/acme-challenge/ impossible for the server.
I don't really matter about the http, if I can valide through https.
I'm using Obsidian 18.31 and my...
So at the end my code is good. It was a typo in a passed parameter. But the return error gived me a bad clue. If I had a bad json form error or something like that should be more appropriate.
Thank you!
I'm trying to build a PHP function to get a user loging link in PHP.
The user/pass method works very well
function getLinkUrlWithUser($account, $username, $password, $server){
$url = "https://" . $server . ":8443/api/v2/cli/admin/call";
$request = array("params" =>...
Limite CPU, RAM ... Resellers Services Plans with cgroup
Hi!
I can limite CPU and RAM for the customers subscriptions itself with cgroup, but I don't find the same option for limite the Reseller Plan.
Is it normal?
I'm under Onyx 17.5.3 with cgroup manager.
Hi,
I'm using Onyx 17.0.17 under CentOS 7.3.1611 with postfix.
When someone try to forward a mail through autoresponder, I've got the following error :
Aug 8 15:30:19 servername postfix-local[4458]: postfix-local: [email protected], [email protected], dirname=/var/qmail/mailnames
Aug...