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.
Any reason why this table should not default to sorting by col-5 desc and page size of 25.
$options = [
'defaultSortField' => 'column-5',
'defaultSortDirection' => pm_View_List_Simple::SORT_DIR_DOWN,
'defaultItemsPerPage' => 25,
]...
TITLE:
XML Subdomain Add (with FTP)
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx Version 17.8.11 on CentOS Linux 7.6.1810
PROBLEM DESCRIPTION:
Using the add operation as documented here
Creating Subdomain
Creates the subdomain with the proper document root, but Does not create...
I've had a few questions and there just doesn't seem to be very much API support for developers.
Tried Discord, nothing there. There should at least be a dedicated developer forum, I'm never sure where I should post API related questions.
General Contact email often takes better part of a...
So maybe the REST API is not the way to go.
Found this and it looks very promising . . .
Using the XML API, this is virtually straight from the documentation at Creating Subdomain
PROBLEM with this is the FTP Account is not being created. I get an ok, creates the subdomain with the proper...
in case it helps, this will work to create the subdomain with physical webhosting. (don't use a parent domain)
{
"name": "subdomain.mywebsite.website",
"hosting_type": "virtual",
"hosting_settings": {
"ftp_login": "test_login",
"ftp_password": "test_pwd"
},
"owner_client"...
Trying to create a SUBDOMAIN with physical hosting.
Sending a POST call to the REST API creates the subdomain but it has no physical hosting attached to it.
The documentation states the choices are as follows
hosting_type:
description: >-
It specifies the hosting type of the...
I found a hack that helped, here it is in case anyone is looking for something similar.
Using the param 'id' will change the id=[0].
At this point the button goes last in the toolbar not first.
Any ID will do the same thing, there doesn't seem to be any logic or ordering going on...
Is there no way to order CustomButtons that are in the Toolbar. "order" seems to have no effect. The button always appears first.
And is there a way to assign an ID. it seems to always be id=[0].
'place' => [self::PLACE_TOOLBAR],
'order' => 4,
Thanks.
I see plenty of examples of $this->_status->addError() and addMessage() in various Controllers.
But nowhere do I see how to display these in a view.
Is there any documentation other than the sparse outlines of the methods in Extensions API Documentation - Plesk 17.5
To recap in my...
CentOS 7, when I do 'yum list' I don't even see mod_substitute.
But it's available to be enabled in
Home > Tools & Settings > Apache Web Server Settings
Is it installed by Plesk, and just needs to be enabled/disabled?
If so is there a plesk command line option to do that?
My extension requires mod_substitute.
I can get true or false from # httpd -M | grep -ci -o "substitute_module"
Is there a way to enable it if the answer is false?
Should I use yum, or some other mechanism?
Thanks for any advice.