• 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.

Recent content by Juyal Ahmed

  1. J

    Issue Plesk remote database connection from localhost in PHP

    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...
  2. J

    Question How to connect "Plesk remote db from other host"

    I am still looking for a solution of this issue :(
  3. J

    Question How to connect "Plesk remote db from other host"

    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
  4. J

    Question How to connect "Plesk remote db from other host"

    This is what I am getting as response!!!
  5. J

    Question How to connect "Plesk remote db from other host"

    # # 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...
  6. J

    Question How to connect "Plesk remote db from other host"

    Thanks for the reply. Still doesn't work though I used bind-address = ::
  7. J

    Question How to connect "Plesk remote db from other host"

    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...
Back
Top