• 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 Plesk Migrator Database - unhashable type: 'list'

    I'm experiencing database import issue with the Plesk Migrator. Log - --- Failed to copy content of database 'mage2-database' Migration tools tried to perform operation in 3 attempts: unhashable type: 'list' --- Plesk Migrator version is 2.26.4-1467.
  2. WebHostingAce

    Question Redis

    If you have Docker Extension installed. You can simply run, #docker run --name=redis --sysctl net.core.somaxconn=511 -p 127.0.0.1:6379:6379 redis If you would like to edit the Redis config file, you can Map it to a local folder. # docker run --name=redis --sysctl net.core.somaxconn=511 -v...
  3. WebHostingAce

    Question CloudFlare and Fail2ban

    You can configure to see the real IPs. https://support.plesk.com/hc/en-us/articles/12377061126807-Incorrect-IP-addresses-are-logged-by-Plesk-behind-a-Cloudflare-or-Google-Cloud-Load-Balancing
  4. WebHostingAce

    Issue How to stop cron abuse?

    I have had the similar experience. Please see - Question - Wordpress Hacked! Unusual Plesk Behavior
  5. WebHostingAce

    Question no DNS answer on main domain

    How have you configure the DNS for this (main) domain in the domain registrar?
  6. WebHostingAce

    Issue Crash after Update

    Just an idea, Did you try to chroot to the mounted volume? #chroot /mountedvol Then, #systemctl stop apparmor && systemctl disable apparmor #exit
  7. WebHostingAce

    Issue Access Mysql from Docker

    Sorry, I didn't mention this in my above post. Please try this. Create this docker via command line. #docker run --network host --name=Wiki requarks/wiki Then the settings. You should be able to connect to local DB without allowing local DB to connect from external connections or the...
  8. WebHostingAce

    Issue Access Mysql from Docker

    I might be wrong.. but the docker instant should be able to access the Local DB without above option or the firewall settings. I have done this before. Did you try both localhost and 127.0.0.1 for the DB settings in your Docker Instant? By the way which docker is this?
  9. WebHostingAce

    Question Docker Environment Variables

    What docker is this? Have you tried the CLI? docker run -d -v /path/to/private-key.pem:/app/private-key.pem -e PRIVATE_KEY_FILE=/app/private-key.pem your_image
  10. WebHostingAce

    Plesk Firewall Extension and Almalinux 8.10 Network Issue

    Thank you Everyone! A warning that firewalld is running when enabling the Plesk Firewall extension would have saved at least 3 hours for me. :D Most of the Almalinux 8 images I have worked with came the firewalld disabled. Unfortunately this hosting company image had the firewalld enabled by...
  11. WebHostingAce

    Plesk Firewall Extension and Almalinux 8.10 Network Issue

    Thank you for your reply. My VM has a IPv6 address by default and I added an extra one as well. So could you please add a IPv6 address and try again? I can recreate this issue every time. Also I'm happy to give you access to a freshly created VM with issue. It took me some time to figure out...
  12. WebHostingAce

    Plesk Firewall Extension and Almalinux 8.10 Network Issue

    Username: TITLE Plesk Firewall Extension and Almalinux 8.10 Network Issue PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Almalinux 8.10 Plesk Obsidian Version 18.0.62 Update #1 PROBLEM DESCRIPTION When you install and activate Plesk Firewall extension. The network almost become...
  13. WebHostingAce

    Issue This is a default webpage generated for [domain] by Plesk

    If the server has multiple IPs, Please make sure 2 domains DNS is point to the correct IP address. Thats the last thing I can think of right now. Sorry.
  14. WebHostingAce

    Issue This is a default webpage generated for [domain] by Plesk

    That's very unusual. You have mentioned that you have tried "plesk repair web" as well. Please check the Document Root for the 2 domain ain't working. Under Hosting & DNS > Hosting If you are trying to point all 3 domains to the same index.html. The Document Path should be httpdocs Or you...
  15. WebHostingAce

    Issue This is a default webpage generated for [domain] by Plesk

    Please try to restart both Apache and NGINX services via the Plesk Panel or Command Line.
  16. WebHostingAce

    Resolved Error when adding docker proxy rule to domain

    It turned out to be in newer OSs, The Plesk is Binding Apache on 127.0.0.1:7080 The Plesk has already implemented a command to change this behavior. :) #plesk bin apache --listen-on-localhost false
  17. WebHostingAce

    Resolved Error when adding docker proxy rule to domain

    Hi @yehudith, Could you please tell me the Varnish Backend configuration you have? I'm trying million12/Varnish with AlmaLinux 8.9 and I get Error 503 Backend fetch failed. I tried various configurations, but the same result. Thank you in advanced.
  18. WebHostingAce

    Question Redis on server vs Docker container

    My personal preference is Docker.
  19. WebHostingAce

    Question SSL in principal domain

    I'd say.. add the Plesk URL as server.domain.net (In a subdomain) then add the main domain to the Plesk and assign a SSL.
  20. WebHostingAce

    Question SSL in principal domain

    Please use the Plesk to issue the SSLs for the Domains. Manage via Plesk
Back
Top