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.
In case somebody has the same issue, we solved it with this solution: Fixing the Breakage from the AddTrust External CA Root Expiration published on May 30, 2020:
Run apt-get update
Run apt-get install ca-certificates
Edit /etc/ca-certificates.conf and put an exclamation mark ! (do not comment...
With Plesk Onyx 17.8.11 Update #35 and newer versiones it's not necessary to install the PHP 7.3 files via SSH as it's included in Plesk. You only have to go to the Plesk Installer to activate it.
Thanks to @Hextrator for posting the solution to install PHP 7.3 on the server.
In order to be able to assign PHP 7.3 to a website, you first have to follow the instructions @Hextrator posted above:
Install php73 via SSH:
plesk installer --select-release-current --install-component php73...
We have found the solution. We just have to apply step two of "How to configure passive ports range for ProFTPd on a server behind a firewall?":
Passive ports can be defined in /etc/proftpd.d/55-passive-ports.conf file:
<Global>
...
...
PassivePorts 49152 65535
</Global>
What we haven't found...
Hello everyone,
We are making the PLESK backups to a NAS via FTP. The configured passive port range of the NAS is not the standard one.
How can we configure the passive FTP ports that the Backup Manager uses while connecting to the external backup resource and making backups via FTP?
We are...