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.
The second environment:
I made this request:
<packet>
<database>
<set-db-user>
<id>$id</id>
<acl>
<host>$externalIp</host>
</acl>
</set-db-user>
</database>
</packet>
And i got:
object(PleskX\Api\XmlResponse)#2 (7) {
["status"]=>
string(2) "ok"...
Hi,
Im trying to set via API a mysql remote allowed ip, the request:
<packet>
<database>
<set-db-user>
<id>$id</id>
<allow-access-from>
<ip-address>$externalIp</ip-address>
</allow-access-from>
</set-db-user>
</database>
</packet>
$id -> DB User ID
$externalIp -> The...
The problem is that mysql also looks for the reverse of the IP, which resolves the internet provider DNS.
This makes it impossible for me to allow connection via DNS. Looking for another solution. Probably through an ssh tunnel.
Hello,
First of all, many thanks for any reply.
Im trying to connect with a desktop database software, so its a remote connection.
I already configured in the dababase user the option "Allow remote connection from" and i put ther the domain whats resolve to the IP of pc client...