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.
Hi,
I want to create a subdomain over Plesk API. Sending create domain xml data to my server. Subdomain is created. But returning ERR_EMPTY_RESPONSE. If I look at my logs, I see this strings;
System info;
Product version: Plesk Onyx 17.5.3
OS version: Ubuntu 16.04
Subdomain is created but...
Hi, I'm need to scan WordPress applications. How can I use pm_Hook_Applications for scan applications?
I'm created Applilcations.php file on /usr/local/psa/admin/plib/modules/wys-center/hooks path and here is my code;
<?php
class Modules_WysCenter_Applications implements pm_Hook_Applications...
If customers are custom (not Administrator) and different or same I can copy files between domains. This is local, if I go to real server on the I can't do this.
I'm need to copy subdomain files to new domain folder, i have a custom extension. This extension using pm_ServerFileManager class's copyFile method. But files are copying with root user? If I use pm_FileManager extension return Permission error like "filemng failed: filemng: stat failed...
I have a test extention.I can call Git extention with API, it's return a answer to me, like "<status>ok</status>". But when i try this with my test plugin its return "The XML API support is not implemented in hello-world.". How can i resolve this?