• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. WebHostingAce

    Resolved This IP address is not configured properly

    Have you added this IP to the Plesk? Can you ping this IP from the SSH terminal of this server?
  2. WebHostingAce

    Resolved This IP address is not configured properly

    No, not really. You should be able to ping the IPs.
  3. WebHostingAce

    Resolved This IP address is not configured properly

    Please make sure the IPs you are adding is responding. You can simply ping the IPs and see if they are responding.
  4. WebHostingAce

    Issue Cloudflare's proxy function and SSL certificates

    I found myself in a similar situation with one of my domains. Regarding the first image you posted, this usually happens to me within a few minutes of adding the domain in the Cloudflare to the Plesk. It typically resolves itself after a short time. The second image is my concern. Are you...
  5. WebHostingAce

    Issue Cloudflare's proxy function and SSL certificates

    I'm using "Full" in SSL Setting of the CloudFlare.
  6. WebHostingAce

    Issue Cloudflare's proxy function and SSL certificates

    No, I do not use this extension. The process I take is, change the domain's name servers to CloudFlare name servers. Then add the domain to the Plesk. I can confirm that all my domains, A and CNAME records are proxies. Yet I can issue and renew the SSL without any issue via Plesk.
  7. WebHostingAce

    Issue Cloudflare's proxy function and SSL certificates

    I have many domains under CloudFlare (proxy), I haven't encountered this issue. I can issue the SSL and automatically renew via Plesk. No issues.
  8. WebHostingAce

    Resolved Mailboxes and domain alias for magento

    Yes, that is the correct way to do it. For Magento 2, the all domain's docroot should be /httpdocs/pub for security reasons
  9. WebHostingAce

    Question Redis

    Ok.. I tested this. by using different Redis Databases will solve the previous issue I mentioned. Eg - Website 1 - define( 'WP_REDIS_DATABASE', 0 ); Website 2 - define( 'WP_REDIS_DATABASE', 1 ); Website 3 - define( 'WP_REDIS_DATABASE', 2 ); Now when you "Flash Cache" from Website 2, the...
  10. WebHostingAce

    Question Try to install Plesk in ubuntu. facing problems. Who can help?

    @alexk345 What is this Ubuntu version? Please see - Software Requirements for Plesk Obsidian
  11. WebHostingAce

    Question Redis

    I haven't tried to use the same Redis and different databases for different websites. define( 'WP_REDIS_DATABASE', 0 ); // 0-15
  12. WebHostingAce

    Resolved Plesk Migrator Database - unhashable type: 'list'

    Plesk Migrator 2.26.5-1475 - (22 August 2024) When migrating from AlmaLinux 8.10 to AlmaLinux 8.10, In the "Migration results - overall" We have, [23 Aug 2024 12:05:06] Pre-migration checks Failed to check MySQL InnoDB strict mode. Command execution failed on the source server 'source'...
  13. WebHostingAce

    Resolved Problem when migrating subscription. Unhashable type list

    @Sebahat.hadzhi do we have an ETA for the official release of this fix?
  14. WebHostingAce

    Question Redis

    You should be able use the same container with, define( 'WP_CACHE_KEY_SALT', 'example.com:' ); or define( 'WP_REDIS_PREFIX', 'my-site' ); Please see redis-cache/INSTALL.md at develop · rhubarbgroup/redis-cache I have noticed one issue with this Plugin so far. It FLUSHALL all redis data...
  15. WebHostingAce

    Question Redis

    Sorry, I do not understand the above. In this article How to Optimize WordPress with Redis and Docker - Plesk Guide , they have used bitnami/redis. I'm not sure if there is a specif reason to use bitnami/redis. I tried with a #docker run --name=redis --sysctl net.core.somaxconn=511 -p...
  16. WebHostingAce

    Resolved Plesk Migrator Database - unhashable type: 'list'

    The Plesk Support has confirmed the issue.
  17. WebHostingAce

    Resolved Problem when migrating subscription. Unhashable type list

    It seems the issue is with the latest version of the Plesk Migrator. I have a thread for this as well. Issue - Plesk Migrator Database - unhashable type: 'list'
  18. WebHostingAce

    Resolved Plesk Migrator Database - unhashable type: 'list'

    The above error is when attempting to migrate from CentOS 7 to AlmaLinux 8.10. There is a different error when attempting to migrate from AlmaLinux 8.10 to AlmaLinux 8.10 --- Failed to check MySQL InnoDB strict mode. Command execution failed on the source server 'source' (xxx.xxx.xxx.xxx) with...
  19. WebHostingAce

    Question Redis

    The second is only if you want to have the redis.conf file on the local disk in root/redis/conf directory. If you do not want to edit redis default configuration, you can simply run the first command. In most case this should be ok.
Back
Top