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 went to http://kb.odin.com/en/9329 and downloaded the send-report file, but then I noticed I had to change the line #!/opt/psa/bin/sw-engine-pleskrun to #!/usr/local/psa/bin/sw-engine-pleskrun since I'm using an rpm based linux (plesk is installed in /usr/local/psa).
I tried to edit the file using vim & nano to change the line, but these text editors broke the file when saved, so I used sed to edit sent-report (sed -i 's/opt/usr\/local/g' send-report), however probably this was breaking the file too, so I decided to not edit it and run send-report using: /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/libexec/modules/watchdog/cp/send-report weekly and then I saw the following error: PHP Parse error: syntax error, unexpected '!' in /usr/local/psa/libexec/modules/watchdog/cp/send-report on line 71
Please ask the developers to recheck the send-report file, and to provide also a hotfix for rpm based linux systems (for example CentOS 5) where plesk is installed on /usr/local/psa