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.
Did you try removing the duplicate "default certificate" entries inHome > Tools & Settings > SSL Certificates - this worked for me but i'm not sure if it was a co-incidence or related in some way. Either way, the problem was solved and has not returned.
Igor, thank you for the feedback. I have modified the sql query to update only those domains that require it:
# for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select domains.name from domains,hosting where hosting.dom_id=domains.id and hosting.php_handler_id != 'fastcgi'...
Igor,
That does take care of the PHP handler change on all domains. However, in may case, only 50 domains of 500 actually need to be updated and each change takes a little while as the configuration files are compiled on each iteration - so this would take quite some time, and also...
Additionally, to find domains that are not using FastCGI as the PHP handler:
# select domains.name,hosting.php_handler_id from domains,hosting where hosting.dom_id=domains.id and hosting.php_handler_id != "fastcgi";
Hello,
To get around this problem, for the duration of the migration edit /etc/psa/psa.conf and change DUMP_TMP_D to /var/tmp/ or some other location which is larger than your /tmp partition. You can change this back to /tmp when you have completed the migration.
I have performed many...
Hello,
We have a number of Plesk 12 servers where clients have created a mix of domains that run PHP as FastCGI and Apache. We no longer allow clients to create new domains that run PHP as Apache.
For all the existing domains, we need to convert all domains to run PHP as FastCGI and then we...
UPDATE: This issue is no longer occurring for me
I have no idea why it is now working. The only thing I did was to look for problems on the server and I removed duplicate "default certificate" entries in Home > Tools & Settings > SSL Certificates (see attached image). These were remnants from...
Hello, I have this problem today.
I am using Plesk 12.0.18 update #51, it's only been setup a couple of weeks. I previously migrated from Plesk 11.5 without any issues to this new hardware.
Now, the server backup has stopped running with the error:
Warning:server "server"
Server settings are...
Hello,
I will shortly upgrade my servers from 10.4.4 to 11.09, in the pre upgrade check I get this warning:
[2013-10-16 06:33:46][INFO] ==> STEP 28: Detecting if encrypted passwords are used...
[2013-10-16 06:33:46][WARNING] There are 1796 accounts with passwords encrypted by the...
The problem is these process stuck after each night, the login does not work unless I kill them, any ideas why these processes are hanging?
------
root 8504 0.0 0.1 11608 6708 ? S Feb14 0:01 /usr/lib/rpm/rpmq -q --all --qf %{name}-%{version}-%{release}.%{arch}.rpm\n...
Plesk 11 Login Problem - SOLVED
The problems seems to be that the installer was running and simply hung, this was preventing the login.
A server reboot resolved the problem so no actual remedial action was necessary.
Maybe rebooting after an upgrade is the best idea!
Hello,
My provider upgraded from PP9 to PP11 yesterday and it all seemed fine. However, after attempting to login to the panel today, I am getting the following error after waiting some minutes for the login page to timeout:
----------------
ERROR: Service_Agent_Exception
Up Level...
I tried emptying psa.longtasks, there was plenty of 'stuff' in there, but it didn't make any difference. I will solve this eventually, I have to! Thanks for your feedback.
Me too - Plesk 9.5x CP hangs on attempted installation of any vault app, on a restart of PSA breaks the lock.
There must be a solution to this - please if anyone can share!!!