• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Recent content by Joni

  1. J

    Issue Plesk XML API Error

    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"...
  2. J

    Issue Plesk XML API Error

    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...
  3. J

    Resolved Plesk is online but domains are all unreachable

    Some nginx rule or site imcompatibility, causes can be many... an httacess bad rule, some plugin...
  4. J

    Resolved MySQL DNS remote connection fail

    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.
  5. J

    Resolved MySQL DNS remote connection fail

    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...
Back
Top