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.
Solved it myself.
what i did:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
then
UPDATE mysql.user SET Password=PASSWORD('this is where i pasted in the password got from above message') WHERE User='admin';
then commented:
--skip-grant-tables in /etc/mysql/my.cnf
and restarted mysql server...
Hey,
We spent half of the night yesterday trying to get upgrade going on our dedicated server, but failed.
Surpisingly, we managed to perform same upgrade on a VPS on a different hosting without any problems and it took less than 15mins.
Here we stumbled upon following problems until we reached...
Hi,
I recently successfully updated (using Update feature in Plesk 9.3) my panel to version 10.
On my VPS, we want to run CMS systems based on PHP (including Silverstripe.org) that require a PHP of at least 5.2.x.
When i login through SSH, and type php -v i see that PHP 5.1.6 is installed...