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.
Thanks to Ivalics assistance we're able to resolve this issue.
The issue was due to changes being made to the /conf directory for the domain when installing an Application via the Application Vault (specifically Joomla pkg from http://www.apsstandard.org/). When installing this package it creates a sub-folder in the users conf directory called /siteapp.d which contains conf files for specified packages altering the php handlers for the specific folder and breaking suphp, hashing out this conf file corrects suphp.
As a global solution we've altered the affected packages on the server so that they:
-Don't create the conf file
-Don't change permissions to 777 for folders/files so applications will work under suphp
We did this by editing the APP-META.xml located in the pkg directory: /opt/psa/var/cgitory/<packagename>
As per this Parallels forum thread (http://forum.parallels.com/showthread.php?t=97843), excluding the permissions/handler sections in the <mapping> area allows the pkg's to install correctly for suphp requirements.