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.
@IgorG actually problem seems to be the same as the issue https://talk.plesk.com/threads/ubuntu-14-04-mysql-error-after-restart.336741/#post-795493
issuing the following command made the plesk to work!
sudo service mysql stop
sudo service mysql start
very strange I thought this issue was...
@IgorG Haven't tried it yet, is it safe to run the command 'plesk repair db -v' or restoring a backup version? we are trying to fix the issue without interrupting the application!
@IgorG Thank you! We have checked through those instructions and didn't find it helpful as it only explains the solution to start mysql if it's not running. In our case mysql service running without any issues. Only plesk interface is not working!
version: 12.5.30 Ubuntu 14.04 1205160608.09
We are getting the following error while trying to access the plesk panel
"ERROR: PleskDBException: Unable to connect to database: mysql_connect(): No such file or directory /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database...
sudo service mysql stop
sudo service mysql start
Yes, it works fine after running the above commands but if we restart the server we have to run the above commands to make the mysql working. So if we rename mv /etc/init/mysql.conf /etc/init/mysql.conf.off will it solve the issue?
@IgorG Thank you very much for the response....
so if we rename the file as suggested in the document and if we restart the server will it work without the error on next boot?
mv /etc/init/mysql.conf /etc/init/mysql.conf.off
for now we started the mysql by issuing the following commands
sudo...
Hi
I have restarted the server and am getting the following error:
ERROR: PleskDBException: Unable to connect to database: mysql_connect(): No such file or directory /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible. (Abstract.php:69)...
Plesk version: 12.5
OS: Ubuntu 14.04
I have been trying to configure monit to watch apache with the following configuration, but it does not seems to be working.
check process apache with pidfile /run/apache2.pid
start program = "/etc/init.d/apache2 start" with timeout 60 seconds
stop...
is it safe to update the system packages with following command on ubuntu 14.04.x ?
sudo apt-get update
sudo apt-get upgrade
I found the document http://kb.odin.com/en/234 but am not sure it's applicable to version 12.5
P.S: if it's safe to upgrade, is there any way to enable auto security...
Hi
Is it possible to install a third party agent tool to monitor the server along with plesk? (only the agent will be installed on the plesk running server)
example:
https://www.nagios.org/
https://www.opsdash.com/
or any other recommendations to monitor the server? (like apache, mysql, ftp...