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.
I'm working on a CakePHP project which requires the db connected to plesk remote mysql server. If I use below db configuration example
'port' => '3306',
'host' => 'xxx.xxx.xxx.xxx',
'username' => 'usernmae',
'password' => 'pass',
'database' => 'db',
When I run the app getting mysql error...
IP Address Banning (Fail2ban) service was not running, however I've started it
After starting when I see the status it is responding:
I Am USING:
OS Debian 8.11
Product Plesk Onyx
Version 17.8.11 Update #38, last updated on Jan 30, 2019 08:14 PM
#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options...
I'm working on a CakePHP project which requires the db connected to plesk remote mysql server. If I use below db configuration example
'port' => '3306',
'host' => 'xxx.xxx.xxx.xxx',
'username' => 'usernmae',
'password' => 'pass',
'database' => 'db',
When I run the app...